@storm-software/linting-tools 1.134.39 → 1.134.40

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.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/bin/{chunk-JVT6Y4EK.js → chunk-2EYSI6CQ.js} +2 -2
  3. package/bin/{chunk-BB7AII4Z.js → chunk-2OT5CMLL.js} +2 -2
  4. package/bin/{chunk-XVPSI5YI.js → chunk-2RZPMPOA.js} +1 -1
  5. package/bin/{chunk-VSYYREDY.cjs → chunk-7YHXX2ZG.cjs} +2 -2
  6. package/bin/{chunk-FN7YOJQF.cjs → chunk-ABH34GZZ.cjs} +5 -5
  7. package/bin/{chunk-XLBXFWBB.cjs → chunk-AZWNPJHN.cjs} +2 -2
  8. package/bin/{chunk-GNQHDIMU.cjs → chunk-CJRABAKC.cjs} +20 -20
  9. package/bin/{chunk-NXKDGL3Q.cjs → chunk-FKRXTX4L.cjs} +2 -2
  10. package/bin/{chunk-ILVV4H2U.js → chunk-HPJLDOCS.js} +20 -10
  11. package/bin/{chunk-64YA4I5I.cjs → chunk-IU67RK7A.cjs} +5 -5
  12. package/bin/{chunk-SNSRBC4K.cjs → chunk-J7X4W5WR.cjs} +93 -93
  13. package/bin/{chunk-JKSRJYM2.js → chunk-L34GNHFN.js} +1 -1
  14. package/bin/{chunk-G6VRBXQZ.js → chunk-OANM63BJ.js} +2 -2
  15. package/bin/{chunk-A4GH6YKL.js → chunk-OXTDBCCV.js} +1 -1
  16. package/bin/{chunk-ACBNBNAM.js → chunk-QW7FBKVS.js} +2 -2
  17. package/bin/{chunk-DGPF2454.cjs → chunk-SEMIOAS7.cjs} +32 -22
  18. package/bin/{chunk-SHCTKHBI.cjs → chunk-T2URNDZB.cjs} +5 -5
  19. package/bin/{chunk-BN657RWD.js → chunk-XNVETDTT.js} +2 -2
  20. package/bin/{chunk-5T4KSK6X.js → chunk-YU5W2BDC.js} +2 -2
  21. package/bin/{chunk-PSVSI5ZF.cjs → chunk-ZAKOAR7Y.cjs} +6 -6
  22. package/bin/{dist-HLUYBP5V.cjs → dist-3Q5IAMV7.cjs} +6 -6
  23. package/bin/{dist-F6MXQ7SZ.js → dist-GIWKEDAJ.js} +2 -2
  24. package/bin/{dist-SSP3POIX.cjs → dist-IO75YHOF.cjs} +206 -206
  25. package/bin/{dist-L3JBTH75.js → dist-LQ5D4AU5.js} +8 -8
  26. package/bin/{esm-UQPZKWZ3.cjs → esm-WCUI36EU.cjs} +4 -4
  27. package/bin/{esm-5SGWCP2V.js → esm-Y6ZA7M3U.js} +1 -1
  28. package/bin/json5-DL664IVS.cjs +10 -0
  29. package/bin/json5-QAWUP7YC.js +10 -0
  30. package/bin/{jsonc-JSJOGNST.js → jsonc-6VMGBPEF.js} +3 -3
  31. package/bin/jsonc-ECK46Q5F.cjs +15 -0
  32. package/bin/lint.cjs +2235 -2120
  33. package/bin/lint.js +297 -182
  34. package/bin/{multipart-parser-ASU6VPAI.js → multipart-parser-IK7BDPLV.js} +2 -2
  35. package/bin/{multipart-parser-FECCFVIV.cjs → multipart-parser-S4WPKQ5V.cjs} +6 -6
  36. package/bin/{package-json-NTJHTJOW.js → package-json-4SJ6XQAY.js} +2 -2
  37. package/bin/{package-json-XMMZCUV4.cjs → package-json-S4OZILYC.cjs} +94 -94
  38. package/bin/toml-22ULSR3T.js +10 -0
  39. package/bin/toml-E536UCEW.cjs +10 -0
  40. package/bin/{utils-WG3BMMTY.js → utils-JYSRR4DQ.js} +2 -2
  41. package/bin/{utils-4HADYUPW.cjs → utils-NW5T7QUM.cjs} +5 -5
  42. package/bin/yaml-CZQ5J3VV.js +10 -0
  43. package/bin/yaml-FQTGALXQ.cjs +10 -0
  44. package/package.json +2 -2
  45. package/bin/json5-65MYDKU6.js +0 -10
  46. package/bin/json5-B3QDMVIB.cjs +0 -10
  47. package/bin/jsonc-B56UOBJP.cjs +0 -15
  48. package/bin/toml-ECJPV37R.cjs +0 -10
  49. package/bin/toml-HTZAAZBD.js +0 -10
  50. package/bin/yaml-AYMYDPBM.js +0 -10
  51. package/bin/yaml-GEKG7FEH.cjs +0 -10
