@storm-software/untyped 0.8.7 → 0.8.8

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.
@@ -1,30 +1,30 @@
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 _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; } async function _asyncOptionalChain(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 = await fn(value); } else if (op === 'call' || op === 'optionalCall') { value = await fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class; var _class2; var _class3; var _class4; var _class5; var _class6; var _class7; var _class8; var _class9; var _class10; var _class11; var _class12; var _class13; var _class14;
2
2
 
3
- var _chunkBFSI6OL7cjs = require('./chunk-BFSI6OL7.cjs');
3
+ var _chunkZMD64DNMcjs = require('./chunk-ZMD64DNM.cjs');
4
4
 
5
5
 
6
- var _chunkUCWWPTWVcjs = require('./chunk-UCWWPTWV.cjs');
6
+ var _chunkQKT2QMKJcjs = require('./chunk-QKT2QMKJ.cjs');
7
7
 
8
8
 
9
- var _chunkCLGOYXO6cjs = require('./chunk-CLGOYXO6.cjs');
9
+ var _chunkATFT6DWGcjs = require('./chunk-ATFT6DWG.cjs');
10
10
 
11
11
 
12
12
 
13
13
 
14
- var _chunkYU5YP27Qcjs = require('./chunk-YU5YP27Q.cjs');
14
+ var _chunkXFMXMHTDcjs = require('./chunk-XFMXMHTD.cjs');
15
15
 
16
16
 
17
17
 
18
18
 
19
19
 
20
20
 
21
- var _chunkVCSZBLKUcjs = require('./chunk-VCSZBLKU.cjs');
21
+ var _chunkD7L4X6XIcjs = require('./chunk-D7L4X6XI.cjs');
22
22
 
23
23
  // ../../node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js
24
- var require_balanced_match = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
24
+ var require_balanced_match = _chunkD7L4X6XIcjs.__commonJS.call(void 0, {
25
25
  "../../node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js"(exports, module) {
26
26
  "use strict";
27
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
27
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
28
28
  module.exports = balanced;
29
29
  function balanced(a, b, str) {
30
30
  if (a instanceof RegExp) a = maybeMatch(a, str);
@@ -38,12 +38,12 @@ var require_balanced_match = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
38
38
  post: str.slice(r[1] + b.length)
39
39
  };
40
40
  }
41
- _chunkVCSZBLKUcjs.__name.call(void 0, balanced, "balanced");
41
+ _chunkD7L4X6XIcjs.__name.call(void 0, balanced, "balanced");
42
42
  function maybeMatch(reg, str) {
43
43
  var m = str.match(reg);
44
44
  return m ? m[0] : null;
45
45
  }
46
- _chunkVCSZBLKUcjs.__name.call(void 0, maybeMatch, "maybeMatch");
46
+ _chunkD7L4X6XIcjs.__name.call(void 0, maybeMatch, "maybeMatch");
47
47
  balanced.range = range;
48
48
  function range(a, b, str) {
49
49
  var begs, beg, left, right, result;
@@ -87,14 +87,14 @@ var require_balanced_match = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
87
87
  }
88
88
  return result;
89
89
  }
90
- _chunkVCSZBLKUcjs.__name.call(void 0, range, "range");
90
+ _chunkD7L4X6XIcjs.__name.call(void 0, range, "range");
91
91
  }
92
92
  });
93
93
 
94
94
  // ../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js
95
- var require_brace_expansion = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
95
+ var require_brace_expansion = _chunkD7L4X6XIcjs.__commonJS.call(void 0, {
96
96
  "../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js"(exports, module) {
97
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
97
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
98
98
  var balanced = require_balanced_match();
99
99
  module.exports = expandTop;
100
100
  var escSlash = "\0SLASH" + Math.random() + "\0";
@@ -105,15 +105,15 @@ var require_brace_expansion = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
105
105
  function numeric(str) {
106
106
  return parseInt(str, 10) == str ? parseInt(str, 10) : str.charCodeAt(0);
107
107
  }
108
- _chunkVCSZBLKUcjs.__name.call(void 0, numeric, "numeric");
108
+ _chunkD7L4X6XIcjs.__name.call(void 0, numeric, "numeric");
109
109
  function escapeBraces(str) {
110
110
  return str.split("\\\\").join(escSlash).split("\\{").join(escOpen).split("\\}").join(escClose).split("\\,").join(escComma).split("\\.").join(escPeriod);
111
111
  }
112
- _chunkVCSZBLKUcjs.__name.call(void 0, escapeBraces, "escapeBraces");
112
+ _chunkD7L4X6XIcjs.__name.call(void 0, escapeBraces, "escapeBraces");
113
113
  function unescapeBraces(str) {
114
114
  return str.split(escSlash).join("\\").split(escOpen).join("{").split(escClose).join("}").split(escComma).join(",").split(escPeriod).join(".");
115
115
  }
116
- _chunkVCSZBLKUcjs.__name.call(void 0, unescapeBraces, "unescapeBraces");
116
+ _chunkD7L4X6XIcjs.__name.call(void 0, unescapeBraces, "unescapeBraces");
117
117
  function parseCommaParts(str) {
118
118
  if (!str) return [
119
119
  ""
@@ -134,7 +134,7 @@ var require_brace_expansion = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
134
134
  parts.push.apply(parts, p);
135
135
  return parts;
136
136
  }
137
- _chunkVCSZBLKUcjs.__name.call(void 0, parseCommaParts, "parseCommaParts");
137
+ _chunkD7L4X6XIcjs.__name.call(void 0, parseCommaParts, "parseCommaParts");
138
138
  function expandTop(str) {
139
139
  if (!str) return [];
140
140
  if (str.substr(0, 2) === "{}") {
@@ -142,23 +142,23 @@ var require_brace_expansion = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
142
142
  }
143
143
  return expand2(escapeBraces(str), true).map(unescapeBraces);
144
144
  }
145
- _chunkVCSZBLKUcjs.__name.call(void 0, expandTop, "expandTop");
145
+ _chunkD7L4X6XIcjs.__name.call(void 0, expandTop, "expandTop");
146
146
  function embrace(str) {
147
147
  return "{" + str + "}";
148
148
  }
149
- _chunkVCSZBLKUcjs.__name.call(void 0, embrace, "embrace");
149
+ _chunkD7L4X6XIcjs.__name.call(void 0, embrace, "embrace");
150
150
  function isPadded(el) {
151
151
  return /^-?0\d/.test(el);
152
152
  }
153
- _chunkVCSZBLKUcjs.__name.call(void 0, isPadded, "isPadded");
153
+ _chunkD7L4X6XIcjs.__name.call(void 0, isPadded, "isPadded");
154
154
  function lte(i, y) {
155
155
  return i <= y;
156
156
  }
157
- _chunkVCSZBLKUcjs.__name.call(void 0, lte, "lte");
157
+ _chunkD7L4X6XIcjs.__name.call(void 0, lte, "lte");
158
158
  function gte(i, y) {
159
159
  return i >= y;
160
160
  }
161
- _chunkVCSZBLKUcjs.__name.call(void 0, gte, "gte");
161
+ _chunkD7L4X6XIcjs.__name.call(void 0, gte, "gte");
162
162
  function expand2(str, isTop) {
163
163
  var expansions = [];
164
164
  var m = balanced("{", "}", str);
@@ -249,24 +249,24 @@ var require_brace_expansion = _chunkVCSZBLKUcjs.__commonJS.call(void 0, {
249
249
  }
250
250
  return expansions;
251
251
  }
252
- _chunkVCSZBLKUcjs.__name.call(void 0, expand2, "expand");
252
+ _chunkD7L4X6XIcjs.__name.call(void 0, expand2, "expand");
253
253
  }
254
254
  });
255
255
 
256
256
  // src/generate.ts
257
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
257
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
258
258
 
259
259
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/index.js
260
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
260
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
261
261
 
262
262
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
263
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
264
- var import_brace_expansion = _chunkVCSZBLKUcjs.__toESM.call(void 0, require_brace_expansion(), 1);
263
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
264
+ var import_brace_expansion = _chunkD7L4X6XIcjs.__toESM.call(void 0, require_brace_expansion(), 1);
265
265
 
266
266
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
267
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
267
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
268
268
  var MAX_PATTERN_LENGTH = 1024 * 64;
269
- var assertValidPattern = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern) => {
269
+ var assertValidPattern = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern) => {
270
270
  if (typeof pattern !== "string") {
271
271
  throw new TypeError("invalid pattern");
272
272
  }
@@ -276,10 +276,10 @@ var assertValidPattern = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (
276
276
  }, "assertValidPattern");
277
277
 
278
278
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
279
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
279
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
280
280
 
281
281
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
282
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
282
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
283
283
  var posixClasses = {
284
284
  "[:alnum:]": [
285
285
  "\\p{L}\\p{Nl}\\p{Nd}",
@@ -339,10 +339,10 @@ var posixClasses = {
339
339
  false
340
340
  ]
341
341
  };
342
- var braceEscape = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => s.replace(/[[\]\\-]/g, "\\$&"), "braceEscape");
343
- var regexpEscape = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), "regexpEscape");
344
- var rangesToString = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ranges) => ranges.join(""), "rangesToString");
345
- var parseClass = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (glob2, position) => {
342
+ var braceEscape = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => s.replace(/[[\]\\-]/g, "\\$&"), "braceEscape");
343
+ var regexpEscape = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), "regexpEscape");
344
+ var rangesToString = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ranges) => ranges.join(""), "rangesToString");
345
+ var parseClass = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (glob2, position) => {
346
346
  const pos = position;
347
347
  if (glob2.charAt(pos) !== "[") {
348
348
  throw new Error("not in a brace expression");
@@ -455,8 +455,8 @@ var parseClass = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (glob2, p
455
455
  }, "parseClass");
456
456
 
457
457
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
458
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
459
- var unescape = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s, { windowsPathsNoEscape = false } = {}) => {
458
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
459
+ var unescape = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s, { windowsPathsNoEscape = false } = {}) => {
460
460
  return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
461
461
  }, "unescape");
