@storm-software/linting-tools 1.133.90 → 1.133.92
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/bin/{chunk-FPBFX6J6.js → chunk-2QD24CN6.js} +1 -1
- package/bin/{chunk-JXGTBQGP.cjs → chunk-2XNI3VES.cjs} +5 -5
- package/bin/{chunk-RESGOF7H.js → chunk-4D4UTL4U.js} +2 -2
- package/bin/{chunk-F7ES746A.cjs → chunk-4ONW6FT3.cjs} +5 -5
- package/bin/{chunk-YXKXSC3T.cjs → chunk-6L36CRMP.cjs} +93 -93
- package/bin/{chunk-OU7FTCXW.cjs → chunk-7KCGDPET.cjs} +5 -5
- package/bin/{chunk-ORSZM7CN.js → chunk-EHZF7Z2E.js} +2 -2
- package/bin/{chunk-4FI4F6BL.js → chunk-FBBJK7LK.js} +1 -1
- package/bin/{chunk-I4ASNVIM.cjs → chunk-GDZ75X63.cjs} +14 -14
- package/bin/{chunk-TT6XODA7.js → chunk-J7E465RX.js} +2 -2
- package/bin/{chunk-SSF4LBQM.cjs → chunk-JHINVDSC.cjs} +20 -20
- package/bin/{chunk-JM7AHM6K.js → chunk-KI7F2PE4.js} +2 -2
- package/bin/{chunk-4EMU5EDN.js → chunk-LCQKA4TE.js} +1 -1
- package/bin/{chunk-LG53RYPL.cjs → chunk-MQBJ2SW5.cjs} +2 -2
- package/bin/{chunk-Q6EEYJMX.cjs → chunk-NQJFYAYN.cjs} +2 -2
- package/bin/{chunk-6NIU2NNC.js → chunk-PSCH3RK3.js} +2 -2
- package/bin/{chunk-K67RCKJZ.cjs → chunk-PTC5PFDS.cjs} +2 -2
- package/bin/{chunk-MZQQ4W6H.cjs → chunk-SF5MNDK3.cjs} +6 -6
- package/bin/{chunk-RKEC5D6E.js → chunk-U4CSCS4A.js} +2 -2
- package/bin/{chunk-RAVGRBGV.js → chunk-UE3YHSZG.js} +2 -2
- package/bin/{dist-736YQRXF.cjs → dist-3MXQS4JK.cjs} +206 -206
- package/bin/{dist-LSYTHXDX.js → dist-AI6TYSEX.js} +2 -2
- package/bin/{dist-S74GLN4T.js → dist-B565FVOY.js} +8 -8
- package/bin/{dist-TIJGKOXG.cjs → dist-CGPYXSUC.cjs} +6 -6
- package/bin/{esm-IGPFL57R.js → esm-3X2FRCUF.js} +1 -1
- package/bin/{esm-QLTBOSTE.cjs → esm-BXL65R7F.cjs} +4 -4
- package/bin/json5-APGMLCGP.cjs +10 -0
- package/bin/json5-K2PPBPYL.js +10 -0
- package/bin/{jsonc-ZPXAZPP7.js → jsonc-HHJE5KG3.js} +3 -3
- package/bin/jsonc-VX5CWWUQ.cjs +15 -0
- package/bin/lint.cjs +1900 -1900
- package/bin/lint.js +16 -16
- package/bin/{multipart-parser-PR2V4FFS.cjs → multipart-parser-5UPJG2RE.cjs} +6 -6
- package/bin/{multipart-parser-DRSBB6JT.js → multipart-parser-JAIRVEME.js} +2 -2
- package/bin/{package-json-SESRHADQ.js → package-json-H2PUGFSS.js} +2 -2
- package/bin/{package-json-AIMJORYP.cjs → package-json-L6WC5V7N.cjs} +94 -94
- package/bin/toml-ISTI5L7Y.js +10 -0
- package/bin/toml-XKWLKABR.cjs +10 -0
- package/bin/{utils-3TSCB5VI.cjs → utils-MDXWKKO5.cjs} +5 -5
- package/bin/{utils-2ZCPE4KF.js → utils-VOTEJJHM.js} +2 -2
- package/bin/yaml-HOL3GEY6.cjs +10 -0
- package/bin/yaml-S2M4QNUG.js +10 -0
- package/package.json +2 -2
- package/bin/json5-2TS535KI.js +0 -10
- package/bin/json5-7D7HJ4DK.cjs +0 -10
- package/bin/jsonc-FAWJ7N6J.cjs +0 -15
- package/bin/toml-KGD4ABYA.cjs +0 -10
- package/bin/toml-LCNZ5HOT.js +0 -10
- package/bin/yaml-D2QBH2OH.js +0 -10
- package/bin/yaml-UPUTWKKV.cjs +0 -10
|
@@ -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 _chunkPTC5PFDScjs = require('./chunk-PTC5PFDS.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkNQJFYAYNcjs = require('./chunk-NQJFYAYN.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/json5.mjs
|
|
10
|
-
|
|
10
|
+
_chunkNQJFYAYNcjs.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 _chunkPTC5PFDScjs.N.call(void 0, D, E, C2), E;
|
|
730
730
|
}
|
|
731
731
|
function cu(D, C2) {
|
|
732
|
-
const E =
|
|
732
|
+
const E = _chunkPTC5PFDScjs.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-UE3YHSZG.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-JAIRVEME.js");
|
|
3101
3101
|
return a(this.body, o2);
|
|
3102
3102
|
}
|
|
3103
3103
|
async blob() {
|
|
@@ -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 _chunkPTC5PFDScjs = require('./chunk-PTC5PFDS.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkNQJFYAYNcjs = require('./chunk-NQJFYAYN.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/toml.mjs
|
|
10
|
-
|
|
10
|
+
_chunkNQJFYAYNcjs.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 _chunkPTC5PFDScjs.N.call(void 0, e, n, { preserveIndentation: false }), n;
|
|
436
436
|
}
|
|
437
437
|
function ue(e) {
|
|
438
|
-
const n =
|
|
438
|
+
const n = _chunkPTC5PFDScjs.C.call(void 0, e, { preserveIndentation: false }), t = oe(e);
|
|
439
439
|
return n.whitespace.start + t + n.whitespace.end;
|
|
440
440
|
}
|
|
441
441
|
|