@storm-software/linting-tools 1.133.20 → 1.133.22
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-DQKYN6RE.cjs → chunk-2TR6HN2O.cjs} +91 -91
- package/bin/{chunk-T5OMFDWP.cjs → chunk-3DE5SJNI.cjs} +2 -2
- package/bin/{chunk-IF6YCKYK.js → chunk-3ROWED4J.js} +1 -1
- package/bin/{chunk-G2ESOH5E.js → chunk-5N2SLUFP.js} +2 -2
- package/bin/{chunk-2LS6XHJE.cjs → chunk-7ZQB443Z.cjs} +5 -5
- package/bin/{chunk-NQIPZIS7.js → chunk-AZOBRMTU.js} +2 -2
- package/bin/{chunk-XMHLLO3U.js → chunk-BX6GJWNY.js} +2 -2
- package/bin/{chunk-QVTFFEY5.cjs → chunk-CYAUFX7Y.cjs} +5 -5
- package/bin/{chunk-PW2KFYHG.js → chunk-D2E2PQ2J.js} +2 -2
- package/bin/{chunk-UZAEAH4D.cjs → chunk-GOIEQO6L.cjs} +5 -5
- package/bin/{chunk-LHPVMFYP.cjs → chunk-H3KEPBQP.cjs} +2 -2
- package/bin/{chunk-DLHMX6N2.js → chunk-HRQTGTWA.js} +2 -2
- package/bin/{chunk-LA2YNRCB.cjs → chunk-IC27R2GY.cjs} +20 -20
- package/bin/{chunk-H4BEHRFA.cjs → chunk-IPHELYZA.cjs} +14 -14
- package/bin/{chunk-23TXYQQG.cjs → chunk-PUCAAE2B.cjs} +2 -2
- package/bin/{chunk-6IMLYNVC.js → chunk-XB5L25CU.js} +2 -2
- package/bin/{chunk-ZKPMT2GF.js → chunk-XC6XBQM4.js} +2 -2
- package/bin/{chunk-MWUZZEZR.js → chunk-XELENW2O.js} +1 -1
- package/bin/{chunk-OYFF34UX.js → chunk-YD5T4RZN.js} +1 -1
- package/bin/{chunk-FPGDHS7B.cjs → chunk-YHOM4Z4H.cjs} +6 -6
- package/bin/{dist-U67QOZRH.js → dist-2KCM5AUO.js} +2 -2
- package/bin/{dist-D3KFTJJX.js → dist-KGN7PNLO.js} +8 -8
- package/bin/{dist-DHBDMMAQ.cjs → dist-RMMG4RJ4.cjs} +206 -206
- package/bin/{dist-VE4GMIEP.cjs → dist-RZURAXO2.cjs} +6 -6
- package/bin/{esm-ICXHSOWO.js → esm-2DOAB6T7.js} +1 -1
- package/bin/{esm-QOVNZITL.cjs → esm-4LCWSLTO.cjs} +4 -4
- package/bin/json5-FHIOXAOH.js +10 -0
- package/bin/json5-PV7QBGWL.cjs +10 -0
- package/bin/{jsonc-HRDWSN65.js → jsonc-7NDSPKWP.js} +3 -3
- package/bin/jsonc-JYMI7UUI.cjs +15 -0
- package/bin/lint.cjs +1957 -1957
- package/bin/lint.js +16 -16
- package/bin/{multipart-parser-R4JYJHT7.cjs → multipart-parser-5XIF6VPH.cjs} +6 -6
- package/bin/{multipart-parser-STJD2NUL.js → multipart-parser-63QROJJ6.js} +2 -2
- package/bin/{package-json-SDYMNJFB.cjs → package-json-GJD6O5VJ.cjs} +94 -94
- package/bin/{package-json-Y7HOE63H.js → package-json-PTCWK5GT.js} +2 -2
- package/bin/toml-DUB2GCR3.js +10 -0
- package/bin/toml-HOL3V2LU.cjs +10 -0
- package/bin/{utils-W6I722EF.cjs → utils-EGBIQXXI.cjs} +5 -5
- package/bin/{utils-AW32PYEF.js → utils-QIUMMOK4.js} +2 -2
- package/bin/yaml-BHUP7QY4.cjs +10 -0
- package/bin/yaml-PPG7U3TQ.js +10 -0
- package/package.json +2 -2
- package/bin/json5-4M5EIEYF.js +0 -10
- package/bin/json5-XKMCMJZD.cjs +0 -10
- package/bin/jsonc-2KLK6JP3.cjs +0 -15
- package/bin/toml-7Y5D27T7.js +0 -10
- package/bin/toml-MKACPBMK.cjs +0 -10
- package/bin/yaml-PWT3KO47.cjs +0 -10
- package/bin/yaml-U5BSHV55.js +0 -10
|
@@ -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 _chunkH3KEPBQPcjs = require('./chunk-H3KEPBQP.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk3DE5SJNIcjs = require('./chunk-3DE5SJNI.cjs');
|
|
8
8
|
|
|
9
9
|
// ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
|
|
10
|
-
|
|
10
|
+
_chunk3DE5SJNIcjs.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
|
+
_chunk3DE5SJNIcjs.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(_chunkH3KEPBQPcjs.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 = _chunkH3KEPBQPcjs.isEqual; exports.serialize = _chunkH3KEPBQPcjs.serialize;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk3DE5SJNIcjs = require('./chunk-3DE5SJNI.cjs');
|
|
4
4
|
|
|
5
5
|
// ../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js
|
|
6
|
-
|
|
6
|
+
_chunk3DE5SJNIcjs.init_cjs_shims.call(void 0, );
|
|
7
7
|
var _fs = require('fs');
|
|
8
8
|
var _promises = require('fs/promises');
|
|
9
9
|
var _events = require('events');
|
|
10
10
|
var _path = require('path'); var sysPath2 = _interopRequireWildcard(_path); var sysPath = _interopRequireWildcard(_path);
|
|
11
11
|
|
|
12
12
|
// ../../node_modules/.pnpm/readdirp@4.1.2/node_modules/readdirp/esm/index.js
|
|
13
|
-
|
|
13
|
+
_chunk3DE5SJNIcjs.init_cjs_shims.call(void 0, );
|
|
14
14
|
|
|
15
15
|
var _stream = require('stream');
|
|
16
16
|
|
|
@@ -230,7 +230,7 @@ function readdirp(root, options = {}) {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
// ../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/handler.js
|
|
233
|
-
|
|
233
|
+
_chunk3DE5SJNIcjs.init_cjs_shims.call(void 0, );
|
|
234
234
|
|
|
235
235
|
|
|
236
236
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkGOIEQO6Lcjs = require('./chunk-GOIEQO6L.cjs');
|
|
5
|
+
require('./chunk-PUCAAE2B.cjs');
|
|
6
|
+
require('./chunk-3DE5SJNI.cjs');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.parseJSON5 = _chunkGOIEQO6Lcjs.ou; exports.stringifyJSON5 = _chunkGOIEQO6Lcjs.cu;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
d,
|
|
3
3
|
h
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-D2E2PQ2J.js";
|
|
5
|
+
import "./chunk-YD5T4RZN.js";
|
|
6
6
|
import {
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-HRQTGTWA.js";
|
|
9
9
|
|
|
10
10
|
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/jsonc.mjs
|
|
11
11
|
init_esm_shims();
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkYHOM4Z4Hcjs = require('./chunk-YHOM4Z4H.cjs');
|
|
5
|
+
require('./chunk-PUCAAE2B.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunk3DE5SJNIcjs = require('./chunk-3DE5SJNI.cjs');
|
|
9
|
+
|
|
10
|
+
// ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/jsonc.mjs
|
|
11
|
+
_chunk3DE5SJNIcjs.init_cjs_shims.call(void 0, );
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.parseJSONC = _chunkYHOM4Z4Hcjs.h; exports.stringifyJSONC = _chunkYHOM4Z4Hcjs.d;
|