462
462
 
@@ -468,7 +468,7 @@ var types = /* @__PURE__ */ new Set([
468
468
  "*",
469
469
  "@"
470
470
  ]);
471
- var isExtglobType = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (c) => types.has(c), "isExtglobType");
471
+ var isExtglobType = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (c) => types.has(c), "isExtglobType");
472
472
  var startNoTraversal = "(?!(?:^|/)\\.\\.?(?:$|/))";
473
473
  var startNoDot = "(?!\\.)";
474
474
  var addPatternStart = /* @__PURE__ */ new Set([
@@ -480,13 +480,13 @@ var justDots = /* @__PURE__ */ new Set([
480
480
  "."
481
481
  ]);
482
482
  var reSpecials = new Set("().*{}+?[]^$\\!");
483
- var regExpEscape = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), "regExpEscape");
483
+ var regExpEscape = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), "regExpEscape");
484
484
  var qmark = "[^/]";
485
485
  var star = qmark + "*?";
486
486
  var starNoEmpty = qmark + "+?";
487
487
  var AST = class _AST {
488
488
  static {
489
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "AST");
489
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "AST");
490
490
  }
491
491
 
492
492
  #root;
@@ -945,13 +945,13 @@ var AST = class _AST {
945
945
  };
946
946
 
947
947
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
948
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
949
- var escape = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s, { windowsPathsNoEscape = false } = {}) => {
948
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
949
+ var escape = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s, { windowsPathsNoEscape = false } = {}) => {
950
950
  return windowsPathsNoEscape ? s.replace(/[?*()[\]]/g, "[$&]") : s.replace(/[?*()[\]\\]/g, "\\$&");
951
951
  }, "escape");
952
952
 
953
953
  // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
954
- var minimatch = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (p, pattern, options = {}) => {
954
+ var minimatch = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (p, pattern, options = {}) => {
955
955
  assertValidPattern(pattern);
956
956
  if (!options.nocomment && pattern.charAt(0) === "#") {
957
957
  return false;
@@ -959,26 +959,26 @@ var minimatch = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (p, patter
959
959
  return new Minimatch(pattern, options).match(p);
960
960
  }, "minimatch");
961
961
  var starDotExtRE = /^\*+([^+@!?\*\[\(]*)$/;
962
- var starDotExtTest = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ext2) => (f) => !f.startsWith(".") && f.endsWith(ext2), "starDotExtTest");
963
- var starDotExtTestDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ext2) => (f) => f.endsWith(ext2), "starDotExtTestDot");
964
- var starDotExtTestNocase = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ext2) => {
962
+ var starDotExtTest = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ext2) => (f) => !f.startsWith(".") && f.endsWith(ext2), "starDotExtTest");
963
+ var starDotExtTestDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ext2) => (f) => f.endsWith(ext2), "starDotExtTestDot");
964
+ var starDotExtTestNocase = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ext2) => {
965
965
  ext2 = ext2.toLowerCase();
966
966
  return (f) => !f.startsWith(".") && f.toLowerCase().endsWith(ext2);
967
967
  }, "starDotExtTestNocase");
968
- var starDotExtTestNocaseDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ext2) => {
968
+ var starDotExtTestNocaseDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ext2) => {
969
969
  ext2 = ext2.toLowerCase();
970
970
  return (f) => f.toLowerCase().endsWith(ext2);
971
971
  }, "starDotExtTestNocaseDot");
972
972
  var starDotStarRE = /^\*+\.\*+$/;
973
- var starDotStarTest = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (f) => !f.startsWith(".") && f.includes("."), "starDotStarTest");
974
- var starDotStarTestDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (f) => f !== "." && f !== ".." && f.includes("."), "starDotStarTestDot");
973
+ var starDotStarTest = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (f) => !f.startsWith(".") && f.includes("."), "starDotStarTest");
974
+ var starDotStarTestDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (f) => f !== "." && f !== ".." && f.includes("."), "starDotStarTestDot");
975
975
  var dotStarRE = /^\.\*+$/;
976
- var dotStarTest = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (f) => f !== "." && f !== ".." && f.startsWith("."), "dotStarTest");
976
+ var dotStarTest = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (f) => f !== "." && f !== ".." && f.startsWith("."), "dotStarTest");
977
977
  var starRE = /^\*+$/;
978
- var starTest = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (f) => f.length !== 0 && !f.startsWith("."), "starTest");
979
- var starTestDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (f) => f.length !== 0 && f !== "." && f !== "..", "starTestDot");
978
+ var starTest = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (f) => f.length !== 0 && !f.startsWith("."), "starTest");
979
+ var starTestDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (f) => f.length !== 0 && f !== "." && f !== "..", "starTestDot");
980
980
  var qmarksRE = /^\?+([^+@!?\*\[\(]*)?$/;
981
- var qmarksTestNocase = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
981
+ var qmarksTestNocase = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
982
982
  const noext = qmarksTestNoExt([
983
983
  $0
984
984
  ]);
@@ -986,7 +986,7 @@ var qmarksTestNocase = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$
986
986
  ext2 = ext2.toLowerCase();
987
987
  return (f) => noext(f) && f.toLowerCase().endsWith(ext2);
988
988
  }, "qmarksTestNocase");
989
- var qmarksTestNocaseDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
989
+ var qmarksTestNocaseDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
990
990
  const noext = qmarksTestNoExtDot([
991
991
  $0
992
992
  ]);
@@ -994,23 +994,23 @@ var qmarksTestNocaseDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0,
994
994
  ext2 = ext2.toLowerCase();
995
995
  return (f) => noext(f) && f.toLowerCase().endsWith(ext2);
996
996
  }, "qmarksTestNocaseDot");
997
- var qmarksTestDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
997
+ var qmarksTestDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
998
998
  const noext = qmarksTestNoExtDot([
999
999
  $0
1000
1000
  ]);
1001
1001
  return !ext2 ? noext : (f) => noext(f) && f.endsWith(ext2);
1002
1002
  }, "qmarksTestDot");
1003
- var qmarksTest = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
1003
+ var qmarksTest = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, ([$0, ext2 = ""]) => {
1004
1004
  const noext = qmarksTestNoExt([
1005
1005
  $0
1006
1006
  ]);
1007
1007
  return !ext2 ? noext : (f) => noext(f) && f.endsWith(ext2);
1008
1008
  }, "qmarksTest");
