@storm-software/linting-tools 1.132.16 → 1.132.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/{chunk-XD4M7ANR.cjs → chunk-23BRGAM4.cjs} +5 -5
- package/bin/{chunk-6DBYZESZ.cjs → chunk-3Q22YGVG.cjs} +5 -5
- package/bin/{chunk-OBJ4225R.js → chunk-3ZSMTQFP.js} +2 -2
- package/bin/{chunk-QWHMGVNW.js → chunk-4NEDMEZ4.js} +1 -1
- package/bin/{chunk-RRTKXODK.js → chunk-5GLRRTRW.js} +2 -2
- package/bin/{chunk-Y52CZMWY.js → chunk-7HNPBGD5.js} +2 -2
- package/bin/{chunk-XSMX2MHS.cjs → chunk-CR735UAP.cjs} +91 -91
- package/bin/{chunk-EFC2HTPH.js → chunk-D3GZU6ZN.js} +2 -2
- package/bin/{chunk-H2VNQBLE.cjs → chunk-FYZWCT25.cjs} +5 -5
- package/bin/{chunk-7PI4ZQY3.js → chunk-G6RFVBWA.js} +1 -1
- package/bin/{chunk-LA747JP5.cjs → chunk-IEL3YKZT.cjs} +20 -20
- package/bin/{chunk-UL4H76CD.js → chunk-IZFX5YTL.js} +2 -2
- package/bin/{chunk-BAOR2D3R.cjs → chunk-O7FUYFIR.cjs} +2 -2
- package/bin/{chunk-YWSZA7HQ.js → chunk-OOFD7WB3.js} +2 -2
- package/bin/{chunk-ZDOCHI6J.js → chunk-P25YFVA5.js} +2 -2
- package/bin/{chunk-PW5TT7JR.cjs → chunk-RRP2N5I4.cjs} +6 -6
- package/bin/{chunk-BHNKMWFD.js → chunk-TFQPWY4S.js} +1 -1
- package/bin/{chunk-JVFVAT7W.cjs → chunk-V5E2HRHH.cjs} +2 -2
- package/bin/{chunk-DN422YTM.cjs → chunk-VKO7HOOO.cjs} +14 -14
- package/bin/{chunk-SQ3WHJFM.cjs → chunk-YWOUNA7P.cjs} +2 -2
- package/bin/{dist-GVA5S6DY.cjs → dist-PRYCCISC.cjs} +6 -6
- package/bin/{dist-QDYLRBTP.js → dist-QAANPIPK.js} +2 -2
- package/bin/{dist-YUU5NRKP.cjs → dist-R5IVTGBL.cjs} +206 -206
- package/bin/{dist-QRLCGXTK.js → dist-RSBUVHR7.js} +8 -8
- package/bin/{esm-UVAJAP5I.cjs → esm-LB6UCKGC.cjs} +4 -4
- package/bin/{esm-5CRWF3PT.js → esm-XGUCX7HN.js} +1 -1
- package/bin/json5-F2PKWIDN.js +10 -0
- package/bin/json5-SJNFBYHW.cjs +10 -0
- package/bin/jsonc-4TAREIB7.cjs +15 -0
- package/bin/{jsonc-S22L46TM.js → jsonc-KUXTZGAA.js} +3 -3
- package/bin/lint.cjs +5601 -37014
- package/bin/lint.js +2786 -34200
- package/bin/{multipart-parser-GOR2YEGO.cjs → multipart-parser-3ULQ4ACY.cjs} +6 -6
- package/bin/{multipart-parser-LBK4Y7IE.js → multipart-parser-YYKZW5JM.js} +2 -2
- package/bin/{package-json-UK2LU7XI.cjs → package-json-3ZLTPGAA.cjs} +197 -149
- package/bin/{package-json-IW5MAM6Z.js → package-json-TAM6FEW6.js} +94 -46
- package/bin/toml-3FTOBQLR.cjs +10 -0
- package/bin/toml-GQUYVBA7.js +10 -0
- package/bin/{utils-BCHK3LFY.cjs → utils-NODDUIPJ.cjs} +5 -5
- package/bin/{utils-YDZ44XRG.js → utils-QNCJ7C6R.js} +2 -2
- package/bin/yaml-3TQM4D7L.js +10 -0
- package/bin/yaml-Z24WT5UD.cjs +10 -0
- package/package.json +7 -7
- package/bin/json5-CJH6WSFC.cjs +0 -10
- package/bin/json5-NIJJF5YX.js +0 -10
- package/bin/jsonc-FEMVHJNE.cjs +0 -15
- package/bin/toml-J56O2AIA.js +0 -10
- package/bin/toml-ZX2CAKB4.cjs +0 -10
- package/bin/yaml-5F6VWPDO.cjs +0 -10
- package/bin/yaml-QYSGTEQI.js +0 -10
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkO7FUYFIRcjs = require('./chunk-O7FUYFIR.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkV5E2HRHHcjs = require('./chunk-V5E2HRHH.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/toml.mjs
|
|
10
|
-
|
|
10
|
+
_chunkV5E2HRHHcjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
var F = Object.defineProperty;
|
|
12
12
|
var V = (e, n, t) => n in e ? F(e, n, { enumerable: true, configurable: true, writable: true, value: t }) : e[n] = t;
|
|
13
13
|
var O = (e, n, t) => (V(e, typeof n != "symbol" ? n + "" : n, t), t);
|
|
@@ -432,10 +432,10 @@ function oe(e) {
|
|
|
432
432
|
}
|
|
433
433
|
function ae(e) {
|
|
434
434
|
const n = te(e);
|
|
435
|
-
return
|
|
435
|
+
return _chunkO7FUYFIRcjs.N.call(void 0, e, n, { preserveIndentation: false }), n;
|
|
436
436
|
}
|
|
437
437
|
function ue(e) {
|
|
438
|
-
const n =
|
|
438
|
+
const n = _chunkO7FUYFIRcjs.C.call(void 0, e, { preserveIndentation: false }), t = oe(e);
|
|
439
439
|
return n.whitespace.start + t + n.whitespace.end;
|
|
440
440
|
}
|
|
441
441
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkO7FUYFIRcjs = require('./chunk-O7FUYFIR.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkV5E2HRHHcjs = require('./chunk-V5E2HRHH.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/json5.mjs
|
|
10
|
-
|
|
10
|
+
_chunkV5E2HRHHcjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
function X(D) {
|
|
12
12
|
return D && D.__esModule && Object.prototype.hasOwnProperty.call(D, "default") ? D.default : D;
|
|
13
13
|
}
|
|
@@ -726,10 +726,10 @@ var Bu = function(C2, E, n) {
|
|
|
726
726
|
var su = X(Bu);
|
|
727
727
|
function ou(D, C2) {
|
|
728
728
|
const E = au(D, _optionalChain([C2, 'optionalAccess', _2 => _2.reviver]));
|
|
729
|
-
return
|
|
729
|
+
return _chunkO7FUYFIRcjs.N.call(void 0, D, E, C2), E;
|
|
730
730
|
}
|
|
731
731
|
function cu(D, C2) {
|
|
732
|
-
const E =
|
|
732
|
+
const E = _chunkO7FUYFIRcjs.C.call(void 0, D, C2), n = su(D, _optionalChain([C2, 'optionalAccess', _3 => _3.replacer]), E.indent);
|
|
733
733
|
return E.whitespace.start + n + E.whitespace.end;
|
|
734
734
|
}
|
|
735
735
|
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
__esm,
|
|
3
3
|
__require,
|
|
4
4
|
init_esm_shims
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-5GLRRTRW.js";
|
|
6
6
|
|
|
7
7
|
// ../../node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DfbY2q-x.mjs
|
|
8
8
|
function f(e) {
|
|
@@ -3097,7 +3097,7 @@ var init_node = __esm({
|
|
|
3097
3097
|
for (const [p, h] of l) f2.append(p, h);
|
|
3098
3098
|
return f2;
|
|
3099
3099
|
}
|
|
3100
|
-
const { toFormData: a } = await import("./multipart-parser-
|
|
3100
|
+
const { toFormData: a } = await import("./multipart-parser-YYKZW5JM.js");
|
|
3101
3101
|
return a(this.body, o2);
|
|
3102
3102
|
}
|
|
3103
3103
|
async blob() {
|
|
@@ -38,12 +38,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
38
38
|
mod
|
|
39
39
|
));
|
|
40
40
|
|
|
41
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
41
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__ddff3f80acdb8654ef4815831fcbcdde/node_modules/tsup/assets/esm_shims.js
|
|
42
42
|
import { fileURLToPath } from "url";
|
|
43
43
|
import path from "path";
|
|
44
44
|
var getFilename, getDirname, __dirname, __filename;
|
|
45
45
|
var init_esm_shims = __esm({
|
|
46
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
46
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__ddff3f80acdb8654ef4815831fcbcdde/node_modules/tsup/assets/esm_shims.js"() {
|
|
47
47
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
48
48
|
getDirname = () => path.dirname(getFilename());
|
|
49
49
|
__dirname = /* @__PURE__ */ getDirname();
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
h,
|
|
3
3
|
x
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-IZFX5YTL.js";
|
|
5
5
|
import {
|
|
6
6
|
init_esm_shims
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5GLRRTRW.js";
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/index.mjs
|
|
10
10
|
init_esm_shims();
|