@storm-software/linting-tools 1.134.4 → 1.134.5
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-LCQKA4TE.js → chunk-23LRA7PP.js} +96 -95
- package/bin/{chunk-JHINVDSC.cjs → chunk-3DRGZB6Y.cjs} +20 -20
- package/bin/{chunk-NQJFYAYN.cjs → chunk-4DO7ESYE.cjs} +2 -2
- package/bin/{chunk-4D4UTL4U.js → chunk-4QZXYDEW.js} +2 -2
- package/bin/{chunk-SF5MNDK3.cjs → chunk-EVJ36OEV.cjs} +6 -6
- package/bin/{chunk-FBBJK7LK.js → chunk-EXH5TNWL.js} +1 -1
- package/bin/{chunk-J7E465RX.js → chunk-FRT4I5O4.js} +2 -2
- package/bin/{chunk-4ONW6FT3.cjs → chunk-GFNHYHWB.cjs} +5 -5
- package/bin/{chunk-EHZF7Z2E.js → chunk-GMU6LIZF.js} +2 -2
- package/bin/{chunk-UE3YHSZG.js → chunk-J4FHC6GB.js} +2 -2
- package/bin/{chunk-GDZ75X63.cjs → chunk-LBRAAGOT.cjs} +14 -14
- package/bin/{chunk-PTC5PFDS.cjs → chunk-LWA2LVP6.cjs} +2 -2
- package/bin/{chunk-PSCH3RK3.js → chunk-MUMZKRU2.js} +2 -2
- package/bin/{chunk-U4CSCS4A.js → chunk-MWRYRAXN.js} +2 -2
- package/bin/{chunk-6L36CRMP.cjs → chunk-OL2RW3RR.cjs} +188 -187
- package/bin/{chunk-KI7F2PE4.js → chunk-PMPGG5E4.js} +2 -2
- package/bin/{chunk-2QD24CN6.js → chunk-RLE3N6SF.js} +1 -1
- package/bin/{chunk-2XNI3VES.cjs → chunk-SQYZZPI2.cjs} +5 -5
- package/bin/{chunk-7KCGDPET.cjs → chunk-TPQVNXUP.cjs} +5 -5
- package/bin/{chunk-MQBJ2SW5.cjs → chunk-XEIIBVOJ.cjs} +2 -2
- package/bin/{dist-B565FVOY.js → dist-6HSBRM2O.js} +8 -8
- package/bin/{dist-AI6TYSEX.js → dist-CJNAVBM6.js} +2 -2
- package/bin/{dist-CGPYXSUC.cjs → dist-LM22M4MQ.cjs} +6 -6
- package/bin/{dist-3MXQS4JK.cjs → dist-T3WDEUTE.cjs} +206 -206
- package/bin/{esm-BXL65R7F.cjs → esm-J4MIOHXZ.cjs} +4 -4
- package/bin/{esm-3X2FRCUF.js → esm-QZGJB4LU.js} +1 -1
- package/bin/json5-AHL66SOO.js +10 -0
- package/bin/json5-IFCEFQZR.cjs +10 -0
- package/bin/jsonc-RZOPLF6P.cjs +15 -0
- package/bin/{jsonc-HHJE5KG3.js → jsonc-XUVSVEOP.js} +3 -3
- package/bin/lint.cjs +1954 -1954
- package/bin/lint.js +16 -16
- package/bin/{multipart-parser-5UPJG2RE.cjs → multipart-parser-LBV3MIZZ.cjs} +6 -6
- package/bin/{multipart-parser-JAIRVEME.js → multipart-parser-YNNZUSJX.js} +2 -2
- package/bin/{package-json-L6WC5V7N.cjs → package-json-67TD5CM3.cjs} +94 -94
- package/bin/{package-json-H2PUGFSS.js → package-json-YE27YBQ6.js} +2 -2
- package/bin/toml-FJPOLEWX.cjs +10 -0
- package/bin/toml-LLDBCUR6.js +10 -0
- package/bin/{utils-MDXWKKO5.cjs → utils-BKFYTCYZ.cjs} +5 -5
- package/bin/{utils-VOTEJJHM.js → utils-PSSHTRTR.js} +2 -2
- package/bin/yaml-FME4VSDD.cjs +10 -0
- package/bin/yaml-YBUNOL3W.js +10 -0
- package/package.json +3 -3
- package/bin/json5-APGMLCGP.cjs +0 -10
- package/bin/json5-K2PPBPYL.js +0 -10
- package/bin/jsonc-VX5CWWUQ.cjs +0 -15
- package/bin/toml-ISTI5L7Y.js +0 -10
- package/bin/toml-XKWLKABR.cjs +0 -10
- package/bin/yaml-HOL3GEY6.cjs +0 -10
- package/bin/yaml-S2M4QNUG.js +0 -10
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
C,
|
|
3
3
|
N
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RLE3N6SF.js";
|
|
5
5
|
import {
|
|
6
6
|
init_esm_shims
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-J4FHC6GB.js";
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/json5.mjs
|
|
10
10
|
init_esm_shims();
|
|
@@ -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 _chunkLWA2LVP6cjs = require('./chunk-LWA2LVP6.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk4DO7ESYEcjs = require('./chunk-4DO7ESYE.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/json5.mjs
|
|
10
|
-
|
|
10
|
+
_chunk4DO7ESYEcjs.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 _chunkLWA2LVP6cjs.N.call(void 0, D, E, C2), E;
|
|
730
730
|
}
|
|
731
731
|
function cu(D, C2) {
|
|
732
|
-
const E =
|
|
732
|
+
const E = _chunkLWA2LVP6cjs.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
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkLWA2LVP6cjs = require('./chunk-LWA2LVP6.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk4DO7ESYEcjs = require('./chunk-4DO7ESYE.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/yaml.mjs
|
|
10
|
-
|
|
10
|
+
_chunk4DO7ESYEcjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
function oe(e) {
|
|
12
12
|
return typeof e > "u" || e === null;
|
|
13
13
|
}
|
|
@@ -985,10 +985,10 @@ var mr = Ni.load;
|
|
|
985
985
|
var gr = xr.dump;
|
|
986
986
|
function Ar(e, n) {
|
|
987
987
|
const i = mr(e, n);
|
|
988
|
-
return
|
|
988
|
+
return _chunkLWA2LVP6cjs.N.call(void 0, e, i, n), i;
|
|
989
989
|
}
|
|
990
990
|
function vr(e, n) {
|
|
991
|
-
const i =
|
|
991
|
+
const i = _chunkLWA2LVP6cjs.C.call(void 0, e, { preserveIndentation: false }), l = typeof i.indent == "string" ? i.indent.length : i.indent, r = gr(e, { indent: l, ...n });
|
|
992
992
|
return i.whitespace.start + r.trim() + i.whitespace.end;
|
|
993
993
|
}
|
|
994
994
|
|
|
@@ -1,9 +1,9 @@
|
|
|
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
|
-
var
|
|
3
|
+
var _chunk4DO7ESYEcjs = require('./chunk-4DO7ESYE.cjs');
|
|
4
4
|
|
|
5
5
|
// ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/shared/ohash.D__AXeF1.mjs
|
|
6
|
-
|
|
6
|
+
_chunk4DO7ESYEcjs.init_cjs_shims.call(void 0, );
|
|
7
7
|
function serialize(o) {
|
|
8
8
|
return typeof o == "string" ? `'${o}'` : new c().serialize(o);
|
|
9
9
|
}
|
|
@@ -7,12 +7,12 @@ import {
|
|
|
7
7
|
relative,
|
|
8
8
|
resolve,
|
|
9
9
|
ve
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-MWRYRAXN.js";
|
|
11
|
+
import "./chunk-PMPGG5E4.js";
|
|
12
|
+
import "./chunk-GMU6LIZF.js";
|
|
13
|
+
import "./chunk-FRT4I5O4.js";
|
|
14
|
+
import "./chunk-MUMZKRU2.js";
|
|
15
|
+
import "./chunk-RLE3N6SF.js";
|
|
16
16
|
import {
|
|
17
17
|
G,
|
|
18
18
|
Mi,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
ut,
|
|
32
32
|
ye,
|
|
33
33
|
yl
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-4QZXYDEW.js";
|
|
35
35
|
import {
|
|
36
36
|
__commonJS,
|
|
37
37
|
__esm,
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
__require,
|
|
40
40
|
__toESM,
|
|
41
41
|
init_esm_shims
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-J4FHC6GB.js";
|
|
43
43
|
|
|
44
44
|
// ../../node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/high-level-opt.js
|
|
45
45
|
var require_high_level_opt = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isEqual,
|
|
3
3
|
serialize
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EXH5TNWL.js";
|
|
5
5
|
import {
|
|
6
6
|
init_esm_shims
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-J4FHC6GB.js";
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
|
|
10
10
|
init_esm_shims();
|
|
@@ -1,16 +1,16 @@
|
|
|
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 _chunkXEIIBVOJcjs = require('./chunk-XEIIBVOJ.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk4DO7ESYEcjs = require('./chunk-4DO7ESYE.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
|
|
10
|
-
|
|
10
|
+
_chunk4DO7ESYEcjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
|
|
12
12
|
// ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs
|
|
13
|
-
|
|
13
|
+
_chunk4DO7ESYEcjs.init_cjs_shims.call(void 0, );
|
|
14
14
|
var _crypto = require('crypto');
|
|
15
15
|
var e = _optionalChain([globalThis, 'access', _ => _.process, 'optionalAccess', _2 => _2.getBuiltinModule, 'optionalCall', _3 => _3("crypto"), 'optionalAccess', _4 => _4.hash]);
|
|
16
16
|
var r = "sha256";
|
|
@@ -23,11 +23,11 @@ function digest(t) {
|
|
|
23
23
|
|
|
24
24
|
// ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
|
|
25
25
|
function hash(input) {
|
|
26
|
-
return digest(
|
|
26
|
+
return digest(_chunkXEIIBVOJcjs.serialize.call(void 0, input));
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.digest = digest; exports.hash = hash; exports.isEqual =
|
|
33
|
+
exports.digest = digest; exports.hash = hash; exports.isEqual = _chunkXEIIBVOJcjs.isEqual; exports.serialize = _chunkXEIIBVOJcjs.serialize;
|