1009
- var qmarksTestNoExt = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$0]) => {
1009
+ var qmarksTestNoExt = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, ([$0]) => {
1010
1010
  const len = $0.length;
1011
1011
  return (f) => f.length === len && !f.startsWith(".");
1012
1012
  }, "qmarksTestNoExt");
1013
- var qmarksTestNoExtDot = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, ([$0]) => {
1013
+ var qmarksTestNoExtDot = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, ([$0]) => {
1014
1014
  const len = $0.length;
1015
1015
  return (f) => f.length === len && f !== "." && f !== "..";
1016
1016
  }, "qmarksTestNoExtDot");
@@ -1031,19 +1031,19 @@ var qmark2 = "[^/]";
1031
1031
  var star2 = qmark2 + "*?";
1032
1032
  var twoStarDot = "(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";
1033
1033
  var twoStarNoDot = "(?:(?!(?:\\/|^)\\.).)*?";
1034
- var filter = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => (p) => minimatch(p, pattern, options), "filter");
1034
+ var filter = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => (p) => minimatch(p, pattern, options), "filter");
1035
1035
  minimatch.filter = filter;
1036
- var ext = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (a, b = {}) => Object.assign({}, a, b), "ext");
1037
- var defaults = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (def) => {
1036
+ var ext = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (a, b = {}) => Object.assign({}, a, b), "ext");
1037
+ var defaults = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (def) => {
1038
1038
  if (!def || typeof def !== "object" || !Object.keys(def).length) {
1039
1039
  return minimatch;
1040
1040
  }
1041
1041
  const orig = minimatch;
1042
- const m = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (p, pattern, options = {}) => orig(p, pattern, ext(def, options)), "m");
1042
+ const m = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (p, pattern, options = {}) => orig(p, pattern, ext(def, options)), "m");
1043
1043
  return Object.assign(m, {
1044
1044
  Minimatch: class Minimatch extends orig.Minimatch {
1045
1045
  static {
1046
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Minimatch");
1046
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Minimatch");
1047
1047
  }
1048
1048
  constructor(pattern, options = {}) {
1049
1049
  super(pattern, ext(def, options));
@@ -1054,7 +1054,7 @@ var defaults = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (def) => {
1054
1054
  },
1055
1055
  AST: class AST extends orig.AST {
1056
1056
  static {
1057
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "AST");
1057
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "AST");
1058
1058
  }
1059
1059
  /* c8 ignore start */
1060
1060
  constructor(type, parent, options = {}) {
@@ -1065,19 +1065,19 @@ var defaults = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (def) => {
1065
1065
  return orig.AST.fromGlob(pattern, ext(def, options));
1066
1066
  }
1067
1067
  },
1068
- unescape: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s, options = {}) => orig.unescape(s, ext(def, options)), "unescape"),
1069
- escape: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s, options = {}) => orig.escape(s, ext(def, options)), "escape"),
1070
- filter: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => orig.filter(pattern, ext(def, options)), "filter"),
1071
- defaults: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (options) => orig.defaults(ext(def, options)), "defaults"),
1072
- makeRe: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => orig.makeRe(pattern, ext(def, options)), "makeRe"),
1073
- braceExpand: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => orig.braceExpand(pattern, ext(def, options)), "braceExpand"),
1074
- match: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (list, pattern, options = {}) => orig.match(list, pattern, ext(def, options)), "match"),
1068
+ unescape: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s, options = {}) => orig.unescape(s, ext(def, options)), "unescape"),
1069
+ escape: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s, options = {}) => orig.escape(s, ext(def, options)), "escape"),
1070
+ filter: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => orig.filter(pattern, ext(def, options)), "filter"),
1071
+ defaults: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (options) => orig.defaults(ext(def, options)), "defaults"),
1072
+ makeRe: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => orig.makeRe(pattern, ext(def, options)), "makeRe"),
1073
+ braceExpand: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => orig.braceExpand(pattern, ext(def, options)), "braceExpand"),
1074
+ match: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (list, pattern, options = {}) => orig.match(list, pattern, ext(def, options)), "match"),
1075
1075
  sep: orig.sep,
1076
1076
  GLOBSTAR
1077
1077
  });
1078
1078
  }, "defaults");
1079
1079
  minimatch.defaults = defaults;
1080
- var braceExpand = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => {
1080
+ var braceExpand = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => {
1081
1081
  assertValidPattern(pattern);
1082
1082
  if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) {
1083
1083
  return [
@@ -1087,9 +1087,9 @@ var braceExpand = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern
1087
1087
  return (0, import_brace_expansion.default)(pattern);
1088
1088
  }, "braceExpand");
1089
1089
  minimatch.braceExpand = braceExpand;
1090
- var makeRe = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => new Minimatch(pattern, options).makeRe(), "makeRe");
1090
+ var makeRe = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => new Minimatch(pattern, options).makeRe(), "makeRe");
1091
1091
  minimatch.makeRe = makeRe;
1092
- var match = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (list, pattern, options = {}) => {
1092
+ var match = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (list, pattern, options = {}) => {
1093
1093
  const mm = new Minimatch(pattern, options);
1094
1094
  list = list.filter((f) => mm.match(f));
1095
1095
  if (mm.options.nonull && !list.length) {
@@ -1099,10 +1099,10 @@ var match = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (list, pattern
1099
1099
  }, "match");
1100
1100
  minimatch.match = match;
1101
1101
  var globMagic = /[?*]|[+@!]\(.*?\)|\[|\]/;
1102
- var regExpEscape2 = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), "regExpEscape");
1102
+ var regExpEscape2 = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), "regExpEscape");
1103
1103
  var Minimatch = class {
1104
1104
  static {
1105
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Minimatch");
1105
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Minimatch");
1106
1106
  }
1107
1107
 
1108
1108
 
@@ -1715,18 +1715,18 @@ minimatch.escape = escape;
1715
1715
  minimatch.unescape = unescape;
1716
1716
 
1717
1717
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/glob.js
1718
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
1718
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
1719
1719
  var _url = require('url');
1720
1720
 
1721
1721
  // ../../node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
1722
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
1722
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
1723
1723
 
1724
1724
  // ../../node_modules/.pnpm/lru-cache@11.0.2/node_modules/lru-cache/dist/esm/index.js
1725
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
1725
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
1726
1726
  var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
1727
1727
  var warned = /* @__PURE__ */ new Set();
1728
1728
  var PROCESS = typeof process === "object" && !!process ? process : {};
1729
- var emitWarning = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (msg, type, code, fn) => {
1729
+ var emitWarning = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (msg, type, code, fn) => {
1730
1730
  typeof PROCESS.emitWarning === "function" ? PROCESS.emitWarning(msg, type, code, fn) : console.error(`[${code}] ${type}: ${msg}`);
1731
1731
  }, "emitWarning");
1732
1732
  var AC = globalThis.AbortController;
@@ -1734,7 +1734,7 @@ var AS = globalThis.AbortSignal;
1734
1734
  if (typeof AC === "undefined") {
1735
1735
  AS = (_class = class AbortSignal {constructor() { _class.prototype.__init.call(this);_class.prototype.__init2.call(this); }
1736
1736
  static {
1737
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "AbortSignal");
1737
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "AbortSignal");
1738
1738
  }
1739
1739
 
1740
1740
  __init() {this._onabort = []}
@@ -1746,7 +1746,7 @@ if (typeof AC === "undefined") {
1746
1746
  }, _class);
1747
1747
  AC = (_class2 = class AbortController {
1748
1748
  static {
1749
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "AbortController");
1749
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "AbortController");
1750
1750
  }
1751
1751
  constructor() {;_class2.prototype.__init3.call(this);
1752
1752
  warnACPolyfill();
@@ -1763,19 +1763,19 @@ if (typeof AC === "undefined") {
1763
1763
  }
1764
1764
  }, _class2);
1765
1765
  let printACPolyfillWarning = _optionalChain([PROCESS, 'access', _20 => _20.env, 'optionalAccess', _21 => _21.LRU_CACHE_IGNORE_AC_WARNING]) !== "1";
1766
- const warnACPolyfill = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
1766
+ const warnACPolyfill = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
1767
1767
  if (!printACPolyfillWarning) return;
1768
1768
  printACPolyfillWarning = false;
1769
1769
  emitWarning("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.", "NO_ABORT_CONTROLLER", "ENOTSUP", warnACPolyfill);