@@ -1,17 +1,17 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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; } var _class2;
2
2
 
3
3
 
4
- var _chunkPSVSI5ZFcjs = require('./chunk-PSVSI5ZF.cjs');
4
+ var _chunkZAKOAR7Ycjs = require('./chunk-ZAKOAR7Y.cjs');
5
5
 
6
6
 
7
7
 
8
- var _chunkXLBXFWBBcjs = require('./chunk-XLBXFWBB.cjs');
8
+ var _chunkAZWNPJHNcjs = require('./chunk-AZWNPJHN.cjs');
9
9
 
10
10
  // ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/index.mjs
11
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
11
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
12
12
 
13
13
  // ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs
14
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
14
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
15
15
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
16
16
  function normalizeWindowsPath(input = "") {
17
17
  if (!input) {
@@ -203,7 +203,7 @@ var basename = function(p, extension) {
203
203
  };
204
204
 
205
205
  // ../../node_modules/.pnpm/defu@6.1.7/node_modules/defu/dist/defu.mjs
206
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
206
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
207
207
  function isPlainObject(value) {
208
208
  if (value === null || typeof value !== "object") {
209
209
  return false;
@@ -272,7 +272,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
272
272
  });
273
273
 
274
274
  // ../../node_modules/.pnpm/ufo@1.6.4/node_modules/ufo/dist/index.mjs
275
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
275
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
276
276
  var r = String.fromCharCode;
277
277
  var TRAILING_SLASH_RE = /\/$|\/\?|\/#/;
278
278
  var JOIN_LEADING_SLASH_RE = /^\.?\//;
@@ -320,14 +320,14 @@ function joinURL(base, ...input) {
320
320
  var protocolRelative = Symbol.for("ufo:protocolRelative");
321
321
 
322
322
  // ../../node_modules/.pnpm/pkg-types@1.3.1/node_modules/pkg-types/dist/index.mjs
323
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
323
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
324
324
  var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
325
325
 
326
326
  // ../../node_modules/.pnpm/mlly@1.8.2/node_modules/mlly/dist/index.mjs
327
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
327
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
328
328
 
329
- // ../../node_modules/.pnpm/acorn@8.17.0/node_modules/acorn/dist/acorn.mjs
330
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
329
+ // ../../node_modules/.pnpm/acorn@8.18.0/node_modules/acorn/dist/acorn.mjs
330
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
331
331
  var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 78, 5, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 199, 7, 137, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 55, 9, 266, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 233, 0, 3, 0, 8, 1, 6, 0, 475, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
332
332
  var astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 7, 25, 39, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 5, 57, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 24, 43, 261, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 33, 24, 3, 24, 45, 74, 6, 0, 67, 12, 65, 1, 2, 0, 15, 4, 10, 7381, 42, 31, 98, 114, 8702, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 208, 30, 2, 2, 2, 1, 2, 6, 3, 4, 10, 1, 225, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4381, 3, 5773, 3, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 8489];
333
333
  var nonASCIIidentifierChars = "\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ADD\u1AE0-\u1AEB\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";
@@ -646,6 +646,11 @@ var defaultOptions = {
646
646
  // line being 1-based and column 0-based) will be attached to the
647
647
  // nodes.
648
648
  locations: false,
649
+ // Pass an optional `{line, column}` object to use for the start of
650
+ // the parse. This is mostly useful when using `parseExpressionAt`
651
+ // with `locations: true`, to prevent the parser from having to
652
+ // determine the line position at the start position.
653
+ startLocation: null,
649
654
  // A function can be passed as `onToken` option, which will
650
655
  // cause Acorn to call that function with object in the same
651
656
  // format as tokens returned from `tokenizer().getToken()`. Note
@@ -782,13 +787,18 @@ var Parser = function Parser2(options, input, startPos) {
782
787
  this.reservedWordsStrictBind = wordsRegexp(reservedStrict + " " + reservedWords.strictBind);
783
788
  this.input = String(input);
784
789
  this.containsEsc = false;
785
- if (startPos) {
786
- this.pos = startPos;
790
+ this.pos = startPos || 0;
791
+ this.curLine = 1;
792
+ if (options.startLocation) {
793
+ this.lineStart = this.pos - options.startLocation.column;
794
+ this.curLine = options.startLocation.line;
795
+ } else if (startPos) {
787
796
  this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1;
788
- this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length;
797
+ if (this.options.locations) {
798
+ this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length;
799
+ }
789
800
  } else {
790
- this.pos = this.lineStart = 0;
791
- this.curLine = 1;
801
+ this.lineStart = 0;
792
802
  }
793
803
  this.type = types$1.eof;
794
804
  this.value = null;
@@ -2829,7 +2839,7 @@ pp$5.parseMaybeUnary = function(refDestructuringErrors, sawUnary, incDec, forIni
2829
2839
  expr = this.finishNode(node$1, "UpdateExpression");
2830
2840
  }
2831
2841
  }
2832
- if (!incDec && this.eat(types$1.starstar)) {
2842
+ if (!incDec && !(expr.type === "ArrowFunctionExpression" && expr.start === startPos) && this.eat(types$1.starstar)) {
2833
2843
  if (sawUnary) {
2834
2844
  this.unexpected(this.lastTokStart);
2835
2845
  } else {
@@ -5988,7 +5998,7 @@ pp.readWord = function() {
5988
5998
  }
5989
5999
  return this.finishToken(type, word);
5990
6000
  };
5991
- var version = "8.17.0";
6001
+ var version = "8.18.0";
5992
6002
  Parser.acorn = {
5993
6003
  Parser,
5994
6004
  version,
@@ -7378,7 +7388,7 @@ function resolvePath(id, options) {
7378
7388
  }
7379
7389
 
7380
7390
  // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/index.mjs
7381
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
7391
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
7382
7392
 
7383
7393
  // ../../node_modules/.pnpm/pkg-types@1.3.1/node_modules/pkg-types/dist/index.mjs
7384
7394
  var defaultFindOptions = {
@@ -7443,9 +7453,9 @@ async function readPackageJSON(id, options = {}) {
7443
7453
  const blob = await _fs.promises.readFile(resolvedPath, "utf8");
7444
7454
  let parsed;
7445
7455
  try {
7446
- parsed = _chunkPSVSI5ZFcjs.x.call(void 0, blob);
7456
+ parsed = _chunkZAKOAR7Ycjs.x.call(void 0, blob);
7447
7457
  } catch (e6) {
7448
- parsed = _chunkPSVSI5ZFcjs.h.call(void 0, blob);
7458
+ parsed = _chunkZAKOAR7Ycjs.h.call(void 0, blob);
7449
7459
  }
7450
7460
  cache2.set(resolvedPath, parsed);
7451
7461
  return parsed;
@@ -7499,7 +7509,7 @@ async function findWorkspaceDir(id = process.cwd(), options = {}) {
7499
7509
  }
7500
7510
 
7501
7511
  // ../../node_modules/.pnpm/tinyexec@0.3.2/node_modules/tinyexec/dist/main.js
7502
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
7512
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
7503
7513
 
7504
7514
  var _child_process = require('child_process');
7505
7515
 
@@ -7511,7 +7521,7 @@ var _child_process = require('child_process');
7511
7521
 
7512
7522
  var _stream = require('stream');
7513
7523
  var _readline = require('readline'); var _readline2 = _interopRequireDefault(_readline);
7514
- var require2 = _module.createRequire.call(void 0, _chunkXLBXFWBBcjs.importMetaUrl);
7524
+ var require2 = _module.createRequire.call(void 0, _chunkAZWNPJHNcjs.importMetaUrl);
7515
7525
  var St = Object.create;
7516
7526
  var $ = Object.defineProperty;
7517
7527
  var kt = Object.getOwnPropertyDescriptor;
@@ -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 _chunkVSYYREDYcjs = require('./chunk-VSYYREDY.cjs');
4
+ var _chunk7YHXX2ZGcjs = require('./chunk-7YHXX2ZG.cjs');
5
5
 
6
6
 
7
- var _chunkXLBXFWBBcjs = require('./chunk-XLBXFWBB.cjs');
7
+ var _chunkAZWNPJHNcjs = require('./chunk-AZWNPJHN.cjs');
8
8
 
9
9
  // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/toml.mjs
10
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
10
+ _chunkAZWNPJHNcjs.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 _chunkVSYYREDYcjs.N.call(void 0, e, n, { preserveIndentation: false }), n;
435
+ return _chunk7YHXX2ZGcjs.N.call(void 0, e, n, { preserveIndentation: false }), n;
436
436
  }
437
437
  function ue(e) {
438
- const n = _chunkVSYYREDYcjs.C.call(void 0, e, { preserveIndentation: false }), t = oe(e);
438
+ const n = _chunk7YHXX2ZGcjs.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,10 +1,10 @@
1
1
  import {
2
2
  C,
3
3
  N
4
- } from "./chunk-JKSRJYM2.js";
4
+ } from "./chunk-L34GNHFN.js";
5
5
  import {
6
6
  init_esm_shims
7
- } from "./chunk-JVT6Y4EK.js";
7
+ } from "./chunk-2EYSI6CQ.js";
8
8
 
9
9
  // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/toml.mjs
10
10
  init_esm_shims();
@@ -2,7 +2,7 @@ import {
2
2
  __esm,
3
3
  __require,
4
4
  init_esm_shims
5
- } from "./chunk-JVT6Y4EK.js";
5
+ } from "./chunk-2EYSI6CQ.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-ASU6VPAI.js");
3100
+ const { toFormData: a } = await import("./multipart-parser-IK7BDPLV.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 _chunkVSYYREDYcjs = require('./chunk-VSYYREDY.cjs');
4
+ var _chunk7YHXX2ZGcjs = require('./chunk-7YHXX2ZG.cjs');
5
5
 
6
6
 
7
- var _chunkXLBXFWBBcjs = require('./chunk-XLBXFWBB.cjs');
7
+ var _chunkAZWNPJHNcjs = require('./chunk-AZWNPJHN.cjs');
8
8
 
9
9
  // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs
10
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
10
+ _chunkAZWNPJHNcjs.init_cjs_shims.call(void 0, );
11
11
  function $(n, l = false) {
12
12
  const g = n.length;
13
13
  let e = 0, u = "", p = 0, k = 16, A = 0, o = 0, O = 0, B = 0, b = 0;
@@ -398,15 +398,15 @@ var q;
398
398
  })(q || (q = {}));
399
399
  function x(n, l) {
400
400
  const g = JSON.parse(n, _optionalChain([l, 'optionalAccess', _10 => _10.reviver]));
401
- return _chunkVSYYREDYcjs.N.call(void 0, n, g, l), g;
401
+ return _chunk7YHXX2ZGcjs.N.call(void 0, n, g, l), g;
402
402
  }
403
403
  function z(n, l) {
404
- const g = _chunkVSYYREDYcjs.C.call(void 0, n, l), e = JSON.stringify(n, _optionalChain([l, 'optionalAccess', _11 => _11.replacer]), g.indent);
404
+ const g = _chunk7YHXX2ZGcjs.C.call(void 0, n, l), e = JSON.stringify(n, _optionalChain([l, 'optionalAccess', _11 => _11.replacer]), g.indent);
405
405
  return g.whitespace.start + e + g.whitespace.end;
406
406
  }
407
407
  function h(n, l) {
408
408
  const g = K(n, _optionalChain([l, 'optionalAccess', _12 => _12.errors]), l);
409
- return _chunkVSYYREDYcjs.N.call(void 0, n, g, l), g;
409
+ return _chunk7YHXX2ZGcjs.N.call(void 0, n, g, l), g;
410
410
  }
411
411
  function d(n, l) {
412
412
  return z(n, l);
@@ -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 _chunkNXKDGL3Qcjs = require('./chunk-NXKDGL3Q.cjs');
4
+ var _chunkFKRXTX4Lcjs = require('./chunk-FKRXTX4L.cjs');
5
5
 
6
6
 
7
- var _chunkXLBXFWBBcjs = require('./chunk-XLBXFWBB.cjs');
7
+ var _chunkAZWNPJHNcjs = require('./chunk-AZWNPJHN.cjs');
8
8
 
9
9
  // ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
10
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
10
+ _chunkAZWNPJHNcjs.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
- _chunkXLBXFWBBcjs.init_cjs_shims.call(void 0, );
13
+ _chunkAZWNPJHNcjs.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(_chunkNXKDGL3Qcjs.serialize.call(void 0, input));
26
+ return digest(_chunkFKRXTX4Lcjs.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 = _chunkNXKDGL3Qcjs.isEqual; exports.serialize = _chunkNXKDGL3Qcjs.serialize;
33
+ exports.digest = digest; exports.hash = hash; exports.isEqual = _chunkFKRXTX4Lcjs.isEqual; exports.serialize = _chunkFKRXTX4Lcjs.serialize;
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  isEqual,
3
3
  serialize
4
- } from "./chunk-A4GH6YKL.js";
4
+ } from "./chunk-OXTDBCCV.js";
5
5
  import {
6
6
  init_esm_shims
7
- } from "./chunk-JVT6Y4EK.js";
7
+ } from "./chunk-2EYSI6CQ.js";
8
8
 
9
9
  // ../../node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs
10
10
  init_esm_shims();