1770
1770
  }, "warnACPolyfill");
1771
1771
  }
1772
- var shouldWarn = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (code) => !warned.has(code), "shouldWarn");
1772
+ var shouldWarn = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (code) => !warned.has(code), "shouldWarn");
1773
1773
  var TYPE = Symbol("type");
1774
- var isPosInt = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (n) => n && n === Math.floor(n) && n > 0 && isFinite(n), "isPosInt");
1775
- var getUintArray = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (max) => !isPosInt(max) ? null : max <= Math.pow(2, 8) ? Uint8Array : max <= Math.pow(2, 16) ? Uint16Array : max <= Math.pow(2, 32) ? Uint32Array : max <= Number.MAX_SAFE_INTEGER ? ZeroArray : null, "getUintArray");
1774
+ var isPosInt = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (n) => n && n === Math.floor(n) && n > 0 && isFinite(n), "isPosInt");
1775
+ var getUintArray = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (max) => !isPosInt(max) ? null : max <= Math.pow(2, 8) ? Uint8Array : max <= Math.pow(2, 16) ? Uint16Array : max <= Math.pow(2, 32) ? Uint32Array : max <= Number.MAX_SAFE_INTEGER ? ZeroArray : null, "getUintArray");
1776
1776
  var ZeroArray = class ZeroArray2 extends Array {
1777
1777
  static {
1778
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "ZeroArray");
1778
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "ZeroArray");
1779
1779
  }
1780
1780
  constructor(size) {
1781
1781
  super(size);
@@ -1784,7 +1784,7 @@ var ZeroArray = class ZeroArray2 extends Array {
1784
1784
  };
1785
1785
  var Stack = class Stack2 {
1786
1786
  static {
1787
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Stack");
1787
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Stack");
1788
1788
  }
1789
1789
 
1790
1790
 
@@ -1814,7 +1814,7 @@ var Stack = class Stack2 {
1814
1814
  };
1815
1815
  var LRUCache = (_class3 = class _LRUCache {
1816
1816
  static {
1817
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "LRUCache");
1817
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "LRUCache");
1818
1818
  }
1819
1819
  // options that cannot be changed without disaster
1820
1820
  #max;
@@ -1929,12 +1929,12 @@ var LRUCache = (_class3 = class _LRUCache {
1929
1929
  },
1930
1930
  free: c.#free,
1931
1931
  // methods
1932
- isBackgroundFetch: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (p) => c.#isBackgroundFetch(p), "isBackgroundFetch"),
1933
- backgroundFetch: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (k, index, options, context) => c.#backgroundFetch(k, index, options, context), "backgroundFetch"),
1934
- moveToTail: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (index) => c.#moveToTail(index), "moveToTail"),
1935
- indexes: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (options) => c.#indexes(options), "indexes"),
1936
- rindexes: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (options) => c.#rindexes(options), "rindexes"),
1937
- isStale: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (index) => c.#isStale(index), "isStale")
1932
+ isBackgroundFetch: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (p) => c.#isBackgroundFetch(p), "isBackgroundFetch"),
1933
+ backgroundFetch: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (k, index, options, context) => c.#backgroundFetch(k, index, options, context), "backgroundFetch"),
1934
+ moveToTail: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (index) => c.#moveToTail(index), "moveToTail"),
1935
+ indexes: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (options) => c.#indexes(options), "indexes"),
1936
+ rindexes: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (options) => c.#rindexes(options), "rindexes"),
1937
+ isStale: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (index) => c.#isStale(index), "isStale")
1938
1938
  };
1939
1939
  }
1940
1940
  // Protected read-only members
@@ -2119,7 +2119,7 @@ var LRUCache = (_class3 = class _LRUCache {
2119
2119
  }
2120
2120
  };
2121
2121
  let cachedNow = 0;
2122
- const getNow = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
2122
+ const getNow = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
2123
2123
  const n = perf.now();
2124
2124
  if (this.ttlResolution > 0) {
2125
2125
  cachedNow = n;
@@ -2150,14 +2150,14 @@ var LRUCache = (_class3 = class _LRUCache {
2150
2150
  };
2151
2151
  }
2152
2152
  // conditionally set private methods related to TTL
2153
- #updateItemAge = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
2153
+ #updateItemAge = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
2154
2154
  }, "#updateItemAge");
2155
- #statusTTL = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
2155
+ #statusTTL = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
2156
2156
  }, "#statusTTL");
2157
- #setItemTTL = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
2157
+ #setItemTTL = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
2158
2158
  }, "#setItemTTL");
2159
2159
  /* c8 ignore stop */
2160
- #isStale = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => false, "#isStale");
2160
+ #isStale = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => false, "#isStale");
2161
2161
  #initializeSizeTracking() {
2162
2162
  const sizes = new ZeroArray(this.#max);
2163
2163
  this.#calculatedSize = 0;
@@ -2200,11 +2200,11 @@ var LRUCache = (_class3 = class _LRUCache {
2200
2200
  }
2201
2201
  };
2202
2202
  }
2203
- #removeItemSize = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (_i) => {
2203
+ #removeItemSize = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (_i) => {
2204
2204
  }, "#removeItemSize");
2205
- #addItemSize = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (_i, _s, _st) => {
2205
+ #addItemSize = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (_i, _s, _st) => {
2206
2206
  }, "#addItemSize");
2207
- #requireSize = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (_k, _v, size, sizeCalculation) => {
2207
+ #requireSize = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (_k, _v, size, sizeCalculation) => {
2208
2208
  if (size || sizeCalculation) {
2209
2209
  throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");
2210
2210
  }
@@ -2751,7 +2751,7 @@ var LRUCache = (_class3 = class _LRUCache {
2751
2751
  options,
2752
2752
  context
2753
2753
  };
2754
- const cb = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (v2, updateCache = false) => {
2754
+ const cb = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (v2, updateCache = false) => {
2755
2755
  const { aborted } = ac.signal;
2756
2756
  const ignoreAbort = options.ignoreFetchAbort && v2 !== void 0;
2757
2757
  if (options.status) {
@@ -2781,14 +2781,14 @@ var LRUCache = (_class3 = class _LRUCache {
2781
2781
  }
2782
2782
  return v2;
2783
2783
  }, "cb");
2784
- const eb = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (er) => {
2784
+ const eb = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (er) => {
2785
2785
  if (options.status) {
2786
2786
  options.status.fetchRejected = true;
2787
2787
  options.status.fetchError = er;
2788
2788
  }
2789
2789
  return fetchFail(er);
2790
2790
  }, "eb");
2791
- const fetchFail = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (er) => {
2791
+ const fetchFail = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (er) => {
2792
2792
  const { aborted } = ac.signal;
2793
2793
  const allowStaleAborted = aborted && options.allowStaleOnFetchAbort;
2794
2794
  const allowStale = allowStaleAborted || options.allowStaleOnFetchRejection;
@@ -2811,7 +2811,7 @@ var LRUCache = (_class3 = class _LRUCache {
2811
2811
  throw er;
2812
2812
  }
2813
2813
  }, "fetchFail");
2814
- const pcall = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (res, rej) => {
2814
+ const pcall = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (res, rej) => {
2815
2815
  const fmp = _optionalChain([this, 'access', _47 => _47.#fetchMethod, 'optionalCall', _48 => _48(k, v, fetchOpts)]);
2816
2816
  if (fmp && fmp instanceof Promise) {
2817
2817
  fmp.then((v2) => res(v2 === void 0 ? void 0 : v2), rej);
@@ -2820,7 +2820,7 @@ var LRUCache = (_class3 = class _LRUCache {
2820
2820
  if (!options.ignoreFetchAbort || options.allowStaleOnFetchAbort) {
2821
2821
  res(void 0);
2822
2822
  if (options.allowStaleOnFetchAbort) {
2823
- res = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (v2) => cb(v2, true), "res");
2823
+ res = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (v2) => cb(v2, true), "res");
2824
2824
  }
2825
2825
  }
2826
2826
  });
@@ -3127,7 +3127,7 @@ var _fs = require('fs'); var actualFS = _interopRequireWildcard(_fs);
3127
3127
  var _promises = require('fs/promises');
3128
3128
 
3129
3129
  // ../../node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
3130
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
3130
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
3131
3131
  var _events = require('events');
3132
3132
  var _stream = require('stream'); var _stream2 = _interopRequireDefault(_stream);
3133
3133
  var _string_decoder = require('string_decoder');
@@ -3135,10 +3135,10 @@ var proc = typeof process === "object" && process ? process : {
3135
3135
  stdout: null,
3136
3136
  stderr: null
3137
3137
  };
3138
- var isStream = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => !!s && typeof s === "object" && (s instanceof Minipass || s instanceof _stream2.default || isReadable(s) || isWritable(s)), "isStream");
3139
- var isReadable = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => !!s && typeof s === "object" && s instanceof _events.EventEmitter && typeof s.pipe === "function" && // node core Writable streams have a pipe() method, but it throws
3138
+ var isStream = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => !!s && typeof s === "object" && (s instanceof Minipass || s instanceof _stream2.default || isReadable(s) || isWritable(s)), "isStream");
3139
+ var isReadable = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => !!s && typeof s === "object" && s instanceof _events.EventEmitter && typeof s.pipe === "function" && // node core Writable streams have a pipe() method, but it throws
3140
3140
  s.pipe !== _stream2.default.Writable.prototype.pipe, "isReadable");
3141
- var isWritable = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => !!s && typeof s === "object" && s instanceof _events.EventEmitter && typeof s.write === "function" && typeof s.end === "function", "isWritable");
3141
+ var isWritable = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => !!s && typeof s === "object" && s instanceof _events.EventEmitter && typeof s.write === "function" && typeof s.end === "function", "isWritable");
3142
3142
  var EOF = Symbol("EOF");
3143
3143
  var MAYBE_EMIT_END = Symbol("maybeEmitEnd");
3144
3144
  var EMITTED_END = Symbol("emittedEnd");
@@ -3170,14 +3170,14 @@ var ABORTED = Symbol("aborted");
3170
3170
  var SIGNAL = Symbol("signal");
3171
3171
  var DATALISTENERS = Symbol("dataListeners");
3172
3172
  var DISCARDED = Symbol("discarded");
3173
- var defer = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (fn) => Promise.resolve().then(fn), "defer");
3174
- var nodefer = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (fn) => fn(), "nodefer");
3175
- var isEndish = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ev) => ev === "end" || ev === "finish" || ev === "prefinish", "isEndish");
3176
- var isArrayBufferLike = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (b) => b instanceof ArrayBuffer || !!b && typeof b === "object" && b.constructor && b.constructor.name === "ArrayBuffer" && b.byteLength >= 0, "isArrayBufferLike");
3177
- var isArrayBufferView = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (b) => !Buffer.isBuffer(b) && ArrayBuffer.isView(b), "isArrayBufferView");
3173
+ var defer = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (fn) => Promise.resolve().then(fn), "defer");
3174
+ var nodefer = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (fn) => fn(), "nodefer");
3175
+ var isEndish = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ev) => ev === "end" || ev === "finish" || ev === "prefinish", "isEndish");
3176
+ var isArrayBufferLike = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (b) => b instanceof ArrayBuffer || !!b && typeof b === "object" && b.constructor && b.constructor.name === "ArrayBuffer" && b.byteLength >= 0, "isArrayBufferLike");
3177
+ var isArrayBufferView = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (b) => !Buffer.isBuffer(b) && ArrayBuffer.isView(b), "isArrayBufferView");
3178
3178
  var Pipe = class Pipe2 {
3179
3179
  static {
3180
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Pipe");
3180
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Pipe");
3181
3181
  }
3182
3182
 
3183
3183
 
@@ -3205,7 +3205,7 @@ var Pipe = class Pipe2 {
3205
3205
  };
3206
3206
  var PipeProxyErrors = class PipeProxyErrors2 extends Pipe {
3207
3207
  static {
3208
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PipeProxyErrors");
3208
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PipeProxyErrors");
3209
3209
  }
3210
3210
  unpipe() {
3211
3211
  this.src.removeListener("error", this.proxyErrors);
@@ -3217,11 +3217,11 @@ var PipeProxyErrors = class PipeProxyErrors2 extends Pipe {
3217
3217
  src.on("error", this.proxyErrors);
3218
3218
  }
3219
3219
  };
3220
- var isObjectModeOptions = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (o) => !!o.objectMode, "isObjectModeOptions");
3221
- var isEncodingOptions = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (o) => !o.objectMode && !!o.encoding && o.encoding !== "buffer", "isEncodingOptions");
3220
+ var isObjectModeOptions = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (o) => !!o.objectMode, "isObjectModeOptions");
3221
+ var isEncodingOptions = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (o) => !o.objectMode && !!o.encoding && o.encoding !== "buffer", "isEncodingOptions");
3222
3222
  var Minipass = (_class4 = class extends _events.EventEmitter {
3223
3223
  static {
3224
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Minipass");
3224
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Minipass");
3225
3225
  }
3226
3226
  __init5() {this[FLOWING] = false}
3227
3227
  __init6() {this[PAUSED] = false}
@@ -3276,12 +3276,12 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3276
3276
  this[DECODER] = this[ENCODING] ? new (0, _string_decoder.StringDecoder)(this[ENCODING]) : null;
3277
3277
  if (options && options.debugExposeBuffer === true) {
3278
3278
  Object.defineProperty(this, "buffer", {
3279
- get: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => this[BUFFER], "get")
3279
+ get: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => this[BUFFER], "get")
3280
3280
  });
3281
3281
  }
3282
3282
  if (options && options.debugExposePipes === true) {
3283
3283
  Object.defineProperty(this, "pipes", {
3284
- get: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => this[PIPES], "get")
3284
+ get: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => this[PIPES], "get")
3285
3285
  });
3286
3286
  }
3287
3287
  const { signal } = options;
@@ -3836,7 +3836,7 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3836
3836
  [Symbol.asyncIterator]() {
3837
3837
  this[DISCARDED] = false;
3838
3838
  let stopped = false;
3839
- const stop = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, async () => {
3839
+ const stop = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, async () => {
3840
3840
  this.pause();
3841
3841
  stopped = true;
3842
3842
  return {
@@ -3844,7 +3844,7 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3844
3844
  done: true
3845
3845
  };
3846
3846
  }, "stop");
3847
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
3847
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
3848
3848
  if (stopped) return stop();
3849
3849
  const res = this.read();
3850
3850
  if (res !== null) return Promise.resolve({
@@ -3854,14 +3854,14 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3854
3854
  if (this[EOF]) return stop();
3855
3855
  let resolve;
3856
3856
  let reject;
3857
- const onerr = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (er) => {
3857
+ const onerr = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (er) => {
3858
3858
  this.off("data", ondata);
3859
3859
  this.off("end", onend);
3860
3860
  this.off(DESTROYED, ondestroy);
3861
3861
  stop();
3862
3862
  reject(er);
3863
3863
  }, "onerr");
3864
- const ondata = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (value) => {
3864
+ const ondata = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (value) => {
3865
3865
  this.off("error", onerr);
3866
3866
  this.off("end", onend);
3867
3867
  this.off(DESTROYED, ondestroy);
@@ -3871,7 +3871,7 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3871
3871
  done: !!this[EOF]
3872
3872
  });
3873
3873
  }, "ondata");
3874
- const onend = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
3874
+ const onend = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
3875
3875
  this.off("error", onerr);
3876
3876
  this.off("data", ondata);
3877
3877
  this.off(DESTROYED, ondestroy);
@@ -3881,7 +3881,7 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3881
3881
  value: void 0
3882
3882
  });
3883
3883
  }, "onend");
3884
- const ondestroy = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => onerr(new Error("stream destroyed")), "ondestroy");
3884
+ const ondestroy = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => onerr(new Error("stream destroyed")), "ondestroy");
3885
3885
  return new Promise((res2, rej) => {
3886
3886
  reject = rej;
3887
3887
  resolve = res2;
@@ -3909,7 +3909,7 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3909
3909
  [Symbol.iterator]() {
3910
3910
  this[DISCARDED] = false;
3911
3911
  let stopped = false;
3912
- const stop = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
3912
+ const stop = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
3913
3913
  this.pause();
3914
3914
  this.off(ERROR, stop);
3915
3915
  this.off(DESTROYED, stop);
@@ -3920,7 +3920,7 @@ var Minipass = (_class4 = class extends _events.EventEmitter {
3920
3920
  value: void 0
3921
3921
  };
3922
3922
  }, "stop");
3923
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
3923
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
3924
3924
  if (stopped) return stop();
3925
3925
  const value = this.read();
3926
3926
  return value === null ? stop() : {
@@ -3995,7 +3995,7 @@ var defaultFS = {
3995
3995
  realpath: _promises.realpath
3996
3996
  }
3997
3997
  };
3998
- var fsFromOption = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (fsOption) => !fsOption || fsOption === defaultFS || fsOption === actualFS ? defaultFS : {
3998
+ var fsFromOption = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (fsOption) => !fsOption || fsOption === defaultFS || fsOption === actualFS ? defaultFS : {
3999
3999
  ...defaultFS,
4000
4000
  ...fsOption,
4001
4001
  promises: {
@@ -4004,7 +4004,7 @@ var fsFromOption = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (fsOpti
4004
4004
  }
4005
4005
  }, "fsFromOption");
4006
4006
  var uncDriveRegexp = /^\\\\\?\\([a-z]:)\\?$/i;
4007
- var uncToDrive = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (rootPath) => rootPath.replace(/\//g, "\\").replace(uncDriveRegexp, "$1\\"), "uncToDrive");
4007
+ var uncToDrive = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (rootPath) => rootPath.replace(/\//g, "\\").replace(uncDriveRegexp, "$1\\"), "uncToDrive");
4008
4008
  var eitherSep = /[\\\/]/;
4009
4009
  var UNKNOWN = 0;
4010
4010
  var IFIFO = 1;
@@ -4024,9 +4024,9 @@ var ENOREADLINK = 256;
4024
4024
  var ENOREALPATH = 512;
4025
4025
  var ENOCHILD = ENOTDIR | ENOENT | ENOREALPATH;
4026
4026
  var TYPEMASK = 1023;
4027
- var entToType = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => s.isFile() ? IFREG : s.isDirectory() ? IFDIR : s.isSymbolicLink() ? IFLNK : s.isCharacterDevice() ? IFCHR : s.isBlockDevice() ? IFBLK : s.isSocket() ? IFSOCK : s.isFIFO() ? IFIFO : UNKNOWN, "entToType");
4027
+ var entToType = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => s.isFile() ? IFREG : s.isDirectory() ? IFDIR : s.isSymbolicLink() ? IFLNK : s.isCharacterDevice() ? IFCHR : s.isBlockDevice() ? IFBLK : s.isSocket() ? IFSOCK : s.isFIFO() ? IFIFO : UNKNOWN, "entToType");
4028
4028
  var normalizeCache = /* @__PURE__ */ new Map();
4029
- var normalize = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => {
4029
+ var normalize = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => {
4030
4030
  const c = normalizeCache.get(s);
4031
4031
  if (c) return c;
4032
4032
  const n = s.normalize("NFKD");
@@ -4034,7 +4034,7 @@ var normalize = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => {
4034
4034
  return n;
4035
4035
  }, "normalize");
4036
4036
  var normalizeNocaseCache = /* @__PURE__ */ new Map();
4037
- var normalizeNocase = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s) => {
4037
+ var normalizeNocase = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (s) => {
4038
4038
  const c = normalizeNocaseCache.get(s);
4039
4039
  if (c) return c;
4040
4040
  const n = normalize(s.toLowerCase());
@@ -4043,7 +4043,7 @@ var normalizeNocase = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (s)
4043
4043
  }, "normalizeNocase");
4044
4044
  var ResolveCache = class extends LRUCache {
4045
4045
  static {
4046
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "ResolveCache");
4046
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "ResolveCache");
4047
4047
  }
4048
4048
  constructor() {
4049
4049
  super({
@@ -4053,20 +4053,20 @@ var ResolveCache = class extends LRUCache {
4053
4053
  };
4054
4054
  var ChildrenCache = class extends LRUCache {
4055
4055
  static {
4056
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "ChildrenCache");
4056
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "ChildrenCache");
4057
4057
  }
4058
4058
  constructor(maxSize = 16 * 1024) {
4059
4059
  super({
4060
4060
  maxSize,
4061
4061
  // parent + children
4062
- sizeCalculation: /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (a) => a.length + 1, "sizeCalculation")
4062
+ sizeCalculation: /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (a) => a.length + 1, "sizeCalculation")
4063
4063
  });
4064
4064
  }
4065
4065
  };
4066
4066
  var setAsCwd = Symbol("PathScurry setAsCwd");
4067
4067
  var PathBase = (_class5 = class {
4068
4068
  static {
4069
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathBase");
4069
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathBase");
4070
4070
  }
4071
4071
  /**
4072
4072
  * the basename of this path
@@ -4847,7 +4847,7 @@ var PathBase = (_class5 = class {
4847
4847
  if (this.#asyncReaddirInFlight) {
4848
4848
  await this.#asyncReaddirInFlight;
4849
4849
  } else {
4850
- let resolve = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
4850
+ let resolve = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
4851
4851
  }, "resolve");
4852
4852
  this.#asyncReaddirInFlight = new Promise((res) => resolve = res);
4853
4853
  try {
@@ -4964,7 +4964,7 @@ var PathBase = (_class5 = class {
4964
4964
  }, _class5);
4965
4965
  var PathWin32 = (_class6 = class _PathWin32 extends PathBase {
4966
4966
  static {
4967
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathWin32");
4967
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathWin32");
4968
4968
  }
4969
4969
  /**
4970
4970
  * Separator for generating path strings.
@@ -5020,7 +5020,7 @@ var PathWin32 = (_class6 = class _PathWin32 extends PathBase {
5020
5020
  }, _class6);
5021
5021
  var PathPosix = (_class7 = class _PathPosix extends PathBase {
5022
5022
  static {
5023
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathPosix");
5023
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathPosix");
5024
5024
  }
5025
5025
  /**
5026
5026
  * separator for parsing path strings
@@ -5060,7 +5060,7 @@ var PathPosix = (_class7 = class _PathPosix extends PathBase {
5060
5060
  }, _class7);
5061
5061
  var PathScurryBase = class {
5062
5062
  static {
5063
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathScurryBase");
5063
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathScurryBase");
5064
5064
  }
5065
5065
  /**
5066
5066
  * The root Path entry for the current working directory of this Scurry
@@ -5369,7 +5369,7 @@ var PathScurryBase = class {
5369
5369
  results.push(withFileTypes ? entry : entry.fullpath());
5370
5370
  }
5371
5371
  const dirs = /* @__PURE__ */ new Set();
5372
- const walk = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (dir, cb) => {
5372
+ const walk = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (dir, cb) => {
5373
5373
  dirs.add(dir);
5374
5374
  dir.readdirCB((er, entries) => {
5375
5375
  if (er) {
@@ -5377,7 +5377,7 @@ var PathScurryBase = class {
5377
5377
  }
5378
5378
  let len = entries.length;
5379
5379
  if (!len) return cb();
5380
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
5380
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
5381
5381
  if (--len === 0) {
5382
5382
  cb();
5383
5383
  }
@@ -5518,7 +5518,7 @@ var PathScurryBase = class {
5518
5518
  entry
5519
5519
  ];
5520
5520
  let processing = 0;
5521
- const process1 = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
5521
+ const process1 = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
5522
5522
  let paused = false;
5523
5523
  while (!paused) {
5524
5524
  const dir = queue.shift();
@@ -5528,7 +5528,7 @@ var PathScurryBase = class {
5528
5528
  }
5529
5529
  processing++;
5530
5530
  dirs.add(dir);
5531
- const onReaddir = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (er, entries, didRealpaths = false) => {
5531
+ const onReaddir = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (er, entries, didRealpaths = false) => {
5532
5532
  if (er) return results.emit("error", er);
5533
5533
  if (follow && !didRealpaths) {
5534
5534
  const promises = [];
@@ -5589,7 +5589,7 @@ var PathScurryBase = class {
5589
5589
  entry
5590
5590
  ];
5591
5591
  let processing = 0;
5592
- const process1 = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
5592
+ const process1 = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
5593
5593
  let paused = false;
5594
5594
  while (!paused) {
5595
5595
  const dir = queue.shift();
@@ -5632,7 +5632,7 @@ var PathScurryBase = class {
5632
5632
  };
5633
5633
  var PathScurryWin32 = (_class8 = class extends PathScurryBase {
5634
5634
  static {
5635
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathScurryWin32");
5635
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathScurryWin32");
5636
5636
  }
5637
5637
  /**
5638
5638
  * separator for generating path strings
@@ -5672,7 +5672,7 @@ var PathScurryWin32 = (_class8 = class extends PathScurryBase {
5672
5672
  }, _class8);
5673
5673
  var PathScurryPosix = (_class9 = class extends PathScurryBase {
5674
5674
  static {
5675
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathScurryPosix");
5675
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathScurryPosix");
5676
5676
  }
5677
5677
  /**
5678
5678
  * separator for generating path strings
@@ -5709,7 +5709,7 @@ var PathScurryPosix = (_class9 = class extends PathScurryBase {
5709
5709
  }, _class9);
5710
5710
  var PathScurryDarwin = class extends PathScurryPosix {
5711
5711
  static {
5712
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "PathScurryDarwin");
5712
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "PathScurryDarwin");
5713
5713
  }
5714
5714
  constructor(cwd = process.cwd(), opts = {}) {
5715
5715
  const { nocase = true } = opts;
@@ -5723,12 +5723,12 @@ var Path = process.platform === "win32" ? PathWin32 : PathPosix;
5723
5723
  var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
5724
5724
 
5725
5725
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/pattern.js
5726
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
5727
- var isPatternList = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pl) => pl.length >= 1, "isPatternList");
5728
- var isGlobList = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (gl) => gl.length >= 1, "isGlobList");
5726
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
5727
+ var isPatternList = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pl) => pl.length >= 1, "isPatternList");
5728
+ var isGlobList = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (gl) => gl.length >= 1, "isGlobList");
5729
5729
  var Pattern = class _Pattern {
5730
5730
  static {
5731
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Pattern");
5731
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Pattern");
5732
5732
  }
5733
5733
  #patternList;
5734
5734
  #globList;
@@ -5913,14 +5913,14 @@ var Pattern = class _Pattern {
5913
5913
  };
5914
5914
 
5915
5915
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/walker.js
5916
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
5916
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
5917
5917
 
5918
5918
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/ignore.js
5919
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
5919
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
5920
5920
  var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
5921
5921
  var Ignore = class {
5922
5922
  static {
5923
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Ignore");
5923
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Ignore");
5924
5924
  }
5925
5925
 
5926
5926
 
@@ -5998,10 +5998,10 @@ var Ignore = class {
5998
5998
  };
5999
5999
 
6000
6000
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/processor.js
6001
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
6001
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
6002
6002
  var HasWalkedCache = class _HasWalkedCache {
6003
6003
  static {
6004
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "HasWalkedCache");
6004
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "HasWalkedCache");
6005
6005
  }
6006
6006
 
6007
6007
  constructor(store = /* @__PURE__ */ new Map()) {
@@ -6024,7 +6024,7 @@ var HasWalkedCache = class _HasWalkedCache {
6024
6024
  };
6025
6025
  var MatchRecord = (_class10 = class {constructor() { _class10.prototype.__init28.call(this); }
6026
6026
  static {
6027
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "MatchRecord");
6027
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "MatchRecord");
6028
6028
  }
6029
6029
  __init28() {this.store = /* @__PURE__ */ new Map()}
6030
6030
  add(target, absolute, ifDir) {
@@ -6045,7 +6045,7 @@ var MatchRecord = (_class10 = class {constructor() { _class10.prototype.__init28
6045
6045
  }, _class10);
6046
6046
  var SubWalks = (_class11 = class {constructor() { _class11.prototype.__init29.call(this); }
6047
6047
  static {
6048
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "SubWalks");
6048
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "SubWalks");
6049
6049
  }
6050
6050
  __init29() {this.store = /* @__PURE__ */ new Map()}
6051
6051
  add(target, pattern) {
@@ -6082,7 +6082,7 @@ var SubWalks = (_class11 = class {constructor() { _class11.prototype.__init29.ca
6082
6082
  }, _class11);
6083
6083
  var Processor = (_class12 = class _Processor {
6084
6084
  static {
6085
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Processor");
6085
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Processor");
6086
6086
  }
6087
6087
 
6088
6088
  __init30() {this.matches = new MatchRecord()}
@@ -6238,12 +6238,12 @@ var Processor = (_class12 = class _Processor {
6238
6238
  }, _class12);
6239
6239
 
6240
6240
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/walker.js
6241
- var makeIgnore = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (ignore, opts) => typeof ignore === "string" ? new Ignore([
6241
+ var makeIgnore = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (ignore, opts) => typeof ignore === "string" ? new Ignore([
6242
6242
  ignore
6243
6243
  ], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore, "makeIgnore");
6244
6244
  var GlobUtil = (_class13 = class {
6245
6245
  static {
6246
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "GlobUtil");
6246
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "GlobUtil");
6247
6247
  }
6248
6248
 
6249
6249
 
@@ -6386,7 +6386,7 @@ var GlobUtil = (_class13 = class {
6386
6386
  }
6387
6387
  processor.processPatterns(target, patterns);
6388
6388
  let tasks = 1;
6389
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
6389
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
6390
6390
  if (--tasks === 0) cb();
6391
6391
  }, "next");
6392
6392
  for (const [m, absolute, ifDir] of processor.matches.entries()) {
@@ -6410,7 +6410,7 @@ var GlobUtil = (_class13 = class {
6410
6410
  walkCB3(target, entries, processor, cb) {
6411
6411
  processor = processor.filterEntries(target, entries);
6412
6412
  let tasks = 1;
6413
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
6413
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
6414
6414
  if (--tasks === 0) cb();
6415
6415
  }, "next");
6416
6416
  for (const [m, absolute, ifDir] of processor.matches.entries()) {
@@ -6437,7 +6437,7 @@ var GlobUtil = (_class13 = class {
6437
6437
  }
6438
6438
  processor.processPatterns(target, patterns);
6439
6439
  let tasks = 1;
6440
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
6440
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
6441
6441
  if (--tasks === 0) cb();
6442
6442
  }, "next");
6443
6443
  for (const [m, absolute, ifDir] of processor.matches.entries()) {
@@ -6457,7 +6457,7 @@ var GlobUtil = (_class13 = class {
6457
6457
  walkCB3Sync(target, entries, processor, cb) {
6458
6458
  processor = processor.filterEntries(target, entries);
6459
6459
  let tasks = 1;
6460
- const next = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, () => {
6460
+ const next = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, () => {
6461
6461
  if (--tasks === 0) cb();
6462
6462
  }, "next");
6463
6463
  for (const [m, absolute, ifDir] of processor.matches.entries()) {
@@ -6473,7 +6473,7 @@ var GlobUtil = (_class13 = class {
6473
6473
  }, _class13);
6474
6474
  var GlobWalker = (_class14 = class extends GlobUtil {
6475
6475
  static {
6476
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "GlobWalker");
6476
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "GlobWalker");
6477
6477
  }
6478
6478
  __init35() {this.matches = /* @__PURE__ */ new Set()}
6479
6479
  constructor(patterns, path2, opts) {
@@ -6511,7 +6511,7 @@ var GlobWalker = (_class14 = class extends GlobUtil {
6511
6511
  }, _class14);
6512
6512
  var GlobStream = class extends GlobUtil {
6513
6513
  static {
6514
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "GlobStream");
6514
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "GlobStream");
6515
6515
  }
6516
6516
 
6517
6517
  constructor(patterns, path2, opts) {
@@ -6551,7 +6551,7 @@ var GlobStream = class extends GlobUtil {
6551
6551
  var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
6552
6552
  var Glob = class {
6553
6553
  static {
6554
- _chunkVCSZBLKUcjs.__name.call(void 0, this, "Glob");
6554
+ _chunkD7L4X6XIcjs.__name.call(void 0, this, "Glob");
6555
6555
  }
6556
6556
 
6557
6557
 
@@ -6757,8 +6757,8 @@ var Glob = class {
6757
6757
  };
6758
6758
 
6759
6759
  // ../../node_modules/.pnpm/glob@11.0.1/node_modules/glob/dist/esm/has-magic.js
6760
- _chunkVCSZBLKUcjs.init_cjs_shims.call(void 0, );
6761
- var hasMagic = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, options = {}) => {
6760
+ _chunkD7L4X6XIcjs.init_cjs_shims.call(void 0, );
6761
+ var hasMagic = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (pattern, options = {}) => {
6762
6762
  if (!Array.isArray(pattern)) {
6763
6763
  pattern = [
6764
6764
  pattern
@@ -6774,27 +6774,27 @@ var hasMagic = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (pattern, o
6774
6774
  function globStreamSync(pattern, options = {}) {
6775
6775
  return new Glob(pattern, options).streamSync();
6776
6776
  }
6777
- _chunkVCSZBLKUcjs.__name.call(void 0, globStreamSync, "globStreamSync");
6777
+ _chunkD7L4X6XIcjs.__name.call(void 0, globStreamSync, "globStreamSync");
6778
6778
  function globStream(pattern, options = {}) {
6779
6779
  return new Glob(pattern, options).stream();
6780
6780
  }
6781
- _chunkVCSZBLKUcjs.__name.call(void 0, globStream, "globStream");
6781
+ _chunkD7L4X6XIcjs.__name.call(void 0, globStream, "globStream");
6782
6782
  function globSync(pattern, options = {}) {
6783
6783
  return new Glob(pattern, options).walkSync();
6784
6784
  }
6785
- _chunkVCSZBLKUcjs.__name.call(void 0, globSync, "globSync");
6785
+ _chunkD7L4X6XIcjs.__name.call(void 0, globSync, "globSync");
6786
6786
  async function glob_(pattern, options = {}) {
6787
6787
  return new Glob(pattern, options).walk();
6788
6788
  }
6789
- _chunkVCSZBLKUcjs.__name.call(void 0, glob_, "glob_");
6789
+ _chunkD7L4X6XIcjs.__name.call(void 0, glob_, "glob_");
6790
6790
  function globIterateSync(pattern, options = {}) {
6791
6791
  return new Glob(pattern, options).iterateSync();
6792
6792
  }
6793
- _chunkVCSZBLKUcjs.__name.call(void 0, globIterateSync, "globIterateSync");
6793
+ _chunkD7L4X6XIcjs.__name.call(void 0, globIterateSync, "globIterateSync");
6794
6794
  function globIterate(pattern, options = {}) {
6795
6795
  return new Glob(pattern, options).iterate();
6796
6796
  }
6797
- _chunkVCSZBLKUcjs.__name.call(void 0, globIterate, "globIterate");
6797
+ _chunkD7L4X6XIcjs.__name.call(void 0, globIterate, "globIterate");
6798
6798
  var streamSync = globStreamSync;
6799
6799
  var stream = Object.assign(globStream, {
6800
6800
  sync: globStreamSync
@@ -6828,8 +6828,8 @@ glob.glob = glob;
6828
6828
 
6829
6829
  // src/generate.ts
6830
6830
  var _loader = require('untyped/loader');
6831
- var getGenerateAction = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (config) => async (options) => {
6832
- _chunkYU5YP27Qcjs.writeTrace.call(void 0, `Running Storm Untyped with options: ${JSON.stringify(options)}`, config);
6831
+ var getGenerateAction = /* @__PURE__ */ _chunkD7L4X6XIcjs.__name.call(void 0, (config) => async (options) => {
6832
+ _chunkXFMXMHTDcjs.writeTrace.call(void 0, `Running Storm Untyped with options: ${JSON.stringify(options)}`, config);
6833
6833
  console.log(glob);
6834
6834
  const files = await glob(options.entry || "**/{untyped.ts,*.untyped.ts}", {
6835
6835
  ignore: [
@@ -6846,21 +6846,21 @@ var getGenerateAction = /* @__PURE__ */ _chunkVCSZBLKUcjs.__name.call(void 0, (c
6846
6846
  });
6847
6847
  console.log(files);
6848
6848
  const cache = !Boolean(process.env.CI) && !Boolean(process.env.STORM_CI) && !config.skipCache;
6849
- _chunkYU5YP27Qcjs.writeTrace.call(void 0, cache ? `Skipping jiti cache because ${Boolean(process.env.CI) ? '`process.env.CI` is set to "true"' : Boolean(process.env.STORM_CI) ? '`process.env.STORM_CI` is set to "true"' : config.skipCache ? "`skipCache` in the Storm configuration file is set to `true`" : "<INVALID REASON>"}` : "Will use jiti cache while parsing schema files", config);
6849
+ _chunkXFMXMHTDcjs.writeTrace.call(void 0, cache ? `Skipping jiti cache because ${Boolean(process.env.CI) ? '`process.env.CI` is set to "true"' : Boolean(process.env.STORM_CI) ? '`process.env.STORM_CI` is set to "true"' : config.skipCache ? "`skipCache` in the Storm configuration file is set to `true`" : "<INVALID REASON>"}` : "Will use jiti cache while parsing schema files", config);
6850
6850
  await Promise.all(files.map(async (file) => {
6851
- _chunkYU5YP27Qcjs.writeTrace.call(void 0, `Generating files for schema file: ${_chunkVCSZBLKUcjs.joinPaths.call(void 0, file.parentPath, file.name)}`, config);
6851
+ _chunkXFMXMHTDcjs.writeTrace.call(void 0, `Generating files for schema file: ${_chunkD7L4X6XIcjs.joinPaths.call(void 0, file.parentPath, file.name)}`, config);
6852
6852
  let schema;
6853
6853
  try {
6854
- schema = await _loader.loadSchema.call(void 0, _chunkVCSZBLKUcjs.joinPaths.call(void 0, file.parentPath, file.name), {
6854
+ schema = await _loader.loadSchema.call(void 0, _chunkD7L4X6XIcjs.joinPaths.call(void 0, file.parentPath, file.name), {
6855
6855
  jiti: {
6856
- debug: _chunkYU5YP27Qcjs.isVerbose.call(void 0, config.logLevel),
6857
- fsCache: cache && _chunkVCSZBLKUcjs.joinPaths.call(void 0, config.directories.cache || "node_modules/.cache/storm", "jiti"),
6856
+ debug: _chunkXFMXMHTDcjs.isVerbose.call(void 0, config.logLevel),
6857
+ fsCache: cache && _chunkD7L4X6XIcjs.joinPaths.call(void 0, config.directories.cache || "node_modules/.cache/storm", "jiti"),
6858
6858
  moduleCache: cache,
6859
6859
  interopDefault: true
6860
6860
  }
6861
6861
  });
6862
6862
  } catch (error) {
6863
- _chunkYU5YP27Qcjs.writeError.call(void 0, `Error while parsing schema file: ${_chunkVCSZBLKUcjs.joinPaths.call(void 0, file.parentPath, file.name)}
6863
+ _chunkXFMXMHTDcjs.writeError.call(void 0, `Error while parsing schema file: ${_chunkD7L4X6XIcjs.joinPaths.call(void 0, file.parentPath, file.name)}
6864
6864
 
6865
6865
  Error:
6866
6866
  ${_optionalChain([error, 'optionalAccess', _143 => _143.message]) ? error.message : JSON.stringify(error)}${_optionalChain([error, 'optionalAccess', _144 => _144.stack]) ? `
@@ -6872,9 +6872,9 @@ ${JSON.stringify(schema)}
6872
6872
  throw error;
6873
6873
  }
6874
6874
  const promises = [];
6875
- promises.push(_chunkBFSI6OL7cjs.generateDeclarationFile.call(void 0, schema, file, config));
6876
- promises.push(_chunkCLGOYXO6cjs.generateMarkdownFile.call(void 0, schema, file, config));
6877
- promises.push(_chunkUCWWPTWVcjs.generateJsonSchemaFile.call(void 0, schema, file, config));
6875
+ promises.push(_chunkZMD64DNMcjs.generateDeclarationFile.call(void 0, schema, file, config));
6876
+ promises.push(_chunkATFT6DWGcjs.generateMarkdownFile.call(void 0, schema, file, config));
6877
+ promises.push(_chunkQKT2QMKJcjs.generateJsonSchemaFile.call(void 0, schema, file, config));
6878
6878
  return Promise.all(promises);
6879
6879
  }));
6880
6880
  }, "getGenerateAction");