vite-plugin-vue-devtools 8.0.0 → 8.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/assets/{IconTitle.vue_vue_type_script_setup_true_lang-BXngeGY8.js → IconTitle.vue_vue_type_script_setup_true_lang-B9Nj8PlY.js} +1 -1
- package/client/assets/{SectionBlock-H9LBnZtw.js → SectionBlock-BrHcKx8P.js} +1 -1
- package/client/assets/assets-tWZ16yre.js +12 -0
- package/client/assets/components-EaHI7FxW.js +1 -0
- package/client/assets/custom-inspector-tab-view-CZIfhGNk.js +1 -0
- package/client/assets/{custom-tab-view-CcB3biR9.js → custom-tab-view-BGjRlmIC.js} +1 -1
- package/client/assets/graph-Dvz7NSzX.js +1068 -0
- package/client/assets/index-CtdYRAx7.js +2382 -0
- package/client/assets/{index-CQrqPx0k.css → index-DkeGUpKU.css} +1 -1
- package/client/assets/{index-D_-9VWqF.css → index-ENvNlo7R.css} +1 -1
- package/client/assets/overview-CXo9qbzV.js +1 -0
- package/client/assets/pages-BLZMWMb9.js +1 -0
- package/client/assets/pinia-CsnX6hr4.js +1 -0
- package/client/assets/router-BZru8YYb.js +1 -0
- package/client/assets/settings-C2YlJymx.js +1 -0
- package/client/assets/timeline-B5ZeLLK0.js +1 -0
- package/client/index.html +2 -2
- package/dist/vite.cjs +277 -313
- package/dist/vite.js +257 -303
- package/package.json +7 -7
- package/src/overlay/devtools-overlay.mjs +4 -4
- package/client/assets/assets-qX_YSZFJ.js +0 -12
- package/client/assets/components-2Kp8HH9-.js +0 -1
- package/client/assets/custom-inspector-tab-view-hJ0sgyRt.js +0 -1
- package/client/assets/graph-D2lpQpE1.js +0 -1073
- package/client/assets/index-DOp68rd-.js +0 -2382
- package/client/assets/overview-C4yihdYP.js +0 -1
- package/client/assets/pages-CY6OZ6x-.js +0 -1
- package/client/assets/pinia-BDVcd-P5.js +0 -1
- package/client/assets/router-DGXO7FD9.js +0 -1
- package/client/assets/settings-bsy0UrNY.js +0 -1
- package/client/assets/timeline-Rsigp4eg.js +0 -1
package/dist/vite.cjs
CHANGED
|
@@ -24,16 +24,26 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
24
24
|
}) : target, mod));
|
|
25
25
|
|
|
26
26
|
//#endregion
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
27
|
+
let node_fs = require("node:fs");
|
|
28
|
+
node_fs = __toESM(node_fs);
|
|
29
|
+
let node_path = require("node:path");
|
|
30
|
+
node_path = __toESM(node_path);
|
|
31
|
+
let node_url = require("node:url");
|
|
32
|
+
node_url = __toESM(node_url);
|
|
33
|
+
let __vue_devtools_core = require("@vue/devtools-core");
|
|
34
|
+
__vue_devtools_core = __toESM(__vue_devtools_core);
|
|
35
|
+
let __vue_devtools_kit = require("@vue/devtools-kit");
|
|
36
|
+
__vue_devtools_kit = __toESM(__vue_devtools_kit);
|
|
37
|
+
let sirv = require("sirv");
|
|
38
|
+
sirv = __toESM(sirv);
|
|
39
|
+
let vite = require("vite");
|
|
40
|
+
vite = __toESM(vite);
|
|
41
|
+
let vite_plugin_inspect = require("vite-plugin-inspect");
|
|
42
|
+
vite_plugin_inspect = __toESM(vite_plugin_inspect);
|
|
43
|
+
let vite_plugin_vue_inspector = require("vite-plugin-vue-inspector");
|
|
44
|
+
vite_plugin_vue_inspector = __toESM(vite_plugin_vue_inspector);
|
|
45
|
+
let node_fs_promises = require("node:fs/promises");
|
|
46
|
+
node_fs_promises = __toESM(node_fs_promises);
|
|
37
47
|
|
|
38
48
|
//#region ../../node_modules/.pnpm/kolorist@1.8.0/node_modules/kolorist/dist/esm/index.mjs
|
|
39
49
|
let enabled = true;
|
|
@@ -122,9 +132,8 @@ const DIR_CLIENT = (0, node_path.resolve)(DIR_DIST, "../client");
|
|
|
122
132
|
|
|
123
133
|
//#endregion
|
|
124
134
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js
|
|
125
|
-
var require_array = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js"(exports) {
|
|
135
|
+
var require_array = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js": ((exports) => {
|
|
126
136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
127
|
-
exports.splitWhen = exports.flatten = void 0;
|
|
128
137
|
function flatten(items) {
|
|
129
138
|
return items.reduce((collection, item) => [].concat(collection, item), []);
|
|
130
139
|
}
|
|
@@ -139,24 +148,22 @@ var require_array = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
139
148
|
return result;
|
|
140
149
|
}
|
|
141
150
|
exports.splitWhen = splitWhen;
|
|
142
|
-
} });
|
|
151
|
+
}) });
|
|
143
152
|
|
|
144
153
|
//#endregion
|
|
145
154
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.js
|
|
146
|
-
var require_errno = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.js"(exports) {
|
|
155
|
+
var require_errno = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.js": ((exports) => {
|
|
147
156
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
148
|
-
exports.isEnoentCodeError = void 0;
|
|
149
157
|
function isEnoentCodeError(error) {
|
|
150
158
|
return error.code === "ENOENT";
|
|
151
159
|
}
|
|
152
160
|
exports.isEnoentCodeError = isEnoentCodeError;
|
|
153
|
-
} });
|
|
161
|
+
}) });
|
|
154
162
|
|
|
155
163
|
//#endregion
|
|
156
164
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.js
|
|
157
|
-
var require_fs$3 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.js"(exports) {
|
|
165
|
+
var require_fs$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.js": ((exports) => {
|
|
158
166
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
159
|
-
exports.createDirentFromStats = void 0;
|
|
160
167
|
var DirentFromStats$1 = class {
|
|
161
168
|
constructor(name, stats) {
|
|
162
169
|
this.name = name;
|
|
@@ -173,13 +180,12 @@ var require_fs$3 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_m
|
|
|
173
180
|
return new DirentFromStats$1(name, stats);
|
|
174
181
|
}
|
|
175
182
|
exports.createDirentFromStats = createDirentFromStats$1;
|
|
176
|
-
} });
|
|
183
|
+
}) });
|
|
177
184
|
|
|
178
185
|
//#endregion
|
|
179
186
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.js
|
|
180
|
-
var require_path = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.js"(exports) {
|
|
187
|
+
var require_path = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.js": ((exports) => {
|
|
181
188
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
182
|
-
exports.convertPosixPathToPattern = exports.convertWindowsPathToPattern = exports.convertPathToPattern = exports.escapePosixPath = exports.escapeWindowsPath = exports.escape = exports.removeLeadingDotSegment = exports.makeAbsolute = exports.unixify = void 0;
|
|
183
189
|
const os$1 = require("os");
|
|
184
190
|
const path$10 = require("path");
|
|
185
191
|
const IS_WINDOWS_PLATFORM = os$1.platform() === "win32";
|
|
@@ -239,11 +245,11 @@ var require_path = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_m
|
|
|
239
245
|
return escapePosixPath(filepath);
|
|
240
246
|
}
|
|
241
247
|
exports.convertPosixPathToPattern = convertPosixPathToPattern;
|
|
242
|
-
} });
|
|
248
|
+
}) });
|
|
243
249
|
|
|
244
250
|
//#endregion
|
|
245
251
|
//#region ../../node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
|
|
246
|
-
var require_is_extglob = __commonJS({ "../../node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js"(exports, module) {
|
|
252
|
+
var require_is_extglob = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js": ((exports, module) => {
|
|
247
253
|
/*!
|
|
248
254
|
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
249
255
|
*
|
|
@@ -259,11 +265,11 @@ var require_is_extglob = __commonJS({ "../../node_modules/.pnpm/is-extglob@2.1.1
|
|
|
259
265
|
}
|
|
260
266
|
return false;
|
|
261
267
|
};
|
|
262
|
-
} });
|
|
268
|
+
}) });
|
|
263
269
|
|
|
264
270
|
//#endregion
|
|
265
271
|
//#region ../../node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js
|
|
266
|
-
var require_is_glob = __commonJS({ "../../node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js"(exports, module) {
|
|
272
|
+
var require_is_glob = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js": ((exports, module) => {
|
|
267
273
|
/*!
|
|
268
274
|
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
269
275
|
*
|
|
@@ -357,11 +363,11 @@ var require_is_glob = __commonJS({ "../../node_modules/.pnpm/is-glob@4.0.3/node_
|
|
|
357
363
|
if (options$1 && options$1.strict === false) check = relaxedCheck;
|
|
358
364
|
return check(str);
|
|
359
365
|
};
|
|
360
|
-
} });
|
|
366
|
+
}) });
|
|
361
367
|
|
|
362
368
|
//#endregion
|
|
363
369
|
//#region ../../node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.js
|
|
364
|
-
var require_glob_parent = __commonJS({ "../../node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.js"(exports, module) {
|
|
370
|
+
var require_glob_parent = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.js": ((exports, module) => {
|
|
365
371
|
var isGlob = require_is_glob();
|
|
366
372
|
var pathPosixDirname = require("path").posix.dirname;
|
|
367
373
|
var isWin32 = require("os").platform() === "win32";
|
|
@@ -377,8 +383,7 @@ var require_glob_parent = __commonJS({ "../../node_modules/.pnpm/glob-parent@5.1
|
|
|
377
383
|
* @returns {string}
|
|
378
384
|
*/
|
|
379
385
|
module.exports = function globParent$1(str, opts) {
|
|
380
|
-
|
|
381
|
-
if (options$1.flipBackslashes && isWin32 && str.indexOf(slash) < 0) str = str.replace(backslash, slash);
|
|
386
|
+
if (Object.assign({ flipBackslashes: true }, opts).flipBackslashes && isWin32 && str.indexOf(slash) < 0) str = str.replace(backslash, slash);
|
|
382
387
|
if (enclosure.test(str)) str += slash;
|
|
383
388
|
str += "a";
|
|
384
389
|
do
|
|
@@ -386,11 +391,11 @@ var require_glob_parent = __commonJS({ "../../node_modules/.pnpm/glob-parent@5.1
|
|
|
386
391
|
while (isGlob(str) || globby.test(str));
|
|
387
392
|
return str.replace(escaped, "$1");
|
|
388
393
|
};
|
|
389
|
-
} });
|
|
394
|
+
}) });
|
|
390
395
|
|
|
391
396
|
//#endregion
|
|
392
397
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js
|
|
393
|
-
var require_utils$3 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js"(exports) {
|
|
398
|
+
var require_utils$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js": ((exports) => {
|
|
394
399
|
exports.isInteger = (num) => {
|
|
395
400
|
if (typeof num === "number") return Number.isInteger(num);
|
|
396
401
|
if (typeof num === "string" && num.trim() !== "") return Number.isInteger(Number(num));
|
|
@@ -482,11 +487,11 @@ var require_utils$3 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_m
|
|
|
482
487
|
flat(args);
|
|
483
488
|
return result;
|
|
484
489
|
};
|
|
485
|
-
} });
|
|
490
|
+
}) });
|
|
486
491
|
|
|
487
492
|
//#endregion
|
|
488
493
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js
|
|
489
|
-
var require_stringify = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js"(exports, module) {
|
|
494
|
+
var require_stringify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js": ((exports, module) => {
|
|
490
495
|
const utils$16 = require_utils$3();
|
|
491
496
|
module.exports = (ast, options$1 = {}) => {
|
|
492
497
|
const stringify$4 = (node, parent = {}) => {
|
|
@@ -503,21 +508,21 @@ var require_stringify = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node
|
|
|
503
508
|
};
|
|
504
509
|
return stringify$4(ast);
|
|
505
510
|
};
|
|
506
|
-
} });
|
|
511
|
+
}) });
|
|
507
512
|
|
|
508
513
|
//#endregion
|
|
509
514
|
//#region ../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js
|
|
510
|
-
var require_is_number = __commonJS({ "../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js"(exports, module) {
|
|
515
|
+
var require_is_number = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js": ((exports, module) => {
|
|
511
516
|
module.exports = function(num) {
|
|
512
517
|
if (typeof num === "number") return num - num === 0;
|
|
513
518
|
if (typeof num === "string" && num.trim() !== "") return Number.isFinite ? Number.isFinite(+num) : isFinite(+num);
|
|
514
519
|
return false;
|
|
515
520
|
};
|
|
516
|
-
} });
|
|
521
|
+
}) });
|
|
517
522
|
|
|
518
523
|
//#endregion
|
|
519
524
|
//#region ../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js
|
|
520
|
-
var require_to_regex_range = __commonJS({ "../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js"(exports, module) {
|
|
525
|
+
var require_to_regex_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js": ((exports, module) => {
|
|
521
526
|
const isNumber$1 = require_is_number();
|
|
522
527
|
const toRegexRange$1 = (min, max, options$1) => {
|
|
523
528
|
if (isNumber$1(min) === false) throw new TypeError("toRegexRange: expected the first argument to be a number");
|
|
@@ -556,8 +561,7 @@ var require_to_regex_range = __commonJS({ "../../node_modules/.pnpm/to-regex-ran
|
|
|
556
561
|
state.maxLen = String(state.max).length;
|
|
557
562
|
}
|
|
558
563
|
if (a < 0) {
|
|
559
|
-
|
|
560
|
-
negatives = splitToPatterns(newMin, Math.abs(a), state, opts);
|
|
564
|
+
negatives = splitToPatterns(b < 0 ? Math.abs(b) : 1, Math.abs(a), state, opts);
|
|
561
565
|
a = state.a = 0;
|
|
562
566
|
}
|
|
563
567
|
if (b >= 0) positives = splitToPatterns(a, b, state, opts);
|
|
@@ -573,8 +577,7 @@ var require_to_regex_range = __commonJS({ "../../node_modules/.pnpm/to-regex-ran
|
|
|
573
577
|
let onlyNegative = filterPatterns(neg, pos, "-", false, options$1) || [];
|
|
574
578
|
let onlyPositive = filterPatterns(pos, neg, "", false, options$1) || [];
|
|
575
579
|
let intersected = filterPatterns(neg, pos, "-?", true, options$1) || [];
|
|
576
|
-
|
|
577
|
-
return subpatterns.join("|");
|
|
580
|
+
return onlyNegative.concat(intersected).concat(onlyPositive).join("|");
|
|
578
581
|
}
|
|
579
582
|
function splitToRanges(min, max) {
|
|
580
583
|
let nines = 1;
|
|
@@ -709,11 +712,11 @@ var require_to_regex_range = __commonJS({ "../../node_modules/.pnpm/to-regex-ran
|
|
|
709
712
|
* Expose `toRegexRange`
|
|
710
713
|
*/
|
|
711
714
|
module.exports = toRegexRange$1;
|
|
712
|
-
} });
|
|
715
|
+
}) });
|
|
713
716
|
|
|
714
717
|
//#endregion
|
|
715
718
|
//#region ../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js
|
|
716
|
-
var require_fill_range = __commonJS({ "../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js"(exports, module) {
|
|
719
|
+
var require_fill_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js": ((exports, module) => {
|
|
717
720
|
const util$1 = require("util");
|
|
718
721
|
const toRegexRange = require_to_regex_range();
|
|
719
722
|
const isObject$1 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -775,8 +778,7 @@ var require_fill_range = __commonJS({ "../../node_modules/.pnpm/fill-range@7.1.1
|
|
|
775
778
|
});
|
|
776
779
|
let start = String.fromCharCode(a);
|
|
777
780
|
if (a === b) return start;
|
|
778
|
-
|
|
779
|
-
return `[${start}-${stop}]`;
|
|
781
|
+
return `[${start}-${String.fromCharCode(b)}]`;
|
|
780
782
|
};
|
|
781
783
|
const toRegex = (start, end, options$1) => {
|
|
782
784
|
if (Array.isArray(start)) {
|
|
@@ -873,11 +875,11 @@ var require_fill_range = __commonJS({ "../../node_modules/.pnpm/fill-range@7.1.1
|
|
|
873
875
|
return fillLetters(start, end, Math.max(Math.abs(step), 1), opts);
|
|
874
876
|
};
|
|
875
877
|
module.exports = fill$2;
|
|
876
|
-
} });
|
|
878
|
+
}) });
|
|
877
879
|
|
|
878
880
|
//#endregion
|
|
879
881
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js
|
|
880
|
-
var require_compile = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js"(exports, module) {
|
|
882
|
+
var require_compile = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js": ((exports, module) => {
|
|
881
883
|
const fill$1 = require_fill_range();
|
|
882
884
|
const utils$15 = require_utils$3();
|
|
883
885
|
const compile$1 = (ast, options$1 = {}) => {
|
|
@@ -912,11 +914,11 @@ var require_compile = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_m
|
|
|
912
914
|
return walk$1(ast);
|
|
913
915
|
};
|
|
914
916
|
module.exports = compile$1;
|
|
915
|
-
} });
|
|
917
|
+
}) });
|
|
916
918
|
|
|
917
919
|
//#endregion
|
|
918
920
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js
|
|
919
|
-
var require_expand = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js"(exports, module) {
|
|
921
|
+
var require_expand = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js": ((exports, module) => {
|
|
920
922
|
const fill = require_fill_range();
|
|
921
923
|
const stringify$2 = require_stringify();
|
|
922
924
|
const utils$14 = require_utils$3();
|
|
@@ -989,11 +991,11 @@ var require_expand = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_mo
|
|
|
989
991
|
return utils$14.flatten(walk$1(ast));
|
|
990
992
|
};
|
|
991
993
|
module.exports = expand$1;
|
|
992
|
-
} });
|
|
994
|
+
}) });
|
|
993
995
|
|
|
994
996
|
//#endregion
|
|
995
997
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js
|
|
996
|
-
var require_constants$2 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js"(exports, module) {
|
|
998
|
+
var require_constants$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js": ((exports, module) => {
|
|
997
999
|
module.exports = {
|
|
998
1000
|
MAX_LENGTH: 1e4,
|
|
999
1001
|
CHAR_0: "0",
|
|
@@ -1041,11 +1043,11 @@ var require_constants$2 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/no
|
|
|
1041
1043
|
CHAR_VERTICAL_LINE: "|",
|
|
1042
1044
|
CHAR_ZERO_WIDTH_NOBREAK_SPACE: ""
|
|
1043
1045
|
};
|
|
1044
|
-
} });
|
|
1046
|
+
}) });
|
|
1045
1047
|
|
|
1046
1048
|
//#endregion
|
|
1047
1049
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js
|
|
1048
|
-
var require_parse$1 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js"(exports, module) {
|
|
1050
|
+
var require_parse$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js": ((exports, module) => {
|
|
1049
1051
|
const stringify$1 = require_stringify();
|
|
1050
1052
|
/**
|
|
1051
1053
|
* Constants
|
|
@@ -1203,12 +1205,11 @@ var require_parse$1 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_m
|
|
|
1203
1205
|
*/
|
|
1204
1206
|
if (value === CHAR_LEFT_CURLY_BRACE$1) {
|
|
1205
1207
|
depth$1++;
|
|
1206
|
-
const dollar = prev.value && prev.value.slice(-1) === "$" || block.dollar === true;
|
|
1207
1208
|
const brace = {
|
|
1208
1209
|
type: "brace",
|
|
1209
1210
|
open: true,
|
|
1210
1211
|
close: false,
|
|
1211
|
-
dollar,
|
|
1212
|
+
dollar: prev.value && prev.value.slice(-1) === "$" || block.dollar === true,
|
|
1212
1213
|
depth: depth$1,
|
|
1213
1214
|
commas: 0,
|
|
1214
1215
|
ranges: 0,
|
|
@@ -1250,8 +1251,7 @@ var require_parse$1 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_m
|
|
|
1250
1251
|
if (value === CHAR_COMMA$1 && depth$1 > 0) {
|
|
1251
1252
|
if (block.ranges > 0) {
|
|
1252
1253
|
block.ranges = 0;
|
|
1253
|
-
|
|
1254
|
-
block.nodes = [open, {
|
|
1254
|
+
block.nodes = [block.nodes.shift(), {
|
|
1255
1255
|
type: "text",
|
|
1256
1256
|
value: stringify$1(block)
|
|
1257
1257
|
}];
|
|
@@ -1331,11 +1331,11 @@ var require_parse$1 = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_m
|
|
|
1331
1331
|
return ast;
|
|
1332
1332
|
};
|
|
1333
1333
|
module.exports = parse$3;
|
|
1334
|
-
} });
|
|
1334
|
+
}) });
|
|
1335
1335
|
|
|
1336
1336
|
//#endregion
|
|
1337
1337
|
//#region ../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js
|
|
1338
|
-
var require_braces = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js"(exports, module) {
|
|
1338
|
+
var require_braces = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js": ((exports, module) => {
|
|
1339
1339
|
const stringify = require_stringify();
|
|
1340
1340
|
const compile = require_compile();
|
|
1341
1341
|
const expand = require_expand();
|
|
@@ -1459,11 +1459,11 @@ var require_braces = __commonJS({ "../../node_modules/.pnpm/braces@3.0.3/node_mo
|
|
|
1459
1459
|
* Expose "braces"
|
|
1460
1460
|
*/
|
|
1461
1461
|
module.exports = braces$1;
|
|
1462
|
-
} });
|
|
1462
|
+
}) });
|
|
1463
1463
|
|
|
1464
1464
|
//#endregion
|
|
1465
1465
|
//#region ../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.js
|
|
1466
|
-
var require_constants$1 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.js"(exports, module) {
|
|
1466
|
+
var require_constants$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.js": ((exports, module) => {
|
|
1467
1467
|
const path$9 = require("path");
|
|
1468
1468
|
const WIN_SLASH = "\\\\/";
|
|
1469
1469
|
const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
|
|
@@ -1629,11 +1629,11 @@ var require_constants$1 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1
|
|
|
1629
1629
|
return win32$1 === true ? WINDOWS_CHARS : POSIX_CHARS;
|
|
1630
1630
|
}
|
|
1631
1631
|
};
|
|
1632
|
-
} });
|
|
1632
|
+
}) });
|
|
1633
1633
|
|
|
1634
1634
|
//#endregion
|
|
1635
1635
|
//#region ../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.js
|
|
1636
|
-
var require_utils$2 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.js"(exports) {
|
|
1636
|
+
var require_utils$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.js": ((exports) => {
|
|
1637
1637
|
const path$8 = require("path");
|
|
1638
1638
|
const win32 = process.platform === "win32";
|
|
1639
1639
|
const { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = require_constants$1();
|
|
@@ -1677,11 +1677,11 @@ var require_utils$2 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/nod
|
|
|
1677
1677
|
if (state.negated === true) output = `(?:^(?!${output}).*$)`;
|
|
1678
1678
|
return output;
|
|
1679
1679
|
};
|
|
1680
|
-
} });
|
|
1680
|
+
}) });
|
|
1681
1681
|
|
|
1682
1682
|
//#endregion
|
|
1683
1683
|
//#region ../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.js
|
|
1684
|
-
var require_scan = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.js"(exports, module) {
|
|
1684
|
+
var require_scan = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.js": ((exports, module) => {
|
|
1685
1685
|
const utils$13 = require_utils$2();
|
|
1686
1686
|
const { CHAR_ASTERISK, CHAR_AT, CHAR_BACKWARD_SLASH, CHAR_COMMA, CHAR_DOT, CHAR_EXCLAMATION_MARK, CHAR_FORWARD_SLASH, CHAR_LEFT_CURLY_BRACE, CHAR_LEFT_PARENTHESES, CHAR_LEFT_SQUARE_BRACKET, CHAR_PLUS, CHAR_QUESTION_MARK, CHAR_RIGHT_CURLY_BRACE, CHAR_RIGHT_PARENTHESES, CHAR_RIGHT_SQUARE_BRACKET } = require_constants$1();
|
|
1687
1687
|
const isPathSeparator = (code) => {
|
|
@@ -1806,8 +1806,7 @@ var require_scan = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_m
|
|
|
1806
1806
|
continue;
|
|
1807
1807
|
}
|
|
1808
1808
|
if (opts.noext !== true) {
|
|
1809
|
-
|
|
1810
|
-
if (isExtglobChar === true && peek() === CHAR_LEFT_PARENTHESES) {
|
|
1809
|
+
if ((code === CHAR_PLUS || code === CHAR_AT || code === CHAR_ASTERISK || code === CHAR_QUESTION_MARK || code === CHAR_EXCLAMATION_MARK) === true && peek() === CHAR_LEFT_PARENTHESES) {
|
|
1811
1810
|
isGlob$1 = token.isGlob = true;
|
|
1812
1811
|
isExtglob$1 = token.isExtglob = true;
|
|
1813
1812
|
finished = true;
|
|
@@ -1966,11 +1965,11 @@ var require_scan = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_m
|
|
|
1966
1965
|
return state;
|
|
1967
1966
|
};
|
|
1968
1967
|
module.exports = scan$1;
|
|
1969
|
-
} });
|
|
1968
|
+
}) });
|
|
1970
1969
|
|
|
1971
1970
|
//#endregion
|
|
1972
1971
|
//#region ../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.js
|
|
1973
|
-
var require_parse = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.js"(exports, module) {
|
|
1972
|
+
var require_parse = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.js": ((exports, module) => {
|
|
1974
1973
|
const constants$1 = require_constants$1();
|
|
1975
1974
|
const utils$12 = require_utils$2();
|
|
1976
1975
|
/**
|
|
@@ -2149,13 +2148,10 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_
|
|
|
2149
2148
|
let extglobStar = star;
|
|
2150
2149
|
if (token.inner && token.inner.length > 1 && token.inner.includes("/")) extglobStar = globstar(opts);
|
|
2151
2150
|
if (extglobStar !== star || eos() || /^\)+$/.test(remaining())) output = token.close = `)$))${extglobStar}`;
|
|
2152
|
-
if (token.inner.includes("*") && (rest = remaining()) && /^\.[^\\/.]+$/.test(rest)) {
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
}).output;
|
|
2157
|
-
output = token.close = `)${expression})${extglobStar})`;
|
|
2158
|
-
}
|
|
2151
|
+
if (token.inner.includes("*") && (rest = remaining()) && /^\.[^\\/.]+$/.test(rest)) output = token.close = `)${parse$1(rest, {
|
|
2152
|
+
...options$1,
|
|
2153
|
+
fastpaths: false
|
|
2154
|
+
}).output})${extglobStar})`;
|
|
2159
2155
|
if (token.prev.type === "bos") state.negatedExtglob = true;
|
|
2160
2156
|
}
|
|
2161
2157
|
push({
|
|
@@ -2498,8 +2494,7 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_
|
|
|
2498
2494
|
* Question marks
|
|
2499
2495
|
*/
|
|
2500
2496
|
if (value === "?") {
|
|
2501
|
-
|
|
2502
|
-
if (!isGroup && opts.noextglob !== true && peek() === "(" && peek(2) !== "?") {
|
|
2497
|
+
if (!(prev && prev.value === "(") && opts.noextglob !== true && peek() === "(" && peek(2) !== "?") {
|
|
2503
2498
|
extglobOpen("qmark", value);
|
|
2504
2499
|
continue;
|
|
2505
2500
|
}
|
|
@@ -2834,11 +2829,11 @@ var require_parse = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_
|
|
|
2834
2829
|
return source;
|
|
2835
2830
|
};
|
|
2836
2831
|
module.exports = parse$1;
|
|
2837
|
-
} });
|
|
2832
|
+
}) });
|
|
2838
2833
|
|
|
2839
2834
|
//#endregion
|
|
2840
2835
|
//#region ../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.js
|
|
2841
|
-
var require_picomatch$1 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.js"(exports, module) {
|
|
2836
|
+
var require_picomatch$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.js": ((exports, module) => {
|
|
2842
2837
|
const path$7 = require("path");
|
|
2843
2838
|
const scan = require_scan();
|
|
2844
2839
|
const parse = require_parse();
|
|
@@ -2978,8 +2973,7 @@ var require_picomatch$1 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1
|
|
|
2978
2973
|
* @api public
|
|
2979
2974
|
*/
|
|
2980
2975
|
picomatch$1.matchBase = (input, glob, options$1, posix = utils$11.isWindows(options$1)) => {
|
|
2981
|
-
|
|
2982
|
-
return regex.test(path$7.basename(input));
|
|
2976
|
+
return (glob instanceof RegExp ? glob : picomatch$1.makeRe(glob, options$1)).test(path$7.basename(input));
|
|
2983
2977
|
};
|
|
2984
2978
|
/**
|
|
2985
2979
|
* Returns true if **any** of the given glob `patterns` match the specified `string`.
|
|
@@ -3129,17 +3123,17 @@ var require_picomatch$1 = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1
|
|
|
3129
3123
|
* Expose "picomatch"
|
|
3130
3124
|
*/
|
|
3131
3125
|
module.exports = picomatch$1;
|
|
3132
|
-
} });
|
|
3126
|
+
}) });
|
|
3133
3127
|
|
|
3134
3128
|
//#endregion
|
|
3135
3129
|
//#region ../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.js
|
|
3136
|
-
var require_picomatch = __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.js"(exports, module) {
|
|
3130
|
+
var require_picomatch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.js": ((exports, module) => {
|
|
3137
3131
|
module.exports = require_picomatch$1();
|
|
3138
|
-
} });
|
|
3132
|
+
}) });
|
|
3139
3133
|
|
|
3140
3134
|
//#endregion
|
|
3141
3135
|
//#region ../../node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.js
|
|
3142
|
-
var require_micromatch = __commonJS({ "../../node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.js"(exports, module) {
|
|
3136
|
+
var require_micromatch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/micromatch@4.0.8/node_modules/micromatch/index.js": ((exports, module) => {
|
|
3143
3137
|
const util = require("util");
|
|
3144
3138
|
const braces = require_braces();
|
|
3145
3139
|
const picomatch = require_picomatch();
|
|
@@ -3186,8 +3180,7 @@ var require_micromatch = __commonJS({ "../../node_modules/.pnpm/micromatch@4.0.8
|
|
|
3186
3180
|
if (negated) negatives++;
|
|
3187
3181
|
for (let item of list) {
|
|
3188
3182
|
let matched = isMatch(item, true);
|
|
3189
|
-
|
|
3190
|
-
if (!match) continue;
|
|
3183
|
+
if (!(negated ? !matched.isMatch : matched.isMatch)) continue;
|
|
3191
3184
|
if (negated) omit.add(matched.output);
|
|
3192
3185
|
else {
|
|
3193
3186
|
omit.delete(matched.output);
|
|
@@ -3195,8 +3188,7 @@ var require_micromatch = __commonJS({ "../../node_modules/.pnpm/micromatch@4.0.8
|
|
|
3195
3188
|
}
|
|
3196
3189
|
}
|
|
3197
3190
|
}
|
|
3198
|
-
let
|
|
3199
|
-
let matches = result.filter((item) => !omit.has(item));
|
|
3191
|
+
let matches = (negatives === patterns.length ? [...items] : [...keep]).filter((item) => !omit.has(item));
|
|
3200
3192
|
if (options$1 && matches.length === 0) {
|
|
3201
3193
|
if (options$1.failglob === true) throw new Error(`No matches found for "${patterns.join(", ")}"`);
|
|
3202
3194
|
if (options$1.nonull === true || options$1.nullglob === true) return options$1.unescape ? patterns.map((p) => p.replace(/\\/g, "")) : patterns;
|
|
@@ -3442,11 +3434,10 @@ var require_micromatch = __commonJS({ "../../node_modules/.pnpm/micromatch@4.0.8
|
|
|
3442
3434
|
*/
|
|
3443
3435
|
micromatch$1.capture = (glob, input, options$1) => {
|
|
3444
3436
|
let posix = utils$10.isWindows(options$1);
|
|
3445
|
-
let
|
|
3437
|
+
let match = picomatch.makeRe(String(glob), {
|
|
3446
3438
|
...options$1,
|
|
3447
3439
|
capture: true
|
|
3448
|
-
});
|
|
3449
|
-
let match = regex.exec(posix ? utils$10.toPosixSlashes(input) : input);
|
|
3440
|
+
}).exec(posix ? utils$10.toPosixSlashes(input) : input);
|
|
3450
3441
|
if (match) return match.slice(1).map((v) => v === void 0 ? "" : v);
|
|
3451
3442
|
};
|
|
3452
3443
|
/**
|
|
@@ -3533,13 +3524,12 @@ var require_micromatch = __commonJS({ "../../node_modules/.pnpm/micromatch@4.0.8
|
|
|
3533
3524
|
*/
|
|
3534
3525
|
micromatch$1.hasBraces = hasBraces;
|
|
3535
3526
|
module.exports = micromatch$1;
|
|
3536
|
-
} });
|
|
3527
|
+
}) });
|
|
3537
3528
|
|
|
3538
3529
|
//#endregion
|
|
3539
3530
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.js
|
|
3540
|
-
var require_pattern = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.js"(exports) {
|
|
3531
|
+
var require_pattern = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.js": ((exports) => {
|
|
3541
3532
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3542
|
-
exports.isAbsolute = exports.partitionAbsoluteAndRelative = exports.removeDuplicateSlashes = exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.isPatternRelatedToParentDirectory = exports.getPatternsOutsideCurrentDirectory = exports.getPatternsInsideCurrentDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = void 0;
|
|
3543
3533
|
const path$6 = require("path");
|
|
3544
3534
|
const globParent = require_glob_parent();
|
|
3545
3535
|
const micromatch = require_micromatch();
|
|
@@ -3725,13 +3715,12 @@ var require_pattern = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
3725
3715
|
return path$6.isAbsolute(pattern$1);
|
|
3726
3716
|
}
|
|
3727
3717
|
exports.isAbsolute = isAbsolute$1;
|
|
3728
|
-
} });
|
|
3718
|
+
}) });
|
|
3729
3719
|
|
|
3730
3720
|
//#endregion
|
|
3731
3721
|
//#region ../../node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.js
|
|
3732
|
-
var require_merge2 = __commonJS({ "../../node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.js"(exports, module) {
|
|
3733
|
-
const
|
|
3734
|
-
const PassThrough = Stream.PassThrough;
|
|
3722
|
+
var require_merge2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.js": ((exports, module) => {
|
|
3723
|
+
const PassThrough = require("stream").PassThrough;
|
|
3735
3724
|
const slice = Array.prototype.slice;
|
|
3736
3725
|
module.exports = merge2$1;
|
|
3737
3726
|
function merge2$1() {
|
|
@@ -3807,13 +3796,12 @@ var require_merge2 = __commonJS({ "../../node_modules/.pnpm/merge2@1.4.1/node_mo
|
|
|
3807
3796
|
} else for (let i = 0, len = streams.length; i < len; i++) streams[i] = pauseStreams(streams[i], options$1);
|
|
3808
3797
|
return streams;
|
|
3809
3798
|
}
|
|
3810
|
-
} });
|
|
3799
|
+
}) });
|
|
3811
3800
|
|
|
3812
3801
|
//#endregion
|
|
3813
3802
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.js
|
|
3814
|
-
var require_stream$3 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.js"(exports) {
|
|
3803
|
+
var require_stream$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.js": ((exports) => {
|
|
3815
3804
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3816
|
-
exports.merge = void 0;
|
|
3817
3805
|
const merge2 = require_merge2();
|
|
3818
3806
|
function merge(streams) {
|
|
3819
3807
|
const mergedStream = merge2(streams);
|
|
@@ -3828,13 +3816,12 @@ var require_stream$3 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/no
|
|
|
3828
3816
|
function propagateCloseEventToSources(streams) {
|
|
3829
3817
|
streams.forEach((stream$1) => stream$1.emit("close"));
|
|
3830
3818
|
}
|
|
3831
|
-
} });
|
|
3819
|
+
}) });
|
|
3832
3820
|
|
|
3833
3821
|
//#endregion
|
|
3834
3822
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.js
|
|
3835
|
-
var require_string = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.js"(exports) {
|
|
3823
|
+
var require_string = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.js": ((exports) => {
|
|
3836
3824
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3837
|
-
exports.isEmpty = exports.isString = void 0;
|
|
3838
3825
|
function isString(input) {
|
|
3839
3826
|
return typeof input === "string";
|
|
3840
3827
|
}
|
|
@@ -3843,13 +3830,12 @@ var require_string = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node
|
|
|
3843
3830
|
return input === "";
|
|
3844
3831
|
}
|
|
3845
3832
|
exports.isEmpty = isEmpty;
|
|
3846
|
-
} });
|
|
3833
|
+
}) });
|
|
3847
3834
|
|
|
3848
3835
|
//#endregion
|
|
3849
3836
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.js
|
|
3850
|
-
var require_utils$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.js"(exports) {
|
|
3837
|
+
var require_utils$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.js": ((exports) => {
|
|
3851
3838
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3852
|
-
exports.string = exports.stream = exports.pattern = exports.path = exports.fs = exports.errno = exports.array = void 0;
|
|
3853
3839
|
const array = require_array();
|
|
3854
3840
|
exports.array = array;
|
|
3855
3841
|
const errno = require_errno();
|
|
@@ -3864,13 +3850,12 @@ var require_utils$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
3864
3850
|
exports.stream = stream;
|
|
3865
3851
|
const string = require_string();
|
|
3866
3852
|
exports.string = string;
|
|
3867
|
-
} });
|
|
3853
|
+
}) });
|
|
3868
3854
|
|
|
3869
3855
|
//#endregion
|
|
3870
3856
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.js
|
|
3871
|
-
var require_tasks = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.js"(exports) {
|
|
3857
|
+
var require_tasks = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.js": ((exports) => {
|
|
3872
3858
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3873
|
-
exports.convertPatternGroupToTask = exports.convertPatternGroupsToTasks = exports.groupPatternsByBaseDirectory = exports.getNegativePatternsAsPositive = exports.getPositivePatterns = exports.convertPatternsToTasks = exports.generate = void 0;
|
|
3874
3859
|
const utils$9 = require_utils$1();
|
|
3875
3860
|
function generate(input, settings) {
|
|
3876
3861
|
const patterns = processPatterns(input, settings);
|
|
@@ -3931,19 +3916,16 @@ var require_tasks = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
3931
3916
|
}
|
|
3932
3917
|
exports.getPositivePatterns = getPositivePatterns;
|
|
3933
3918
|
function getNegativePatternsAsPositive(patterns, ignore) {
|
|
3934
|
-
|
|
3935
|
-
const positive = negative.map(utils$9.pattern.convertToPositivePattern);
|
|
3936
|
-
return positive;
|
|
3919
|
+
return utils$9.pattern.getNegativePatterns(patterns).concat(ignore).map(utils$9.pattern.convertToPositivePattern);
|
|
3937
3920
|
}
|
|
3938
3921
|
exports.getNegativePatternsAsPositive = getNegativePatternsAsPositive;
|
|
3939
3922
|
function groupPatternsByBaseDirectory(patterns) {
|
|
3940
|
-
const group = {};
|
|
3941
3923
|
return patterns.reduce((collection, pattern$1) => {
|
|
3942
3924
|
const base = utils$9.pattern.getBaseDirectory(pattern$1);
|
|
3943
3925
|
if (base in collection) collection[base].push(pattern$1);
|
|
3944
3926
|
else collection[base] = [pattern$1];
|
|
3945
3927
|
return collection;
|
|
3946
|
-
},
|
|
3928
|
+
}, {});
|
|
3947
3929
|
}
|
|
3948
3930
|
exports.groupPatternsByBaseDirectory = groupPatternsByBaseDirectory;
|
|
3949
3931
|
function convertPatternGroupsToTasks(positive, negative, dynamic) {
|
|
@@ -3962,13 +3944,12 @@ var require_tasks = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
3962
3944
|
};
|
|
3963
3945
|
}
|
|
3964
3946
|
exports.convertPatternGroupToTask = convertPatternGroupToTask;
|
|
3965
|
-
} });
|
|
3947
|
+
}) });
|
|
3966
3948
|
|
|
3967
3949
|
//#endregion
|
|
3968
3950
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.js
|
|
3969
|
-
var require_async$5 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.js"(exports) {
|
|
3951
|
+
var require_async$5 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.js": ((exports) => {
|
|
3970
3952
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3971
|
-
exports.read = void 0;
|
|
3972
3953
|
function read$3(path$11, settings, callback) {
|
|
3973
3954
|
settings.fs.lstat(path$11, (lstatError, lstat) => {
|
|
3974
3955
|
if (lstatError !== null) {
|
|
@@ -4000,13 +3981,12 @@ var require_async$5 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.
|
|
|
4000
3981
|
function callSuccessCallback$2(callback, result) {
|
|
4001
3982
|
callback(null, result);
|
|
4002
3983
|
}
|
|
4003
|
-
} });
|
|
3984
|
+
}) });
|
|
4004
3985
|
|
|
4005
3986
|
//#endregion
|
|
4006
3987
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.js
|
|
4007
|
-
var require_sync$5 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.js"(exports) {
|
|
3988
|
+
var require_sync$5 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.js": ((exports) => {
|
|
4008
3989
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4009
|
-
exports.read = void 0;
|
|
4010
3990
|
function read$2(path$11, settings) {
|
|
4011
3991
|
const lstat = settings.fs.lstatSync(path$11);
|
|
4012
3992
|
if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) return lstat;
|
|
@@ -4020,13 +4000,12 @@ var require_sync$5 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0
|
|
|
4020
4000
|
}
|
|
4021
4001
|
}
|
|
4022
4002
|
exports.read = read$2;
|
|
4023
|
-
} });
|
|
4003
|
+
}) });
|
|
4024
4004
|
|
|
4025
4005
|
//#endregion
|
|
4026
4006
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.js
|
|
4027
|
-
var require_fs$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.js"(exports) {
|
|
4007
|
+
var require_fs$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.js": ((exports) => {
|
|
4028
4008
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4029
|
-
exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
|
|
4030
4009
|
const fs$6 = require("fs");
|
|
4031
4010
|
exports.FILE_SYSTEM_ADAPTER = {
|
|
4032
4011
|
lstat: fs$6.lstat,
|
|
@@ -4039,11 +4018,11 @@ var require_fs$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5
|
|
|
4039
4018
|
return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods);
|
|
4040
4019
|
}
|
|
4041
4020
|
exports.createFileSystemAdapter = createFileSystemAdapter$1;
|
|
4042
|
-
} });
|
|
4021
|
+
}) });
|
|
4043
4022
|
|
|
4044
4023
|
//#endregion
|
|
4045
4024
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.js
|
|
4046
|
-
var require_settings$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.js"(exports) {
|
|
4025
|
+
var require_settings$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.js": ((exports) => {
|
|
4047
4026
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4048
4027
|
const fs$5 = require_fs$2();
|
|
4049
4028
|
var Settings$3 = class {
|
|
@@ -4059,13 +4038,12 @@ var require_settings$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat
|
|
|
4059
4038
|
}
|
|
4060
4039
|
};
|
|
4061
4040
|
exports.default = Settings$3;
|
|
4062
|
-
} });
|
|
4041
|
+
}) });
|
|
4063
4042
|
|
|
4064
4043
|
//#endregion
|
|
4065
4044
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.js
|
|
4066
|
-
var require_out$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.js"(exports) {
|
|
4045
|
+
var require_out$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.js": ((exports) => {
|
|
4067
4046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4068
|
-
exports.statSync = exports.stat = exports.Settings = void 0;
|
|
4069
4047
|
const async$1 = require_async$5();
|
|
4070
4048
|
const sync$1 = require_sync$5();
|
|
4071
4049
|
const settings_1$3 = require_settings$3();
|
|
@@ -4087,21 +4065,21 @@ var require_out$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.
|
|
|
4087
4065
|
if (settingsOrOptions instanceof settings_1$3.default) return settingsOrOptions;
|
|
4088
4066
|
return new settings_1$3.default(settingsOrOptions);
|
|
4089
4067
|
}
|
|
4090
|
-
} });
|
|
4068
|
+
}) });
|
|
4091
4069
|
|
|
4092
4070
|
//#endregion
|
|
4093
4071
|
//#region ../../node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js
|
|
4094
|
-
var require_queue_microtask = __commonJS({ "../../node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js"(exports, module) {
|
|
4072
|
+
var require_queue_microtask = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js": ((exports, module) => {
|
|
4095
4073
|
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
4096
4074
|
let promise;
|
|
4097
4075
|
module.exports = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : global) : (cb) => (promise || (promise = Promise.resolve())).then(cb).catch((err) => setTimeout(() => {
|
|
4098
4076
|
throw err;
|
|
4099
4077
|
}, 0));
|
|
4100
|
-
} });
|
|
4078
|
+
}) });
|
|
4101
4079
|
|
|
4102
4080
|
//#endregion
|
|
4103
4081
|
//#region ../../node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js
|
|
4104
|
-
var require_run_parallel = __commonJS({ "../../node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js"(exports, module) {
|
|
4082
|
+
var require_run_parallel = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js": ((exports, module) => {
|
|
4105
4083
|
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
4106
4084
|
module.exports = runParallel;
|
|
4107
4085
|
const queueMicrotask$1 = require_queue_microtask();
|
|
@@ -4141,13 +4119,12 @@ var require_run_parallel = __commonJS({ "../../node_modules/.pnpm/run-parallel@1
|
|
|
4141
4119
|
});
|
|
4142
4120
|
isSync = false;
|
|
4143
4121
|
}
|
|
4144
|
-
} });
|
|
4122
|
+
}) });
|
|
4145
4123
|
|
|
4146
4124
|
//#endregion
|
|
4147
4125
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js
|
|
4148
|
-
var require_constants = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js"(exports) {
|
|
4126
|
+
var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js": ((exports) => {
|
|
4149
4127
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4150
|
-
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0;
|
|
4151
4128
|
const NODE_PROCESS_VERSION_PARTS = process.versions.node.split(".");
|
|
4152
4129
|
if (NODE_PROCESS_VERSION_PARTS[0] === void 0 || NODE_PROCESS_VERSION_PARTS[1] === void 0) throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);
|
|
4153
4130
|
const MAJOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[0], 10);
|
|
@@ -4160,13 +4137,12 @@ var require_constants = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scand
|
|
|
4160
4137
|
* IS `true` for Node.js 10.10 and greater.
|
|
4161
4138
|
*/
|
|
4162
4139
|
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR;
|
|
4163
|
-
} });
|
|
4140
|
+
}) });
|
|
4164
4141
|
|
|
4165
4142
|
//#endregion
|
|
4166
4143
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.js
|
|
4167
|
-
var require_fs$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.js"(exports) {
|
|
4144
|
+
var require_fs$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.js": ((exports) => {
|
|
4168
4145
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4169
|
-
exports.createDirentFromStats = void 0;
|
|
4170
4146
|
var DirentFromStats = class {
|
|
4171
4147
|
constructor(name, stats) {
|
|
4172
4148
|
this.name = name;
|
|
@@ -4183,22 +4159,20 @@ var require_fs$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.
|
|
|
4183
4159
|
return new DirentFromStats(name, stats);
|
|
4184
4160
|
}
|
|
4185
4161
|
exports.createDirentFromStats = createDirentFromStats;
|
|
4186
|
-
} });
|
|
4162
|
+
}) });
|
|
4187
4163
|
|
|
4188
4164
|
//#endregion
|
|
4189
4165
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js
|
|
4190
|
-
var require_utils = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js"(exports) {
|
|
4166
|
+
var require_utils = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js": ((exports) => {
|
|
4191
4167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4192
|
-
exports.fs = void 0;
|
|
4193
4168
|
const fs$4 = require_fs$1();
|
|
4194
4169
|
exports.fs = fs$4;
|
|
4195
|
-
} });
|
|
4170
|
+
}) });
|
|
4196
4171
|
|
|
4197
4172
|
//#endregion
|
|
4198
4173
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.js
|
|
4199
|
-
var require_common$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.js"(exports) {
|
|
4174
|
+
var require_common$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.js": ((exports) => {
|
|
4200
4175
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4201
|
-
exports.joinPathSegments = void 0;
|
|
4202
4176
|
function joinPathSegments$1(a, b, separator) {
|
|
4203
4177
|
/**
|
|
4204
4178
|
* The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`).
|
|
@@ -4207,13 +4181,12 @@ var require_common$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandi
|
|
|
4207
4181
|
return a + separator + b;
|
|
4208
4182
|
}
|
|
4209
4183
|
exports.joinPathSegments = joinPathSegments$1;
|
|
4210
|
-
} });
|
|
4184
|
+
}) });
|
|
4211
4185
|
|
|
4212
4186
|
//#endregion
|
|
4213
4187
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.js
|
|
4214
|
-
var require_async$4 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.js"(exports) {
|
|
4188
|
+
var require_async$4 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.js": ((exports) => {
|
|
4215
4189
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4216
|
-
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
4217
4190
|
const fsStat$5 = require_out$3();
|
|
4218
4191
|
const rpl = require_run_parallel();
|
|
4219
4192
|
const constants_1$1 = require_constants();
|
|
@@ -4313,13 +4286,12 @@ var require_async$4 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir
|
|
|
4313
4286
|
function callSuccessCallback$1(callback, result) {
|
|
4314
4287
|
callback(null, result);
|
|
4315
4288
|
}
|
|
4316
|
-
} });
|
|
4289
|
+
}) });
|
|
4317
4290
|
|
|
4318
4291
|
//#endregion
|
|
4319
4292
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.js
|
|
4320
|
-
var require_sync$4 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.js"(exports) {
|
|
4293
|
+
var require_sync$4 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.js": ((exports) => {
|
|
4321
4294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4322
|
-
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
4323
4295
|
const fsStat$4 = require_out$3();
|
|
4324
4296
|
const constants_1 = require_constants();
|
|
4325
4297
|
const utils$7 = require_utils();
|
|
@@ -4330,8 +4302,7 @@ var require_sync$4 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@
|
|
|
4330
4302
|
}
|
|
4331
4303
|
exports.read = read;
|
|
4332
4304
|
function readdirWithFileTypes(directory, settings) {
|
|
4333
|
-
|
|
4334
|
-
return dirents.map((dirent) => {
|
|
4305
|
+
return settings.fs.readdirSync(directory, { withFileTypes: true }).map((dirent) => {
|
|
4335
4306
|
const entry = {
|
|
4336
4307
|
dirent,
|
|
4337
4308
|
name: dirent.name,
|
|
@@ -4348,8 +4319,7 @@ var require_sync$4 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@
|
|
|
4348
4319
|
}
|
|
4349
4320
|
exports.readdirWithFileTypes = readdirWithFileTypes;
|
|
4350
4321
|
function readdir(directory, settings) {
|
|
4351
|
-
|
|
4352
|
-
return names.map((name) => {
|
|
4322
|
+
return settings.fs.readdirSync(directory).map((name) => {
|
|
4353
4323
|
const entryPath = common$3.joinPathSegments(directory, name, settings.pathSegmentSeparator);
|
|
4354
4324
|
const stats = fsStat$4.statSync(entryPath, settings.fsStatSettings);
|
|
4355
4325
|
const entry = {
|
|
@@ -4362,13 +4332,12 @@ var require_sync$4 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@
|
|
|
4362
4332
|
});
|
|
4363
4333
|
}
|
|
4364
4334
|
exports.readdir = readdir;
|
|
4365
|
-
} });
|
|
4335
|
+
}) });
|
|
4366
4336
|
|
|
4367
4337
|
//#endregion
|
|
4368
4338
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.js
|
|
4369
|
-
var require_fs = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.js"(exports) {
|
|
4339
|
+
var require_fs = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.js": ((exports) => {
|
|
4370
4340
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4371
|
-
exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
|
|
4372
4341
|
const fs$3 = require("fs");
|
|
4373
4342
|
exports.FILE_SYSTEM_ADAPTER = {
|
|
4374
4343
|
lstat: fs$3.lstat,
|
|
@@ -4383,11 +4352,11 @@ var require_fs = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.
|
|
|
4383
4352
|
return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods);
|
|
4384
4353
|
}
|
|
4385
4354
|
exports.createFileSystemAdapter = createFileSystemAdapter;
|
|
4386
|
-
} });
|
|
4355
|
+
}) });
|
|
4387
4356
|
|
|
4388
4357
|
//#endregion
|
|
4389
4358
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.js
|
|
4390
|
-
var require_settings$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.js"(exports) {
|
|
4359
|
+
var require_settings$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.js": ((exports) => {
|
|
4391
4360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4392
4361
|
const path$4 = require("path");
|
|
4393
4362
|
const fsStat$3 = require_out$3();
|
|
@@ -4411,13 +4380,12 @@ var require_settings$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scan
|
|
|
4411
4380
|
}
|
|
4412
4381
|
};
|
|
4413
4382
|
exports.default = Settings$2;
|
|
4414
|
-
} });
|
|
4383
|
+
}) });
|
|
4415
4384
|
|
|
4416
4385
|
//#endregion
|
|
4417
4386
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.js
|
|
4418
|
-
var require_out$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.js"(exports) {
|
|
4387
|
+
var require_out$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.js": ((exports) => {
|
|
4419
4388
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4420
|
-
exports.Settings = exports.scandirSync = exports.scandir = void 0;
|
|
4421
4389
|
const async = require_async$4();
|
|
4422
4390
|
const sync = require_sync$4();
|
|
4423
4391
|
const settings_1$2 = require_settings$2();
|
|
@@ -4439,11 +4407,11 @@ var require_out$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2
|
|
|
4439
4407
|
if (settingsOrOptions instanceof settings_1$2.default) return settingsOrOptions;
|
|
4440
4408
|
return new settings_1$2.default(settingsOrOptions);
|
|
4441
4409
|
}
|
|
4442
|
-
} });
|
|
4410
|
+
}) });
|
|
4443
4411
|
|
|
4444
4412
|
//#endregion
|
|
4445
4413
|
//#region ../../node_modules/.pnpm/reusify@1.1.0/node_modules/reusify/reusify.js
|
|
4446
|
-
var require_reusify = __commonJS({ "../../node_modules/.pnpm/reusify@1.1.0/node_modules/reusify/reusify.js"(exports, module) {
|
|
4414
|
+
var require_reusify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/reusify@1.1.0/node_modules/reusify/reusify.js": ((exports, module) => {
|
|
4447
4415
|
function reusify$1(Constructor) {
|
|
4448
4416
|
var head = new Constructor();
|
|
4449
4417
|
var tail = head;
|
|
@@ -4467,11 +4435,11 @@ var require_reusify = __commonJS({ "../../node_modules/.pnpm/reusify@1.1.0/node_
|
|
|
4467
4435
|
};
|
|
4468
4436
|
}
|
|
4469
4437
|
module.exports = reusify$1;
|
|
4470
|
-
} });
|
|
4438
|
+
}) });
|
|
4471
4439
|
|
|
4472
4440
|
//#endregion
|
|
4473
4441
|
//#region ../../node_modules/.pnpm/fastq@1.19.1/node_modules/fastq/queue.js
|
|
4474
|
-
var require_queue = __commonJS({ "../../node_modules/.pnpm/fastq@1.19.1/node_modules/fastq/queue.js"(exports, module) {
|
|
4442
|
+
var require_queue = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fastq@1.19.1/node_modules/fastq/queue.js": ((exports, module) => {
|
|
4475
4443
|
var reusify = require_reusify();
|
|
4476
4444
|
function fastqueue(context, worker, _concurrency) {
|
|
4477
4445
|
if (typeof context === "function") {
|
|
@@ -4687,7 +4655,7 @@ var require_queue = __commonJS({ "../../node_modules/.pnpm/fastq@1.19.1/node_mod
|
|
|
4687
4655
|
return p;
|
|
4688
4656
|
}
|
|
4689
4657
|
function drained() {
|
|
4690
|
-
|
|
4658
|
+
return new Promise(function(resolve$2) {
|
|
4691
4659
|
process.nextTick(function() {
|
|
4692
4660
|
if (queue.idle()) resolve$2();
|
|
4693
4661
|
else {
|
|
@@ -4700,18 +4668,16 @@ var require_queue = __commonJS({ "../../node_modules/.pnpm/fastq@1.19.1/node_mod
|
|
|
4700
4668
|
}
|
|
4701
4669
|
});
|
|
4702
4670
|
});
|
|
4703
|
-
return p;
|
|
4704
4671
|
}
|
|
4705
4672
|
}
|
|
4706
4673
|
module.exports = fastqueue;
|
|
4707
4674
|
module.exports.promise = queueAsPromised;
|
|
4708
|
-
} });
|
|
4675
|
+
}) });
|
|
4709
4676
|
|
|
4710
4677
|
//#endregion
|
|
4711
4678
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.js
|
|
4712
|
-
var require_common = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.js"(exports) {
|
|
4679
|
+
var require_common = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.js": ((exports) => {
|
|
4713
4680
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4714
|
-
exports.joinPathSegments = exports.replacePathSegmentSeparator = exports.isAppliedFilter = exports.isFatalError = void 0;
|
|
4715
4681
|
function isFatalError(settings, error) {
|
|
4716
4682
|
if (settings.errorFilter === null) return true;
|
|
4717
4683
|
return !settings.errorFilter(error);
|
|
@@ -4734,11 +4700,11 @@ var require_common = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2
|
|
|
4734
4700
|
return a + separator + b;
|
|
4735
4701
|
}
|
|
4736
4702
|
exports.joinPathSegments = joinPathSegments;
|
|
4737
|
-
} });
|
|
4703
|
+
}) });
|
|
4738
4704
|
|
|
4739
4705
|
//#endregion
|
|
4740
4706
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.js
|
|
4741
|
-
var require_reader$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.js"(exports) {
|
|
4707
|
+
var require_reader$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.js": ((exports) => {
|
|
4742
4708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4743
4709
|
const common$2 = require_common();
|
|
4744
4710
|
var Reader$1 = class {
|
|
@@ -4749,11 +4715,11 @@ var require_reader$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1
|
|
|
4749
4715
|
}
|
|
4750
4716
|
};
|
|
4751
4717
|
exports.default = Reader$1;
|
|
4752
|
-
} });
|
|
4718
|
+
}) });
|
|
4753
4719
|
|
|
4754
4720
|
//#endregion
|
|
4755
4721
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.js
|
|
4756
|
-
var require_async$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.js"(exports) {
|
|
4722
|
+
var require_async$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.js": ((exports) => {
|
|
4757
4723
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4758
4724
|
const events_1 = require("events");
|
|
4759
4725
|
const fsScandir$2 = require_out$2();
|
|
@@ -4835,11 +4801,11 @@ var require_async$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.
|
|
|
4835
4801
|
}
|
|
4836
4802
|
};
|
|
4837
4803
|
exports.default = AsyncReader;
|
|
4838
|
-
} });
|
|
4804
|
+
}) });
|
|
4839
4805
|
|
|
4840
4806
|
//#endregion
|
|
4841
4807
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.js
|
|
4842
|
-
var require_async$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.js"(exports) {
|
|
4808
|
+
var require_async$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.js": ((exports) => {
|
|
4843
4809
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4844
4810
|
const async_1$4 = require_async$3();
|
|
4845
4811
|
var AsyncProvider = class {
|
|
@@ -4869,11 +4835,11 @@ var require_async$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.
|
|
|
4869
4835
|
function callSuccessCallback(callback, entries) {
|
|
4870
4836
|
callback(null, entries);
|
|
4871
4837
|
}
|
|
4872
|
-
} });
|
|
4838
|
+
}) });
|
|
4873
4839
|
|
|
4874
4840
|
//#endregion
|
|
4875
4841
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.js
|
|
4876
|
-
var require_stream$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.js"(exports) {
|
|
4842
|
+
var require_stream$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.js": ((exports) => {
|
|
4877
4843
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4878
4844
|
const stream_1$5 = require("stream");
|
|
4879
4845
|
const async_1$3 = require_async$3();
|
|
@@ -4905,11 +4871,11 @@ var require_stream$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1
|
|
|
4905
4871
|
}
|
|
4906
4872
|
};
|
|
4907
4873
|
exports.default = StreamProvider;
|
|
4908
|
-
} });
|
|
4874
|
+
}) });
|
|
4909
4875
|
|
|
4910
4876
|
//#endregion
|
|
4911
4877
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.js
|
|
4912
|
-
var require_sync$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.js"(exports) {
|
|
4878
|
+
var require_sync$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.js": ((exports) => {
|
|
4913
4879
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4914
4880
|
const fsScandir$1 = require_out$2();
|
|
4915
4881
|
const common = require_common();
|
|
@@ -4958,11 +4924,11 @@ var require_sync$3 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2
|
|
|
4958
4924
|
}
|
|
4959
4925
|
};
|
|
4960
4926
|
exports.default = SyncReader;
|
|
4961
|
-
} });
|
|
4927
|
+
}) });
|
|
4962
4928
|
|
|
4963
4929
|
//#endregion
|
|
4964
4930
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.js
|
|
4965
|
-
var require_sync$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.js"(exports) {
|
|
4931
|
+
var require_sync$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.js": ((exports) => {
|
|
4966
4932
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4967
4933
|
const sync_1$3 = require_sync$3();
|
|
4968
4934
|
var SyncProvider = class {
|
|
@@ -4976,11 +4942,11 @@ var require_sync$2 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2
|
|
|
4976
4942
|
}
|
|
4977
4943
|
};
|
|
4978
4944
|
exports.default = SyncProvider;
|
|
4979
|
-
} });
|
|
4945
|
+
}) });
|
|
4980
4946
|
|
|
4981
4947
|
//#endregion
|
|
4982
4948
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.js
|
|
4983
|
-
var require_settings$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.js"(exports) {
|
|
4949
|
+
var require_settings$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.js": ((exports) => {
|
|
4984
4950
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4985
4951
|
const path$3 = require("path");
|
|
4986
4952
|
const fsScandir = require_out$2();
|
|
@@ -5006,13 +4972,12 @@ var require_settings$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk
|
|
|
5006
4972
|
}
|
|
5007
4973
|
};
|
|
5008
4974
|
exports.default = Settings$1;
|
|
5009
|
-
} });
|
|
4975
|
+
}) });
|
|
5010
4976
|
|
|
5011
4977
|
//#endregion
|
|
5012
4978
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.js
|
|
5013
|
-
var require_out$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.js"(exports) {
|
|
4979
|
+
var require_out$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.js": ((exports) => {
|
|
5014
4980
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5015
|
-
exports.Settings = exports.walkStream = exports.walkSync = exports.walk = void 0;
|
|
5016
4981
|
const async_1$2 = require_async$2();
|
|
5017
4982
|
const stream_1$4 = require_stream$2();
|
|
5018
4983
|
const sync_1$2 = require_sync$2();
|
|
@@ -5028,25 +4993,23 @@ var require_out$1 = __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.
|
|
|
5028
4993
|
exports.walk = walk;
|
|
5029
4994
|
function walkSync(directory, optionsOrSettings) {
|
|
5030
4995
|
const settings = getSettings(optionsOrSettings);
|
|
5031
|
-
|
|
5032
|
-
return provider.read();
|
|
4996
|
+
return new sync_1$2.default(directory, settings).read();
|
|
5033
4997
|
}
|
|
5034
4998
|
exports.walkSync = walkSync;
|
|
5035
4999
|
function walkStream(directory, optionsOrSettings) {
|
|
5036
5000
|
const settings = getSettings(optionsOrSettings);
|
|
5037
|
-
|
|
5038
|
-
return provider.read();
|
|
5001
|
+
return new stream_1$4.default(directory, settings).read();
|
|
5039
5002
|
}
|
|
5040
5003
|
exports.walkStream = walkStream;
|
|
5041
5004
|
function getSettings(settingsOrOptions = {}) {
|
|
5042
5005
|
if (settingsOrOptions instanceof settings_1$1.default) return settingsOrOptions;
|
|
5043
5006
|
return new settings_1$1.default(settingsOrOptions);
|
|
5044
5007
|
}
|
|
5045
|
-
} });
|
|
5008
|
+
}) });
|
|
5046
5009
|
|
|
5047
5010
|
//#endregion
|
|
5048
5011
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/reader.js
|
|
5049
|
-
var require_reader = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/reader.js"(exports) {
|
|
5012
|
+
var require_reader = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/reader.js": ((exports) => {
|
|
5050
5013
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5051
5014
|
const path$2 = require("path");
|
|
5052
5015
|
const fsStat$2 = require_out$3();
|
|
@@ -5077,11 +5040,11 @@ var require_reader = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node
|
|
|
5077
5040
|
}
|
|
5078
5041
|
};
|
|
5079
5042
|
exports.default = Reader;
|
|
5080
|
-
} });
|
|
5043
|
+
}) });
|
|
5081
5044
|
|
|
5082
5045
|
//#endregion
|
|
5083
5046
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/stream.js
|
|
5084
|
-
var require_stream$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/stream.js"(exports) {
|
|
5047
|
+
var require_stream$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/stream.js": ((exports) => {
|
|
5085
5048
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5086
5049
|
const stream_1$3 = require("stream");
|
|
5087
5050
|
const fsStat$1 = require_out$3();
|
|
@@ -5124,11 +5087,11 @@ var require_stream$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/no
|
|
|
5124
5087
|
}
|
|
5125
5088
|
};
|
|
5126
5089
|
exports.default = ReaderStream;
|
|
5127
|
-
} });
|
|
5090
|
+
}) });
|
|
5128
5091
|
|
|
5129
5092
|
//#endregion
|
|
5130
5093
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/async.js
|
|
5131
|
-
var require_async$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/async.js"(exports) {
|
|
5094
|
+
var require_async$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/async.js": ((exports) => {
|
|
5132
5095
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5133
5096
|
const fsWalk$1 = require_out$1();
|
|
5134
5097
|
const reader_1$1 = require_reader();
|
|
@@ -5158,11 +5121,11 @@ var require_async$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
5158
5121
|
}
|
|
5159
5122
|
};
|
|
5160
5123
|
exports.default = ReaderAsync;
|
|
5161
|
-
} });
|
|
5124
|
+
}) });
|
|
5162
5125
|
|
|
5163
5126
|
//#endregion
|
|
5164
5127
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/matcher.js
|
|
5165
|
-
var require_matcher = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/matcher.js"(exports) {
|
|
5128
|
+
var require_matcher = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/matcher.js": ((exports) => {
|
|
5166
5129
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5167
5130
|
const utils$5 = require_utils$1();
|
|
5168
5131
|
var Matcher = class {
|
|
@@ -5186,10 +5149,8 @@ var require_matcher = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
5186
5149
|
}
|
|
5187
5150
|
}
|
|
5188
5151
|
_getPatternSegments(pattern$1) {
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
const dynamic = utils$5.pattern.isDynamicPattern(part, this._settings);
|
|
5192
|
-
if (!dynamic) return {
|
|
5152
|
+
return utils$5.pattern.getPatternParts(pattern$1, this._micromatchOptions).map((part) => {
|
|
5153
|
+
if (!utils$5.pattern.isDynamicPattern(part, this._settings)) return {
|
|
5193
5154
|
dynamic: false,
|
|
5194
5155
|
pattern: part
|
|
5195
5156
|
};
|
|
@@ -5205,11 +5166,11 @@ var require_matcher = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
5205
5166
|
}
|
|
5206
5167
|
};
|
|
5207
5168
|
exports.default = Matcher;
|
|
5208
|
-
} });
|
|
5169
|
+
}) });
|
|
5209
5170
|
|
|
5210
5171
|
//#endregion
|
|
5211
5172
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/partial.js
|
|
5212
|
-
var require_partial = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/partial.js"(exports) {
|
|
5173
|
+
var require_partial = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/matchers/partial.js": ((exports) => {
|
|
5213
5174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5214
5175
|
const matcher_1 = require_matcher();
|
|
5215
5176
|
var PartialMatcher = class extends matcher_1.default {
|
|
@@ -5227,23 +5188,22 @@ var require_partial = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
5227
5188
|
* ^ true/false ^ always true
|
|
5228
5189
|
*/
|
|
5229
5190
|
if (!pattern$1.complete && levels > section.length) return true;
|
|
5230
|
-
|
|
5191
|
+
if (parts.every((part, index) => {
|
|
5231
5192
|
const segment = pattern$1.segments[index];
|
|
5232
5193
|
if (segment.dynamic && segment.patternRe.test(part)) return true;
|
|
5233
5194
|
if (!segment.dynamic && segment.pattern === part) return true;
|
|
5234
5195
|
return false;
|
|
5235
|
-
});
|
|
5236
|
-
if (match) return true;
|
|
5196
|
+
})) return true;
|
|
5237
5197
|
}
|
|
5238
5198
|
return false;
|
|
5239
5199
|
}
|
|
5240
5200
|
};
|
|
5241
5201
|
exports.default = PartialMatcher;
|
|
5242
|
-
} });
|
|
5202
|
+
}) });
|
|
5243
5203
|
|
|
5244
5204
|
//#endregion
|
|
5245
5205
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/deep.js
|
|
5246
|
-
var require_deep = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/deep.js"(exports) {
|
|
5206
|
+
var require_deep = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/deep.js": ((exports) => {
|
|
5247
5207
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5248
5208
|
const utils$4 = require_utils$1();
|
|
5249
5209
|
const partial_1 = require_partial();
|
|
@@ -5295,11 +5255,11 @@ var require_deep = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_m
|
|
|
5295
5255
|
}
|
|
5296
5256
|
};
|
|
5297
5257
|
exports.default = DeepFilter;
|
|
5298
|
-
} });
|
|
5258
|
+
}) });
|
|
5299
5259
|
|
|
5300
5260
|
//#endregion
|
|
5301
5261
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/entry.js
|
|
5302
|
-
var require_entry$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/entry.js"(exports) {
|
|
5262
|
+
var require_entry$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/entry.js": ((exports) => {
|
|
5303
5263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5304
5264
|
const utils$3 = require_utils$1();
|
|
5305
5265
|
var EntryFilter = class {
|
|
@@ -5340,12 +5300,9 @@ var require_entry$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
5340
5300
|
return this._settings.onlyDirectories && !entry.dirent.isDirectory();
|
|
5341
5301
|
}
|
|
5342
5302
|
_isMatchToPatternsSet(filepath, patterns, isDirectory) {
|
|
5343
|
-
|
|
5344
|
-
if (
|
|
5345
|
-
|
|
5346
|
-
if (isMatchedByRelativeNegative) return false;
|
|
5347
|
-
const isMatchedByAbsoluteNegative = this._isMatchToAbsoluteNegative(filepath, patterns.negative.absolute, isDirectory);
|
|
5348
|
-
if (isMatchedByAbsoluteNegative) return false;
|
|
5303
|
+
if (!this._isMatchToPatterns(filepath, patterns.positive.all, isDirectory)) return false;
|
|
5304
|
+
if (this._isMatchToPatterns(filepath, patterns.negative.relative, isDirectory)) return false;
|
|
5305
|
+
if (this._isMatchToAbsoluteNegative(filepath, patterns.negative.absolute, isDirectory)) return false;
|
|
5349
5306
|
return true;
|
|
5350
5307
|
}
|
|
5351
5308
|
_isMatchToAbsoluteNegative(filepath, patternsRe, isDirectory) {
|
|
@@ -5361,11 +5318,11 @@ var require_entry$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/nod
|
|
|
5361
5318
|
}
|
|
5362
5319
|
};
|
|
5363
5320
|
exports.default = EntryFilter;
|
|
5364
|
-
} });
|
|
5321
|
+
}) });
|
|
5365
5322
|
|
|
5366
5323
|
//#endregion
|
|
5367
5324
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/error.js
|
|
5368
|
-
var require_error = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/error.js"(exports) {
|
|
5325
|
+
var require_error = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/filters/error.js": ((exports) => {
|
|
5369
5326
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5370
5327
|
const utils$2 = require_utils$1();
|
|
5371
5328
|
var ErrorFilter = class {
|
|
@@ -5380,11 +5337,11 @@ var require_error = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
5380
5337
|
}
|
|
5381
5338
|
};
|
|
5382
5339
|
exports.default = ErrorFilter;
|
|
5383
|
-
} });
|
|
5340
|
+
}) });
|
|
5384
5341
|
|
|
5385
5342
|
//#endregion
|
|
5386
5343
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/transformers/entry.js
|
|
5387
|
-
var require_entry = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/transformers/entry.js"(exports) {
|
|
5344
|
+
var require_entry = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/transformers/entry.js": ((exports) => {
|
|
5388
5345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5389
5346
|
const utils$1 = require_utils$1();
|
|
5390
5347
|
var EntryTransformer = class {
|
|
@@ -5406,11 +5363,11 @@ var require_entry = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
5406
5363
|
}
|
|
5407
5364
|
};
|
|
5408
5365
|
exports.default = EntryTransformer;
|
|
5409
|
-
} });
|
|
5366
|
+
}) });
|
|
5410
5367
|
|
|
5411
5368
|
//#endregion
|
|
5412
5369
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/provider.js
|
|
5413
|
-
var require_provider = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/provider.js"(exports) {
|
|
5370
|
+
var require_provider = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/provider.js": ((exports) => {
|
|
5414
5371
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5415
5372
|
const path$1 = require("path");
|
|
5416
5373
|
const deep_1 = require_deep();
|
|
@@ -5458,11 +5415,11 @@ var require_provider = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/no
|
|
|
5458
5415
|
}
|
|
5459
5416
|
};
|
|
5460
5417
|
exports.default = Provider;
|
|
5461
|
-
} });
|
|
5418
|
+
}) });
|
|
5462
5419
|
|
|
5463
5420
|
//#endregion
|
|
5464
5421
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/async.js
|
|
5465
|
-
var require_async = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/async.js"(exports) {
|
|
5422
|
+
var require_async = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/async.js": ((exports) => {
|
|
5466
5423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5467
5424
|
const async_1$1 = require_async$1();
|
|
5468
5425
|
const provider_1$2 = require_provider();
|
|
@@ -5474,8 +5431,7 @@ var require_async = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
5474
5431
|
async read(task) {
|
|
5475
5432
|
const root = this._getRootDirectory(task);
|
|
5476
5433
|
const options$1 = this._getReaderOptions(task);
|
|
5477
|
-
|
|
5478
|
-
return entries.map((entry) => options$1.transform(entry));
|
|
5434
|
+
return (await this.api(root, task, options$1)).map((entry) => options$1.transform(entry));
|
|
5479
5435
|
}
|
|
5480
5436
|
api(root, task, options$1) {
|
|
5481
5437
|
if (task.dynamic) return this._reader.dynamic(root, options$1);
|
|
@@ -5483,11 +5439,11 @@ var require_async = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_
|
|
|
5483
5439
|
}
|
|
5484
5440
|
};
|
|
5485
5441
|
exports.default = ProviderAsync;
|
|
5486
|
-
} });
|
|
5442
|
+
}) });
|
|
5487
5443
|
|
|
5488
5444
|
//#endregion
|
|
5489
5445
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/stream.js
|
|
5490
|
-
var require_stream = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/stream.js"(exports) {
|
|
5446
|
+
var require_stream = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/stream.js": ((exports) => {
|
|
5491
5447
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5492
5448
|
const stream_1$1 = require("stream");
|
|
5493
5449
|
const stream_2 = require_stream$1();
|
|
@@ -5515,11 +5471,11 @@ var require_stream = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node
|
|
|
5515
5471
|
}
|
|
5516
5472
|
};
|
|
5517
5473
|
exports.default = ProviderStream;
|
|
5518
|
-
} });
|
|
5474
|
+
}) });
|
|
5519
5475
|
|
|
5520
5476
|
//#endregion
|
|
5521
5477
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/sync.js
|
|
5522
|
-
var require_sync$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/sync.js"(exports) {
|
|
5478
|
+
var require_sync$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/readers/sync.js": ((exports) => {
|
|
5523
5479
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5524
5480
|
const fsStat = require_out$3();
|
|
5525
5481
|
const fsWalk = require_out$1();
|
|
@@ -5557,11 +5513,11 @@ var require_sync$1 = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node
|
|
|
5557
5513
|
}
|
|
5558
5514
|
};
|
|
5559
5515
|
exports.default = ReaderSync;
|
|
5560
|
-
} });
|
|
5516
|
+
}) });
|
|
5561
5517
|
|
|
5562
5518
|
//#endregion
|
|
5563
5519
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/sync.js
|
|
5564
|
-
var require_sync = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/sync.js"(exports) {
|
|
5520
|
+
var require_sync = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/providers/sync.js": ((exports) => {
|
|
5565
5521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5566
5522
|
const sync_1$1 = require_sync$1();
|
|
5567
5523
|
const provider_1 = require_provider();
|
|
@@ -5573,8 +5529,7 @@ var require_sync = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_m
|
|
|
5573
5529
|
read(task) {
|
|
5574
5530
|
const root = this._getRootDirectory(task);
|
|
5575
5531
|
const options$1 = this._getReaderOptions(task);
|
|
5576
|
-
|
|
5577
|
-
return entries.map(options$1.transform);
|
|
5532
|
+
return this.api(root, task, options$1).map(options$1.transform);
|
|
5578
5533
|
}
|
|
5579
5534
|
api(root, task, options$1) {
|
|
5580
5535
|
if (task.dynamic) return this._reader.dynamic(root, options$1);
|
|
@@ -5582,13 +5537,12 @@ var require_sync = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_m
|
|
|
5582
5537
|
}
|
|
5583
5538
|
};
|
|
5584
5539
|
exports.default = ProviderSync;
|
|
5585
|
-
} });
|
|
5540
|
+
}) });
|
|
5586
5541
|
|
|
5587
5542
|
//#endregion
|
|
5588
5543
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/settings.js
|
|
5589
|
-
var require_settings = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/settings.js"(exports) {
|
|
5544
|
+
var require_settings = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/settings.js": ((exports) => {
|
|
5590
5545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5591
|
-
exports.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
|
|
5592
5546
|
const fs$1 = require("fs");
|
|
5593
5547
|
const os = require("os");
|
|
5594
5548
|
/**
|
|
@@ -5640,11 +5594,11 @@ var require_settings = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/no
|
|
|
5640
5594
|
}
|
|
5641
5595
|
};
|
|
5642
5596
|
exports.default = Settings;
|
|
5643
|
-
} });
|
|
5597
|
+
}) });
|
|
5644
5598
|
|
|
5645
5599
|
//#endregion
|
|
5646
5600
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/index.js
|
|
5647
|
-
var require_out = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/index.js"(exports, module) {
|
|
5601
|
+
var require_out = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/index.js": ((exports, module) => {
|
|
5648
5602
|
const taskManager = require_tasks();
|
|
5649
5603
|
const async_1 = require_async();
|
|
5650
5604
|
const stream_1 = require_stream();
|
|
@@ -5702,32 +5656,30 @@ var require_out = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_mo
|
|
|
5702
5656
|
return utils.path.convertPathToPattern(source);
|
|
5703
5657
|
}
|
|
5704
5658
|
FastGlob$1.convertPathToPattern = convertPathToPattern;
|
|
5705
|
-
|
|
5706
|
-
(function(posix$1) {
|
|
5659
|
+
(function(posix) {
|
|
5707
5660
|
function escapePath$1(source) {
|
|
5708
5661
|
assertPatternsInput(source);
|
|
5709
5662
|
return utils.path.escapePosixPath(source);
|
|
5710
5663
|
}
|
|
5711
|
-
posix
|
|
5664
|
+
posix.escapePath = escapePath$1;
|
|
5712
5665
|
function convertPathToPattern$1(source) {
|
|
5713
5666
|
assertPatternsInput(source);
|
|
5714
5667
|
return utils.path.convertPosixPathToPattern(source);
|
|
5715
5668
|
}
|
|
5716
|
-
posix
|
|
5717
|
-
})(
|
|
5718
|
-
|
|
5719
|
-
(function(win32$2) {
|
|
5669
|
+
posix.convertPathToPattern = convertPathToPattern$1;
|
|
5670
|
+
})(FastGlob$1.posix || (FastGlob$1.posix = {}));
|
|
5671
|
+
(function(win32$1) {
|
|
5720
5672
|
function escapePath$1(source) {
|
|
5721
5673
|
assertPatternsInput(source);
|
|
5722
5674
|
return utils.path.escapeWindowsPath(source);
|
|
5723
5675
|
}
|
|
5724
|
-
win32$
|
|
5676
|
+
win32$1.escapePath = escapePath$1;
|
|
5725
5677
|
function convertPathToPattern$1(source) {
|
|
5726
5678
|
assertPatternsInput(source);
|
|
5727
5679
|
return utils.path.convertWindowsPathToPattern(source);
|
|
5728
5680
|
}
|
|
5729
|
-
win32$
|
|
5730
|
-
})(
|
|
5681
|
+
win32$1.convertPathToPattern = convertPathToPattern$1;
|
|
5682
|
+
})(FastGlob$1.win32 || (FastGlob$1.win32 = {}));
|
|
5731
5683
|
})(FastGlob || (FastGlob = {}));
|
|
5732
5684
|
function getWorks(source, _Provider, options$1) {
|
|
5733
5685
|
const patterns = [].concat(source);
|
|
@@ -5737,15 +5689,14 @@ var require_out = __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_mo
|
|
|
5737
5689
|
return tasks.map(provider.read, provider);
|
|
5738
5690
|
}
|
|
5739
5691
|
function assertPatternsInput(input) {
|
|
5740
|
-
|
|
5741
|
-
const isValidSource = source.every((item) => utils.string.isString(item) && !utils.string.isEmpty(item));
|
|
5742
|
-
if (!isValidSource) throw new TypeError("Patterns must be a string (non empty) or an array of strings");
|
|
5692
|
+
if (![].concat(input).every((item) => utils.string.isString(item) && !utils.string.isEmpty(item))) throw new TypeError("Patterns must be a string (non empty) or an array of strings");
|
|
5743
5693
|
}
|
|
5744
5694
|
module.exports = FastGlob;
|
|
5745
|
-
} });
|
|
5695
|
+
}) });
|
|
5746
5696
|
|
|
5747
5697
|
//#endregion
|
|
5748
5698
|
//#region ../../node_modules/.pnpm/image-meta@0.2.1/node_modules/image-meta/dist/index.mjs
|
|
5699
|
+
var import_out = /* @__PURE__ */ __toESM(require_out(), 1);
|
|
5749
5700
|
const decoder = new TextDecoder();
|
|
5750
5701
|
const toUTF8String = (input, start = 0, end = input.length) => decoder.decode(input.slice(start, end));
|
|
5751
5702
|
const toHexString = (input, start = 0, end = input.length) => input.slice(start, end).reduce((memo, i) => memo + ("0" + i.toString(16)).slice(-2), "");
|
|
@@ -5797,8 +5748,7 @@ const ICO = {
|
|
|
5797
5748
|
const reserved = readUInt16LE(input, 0);
|
|
5798
5749
|
const imageCount = readUInt16LE(input, 4);
|
|
5799
5750
|
if (reserved !== 0 || imageCount === 0) return false;
|
|
5800
|
-
|
|
5801
|
-
return imageType === TYPE_ICON;
|
|
5751
|
+
return readUInt16LE(input, 2) === TYPE_ICON;
|
|
5802
5752
|
},
|
|
5803
5753
|
calculate(input) {
|
|
5804
5754
|
const nbImages = readUInt16LE(input, 4);
|
|
@@ -5819,8 +5769,7 @@ const CUR = {
|
|
|
5819
5769
|
const reserved = readUInt16LE(input, 0);
|
|
5820
5770
|
const imageCount = readUInt16LE(input, 4);
|
|
5821
5771
|
if (reserved !== 0 || imageCount === 0) return false;
|
|
5822
|
-
|
|
5823
|
-
return imageType === TYPE_CURSOR;
|
|
5772
|
+
return readUInt16LE(input, 2) === TYPE_CURSOR;
|
|
5824
5773
|
},
|
|
5825
5774
|
calculate: (input) => ICO.calculate(input)
|
|
5826
5775
|
};
|
|
@@ -5929,11 +5878,9 @@ const BoxTypes = {
|
|
|
5929
5878
|
const calculateRREQLength = (box) => {
|
|
5930
5879
|
const unit = box[0];
|
|
5931
5880
|
let offset = 1 + 2 * unit;
|
|
5932
|
-
const
|
|
5933
|
-
const flagsLength = numStdFlags * (2 + unit);
|
|
5881
|
+
const flagsLength = readUInt16BE(box, offset) * (2 + unit);
|
|
5934
5882
|
offset = offset + 2 + flagsLength;
|
|
5935
|
-
const
|
|
5936
|
-
const featuresLength = numVendorFeatures * (16 + unit);
|
|
5883
|
+
const featuresLength = readUInt16BE(box, offset) * (16 + unit);
|
|
5937
5884
|
return offset + 2 + featuresLength;
|
|
5938
5885
|
};
|
|
5939
5886
|
const parseIHDR = (box) => {
|
|
@@ -5956,13 +5903,10 @@ const JP2 = {
|
|
|
5956
5903
|
const signatureLength = readUInt32BE(input, 0);
|
|
5957
5904
|
const ftypBoxLength = readUInt16BE(input, signatureLength + 2);
|
|
5958
5905
|
let offset = signatureLength + 4 + ftypBoxLength;
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
const MAGIC = 4;
|
|
5963
|
-
offset = offset + 4 + MAGIC + calculateRREQLength(input.slice(offset + 4));
|
|
5906
|
+
switch (toHexString(input, offset, offset + 4)) {
|
|
5907
|
+
case BoxTypes.rreq:
|
|
5908
|
+
offset = offset + 4 + 4 + calculateRREQLength(input.slice(offset + 4));
|
|
5964
5909
|
return parseIHDR(input.slice(offset + 8, offset + 24));
|
|
5965
|
-
}
|
|
5966
5910
|
case BoxTypes.jp2h: return parseIHDR(input.slice(offset + 8, offset + 24));
|
|
5967
5911
|
default: throw new TypeError("Unsupported header found: " + toUTF8String(input, offset, offset + 4));
|
|
5968
5912
|
}
|
|
@@ -5986,20 +5930,16 @@ function extractSize(input, index) {
|
|
|
5986
5930
|
};
|
|
5987
5931
|
}
|
|
5988
5932
|
function extractOrientation(exifBlock, isBigEndian) {
|
|
5989
|
-
const
|
|
5990
|
-
const offset = EXIF_HEADER_BYTES + idfOffset;
|
|
5933
|
+
const offset = EXIF_HEADER_BYTES + 8;
|
|
5991
5934
|
const idfDirectoryEntries = readUInt(exifBlock, 16, offset, isBigEndian);
|
|
5992
5935
|
for (let directoryEntryNumber = 0; directoryEntryNumber < idfDirectoryEntries; directoryEntryNumber++) {
|
|
5993
5936
|
const start = offset + NUM_DIRECTORY_ENTRIES_BYTES + directoryEntryNumber * IDF_ENTRY_BYTES;
|
|
5994
5937
|
const end = start + IDF_ENTRY_BYTES;
|
|
5995
5938
|
if (start > exifBlock.length) return;
|
|
5996
5939
|
const block = exifBlock.slice(start, end);
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
|
|
6000
|
-
if (dataFormat !== 3) return;
|
|
6001
|
-
const numberOfComponents = readUInt(block, 32, 4, isBigEndian);
|
|
6002
|
-
if (numberOfComponents !== 1) return;
|
|
5940
|
+
if (readUInt(block, 16, 0, isBigEndian) === 274) {
|
|
5941
|
+
if (readUInt(block, 16, 2, isBigEndian) !== 3) return;
|
|
5942
|
+
if (readUInt(block, 32, 4, isBigEndian) !== 1) return;
|
|
6003
5943
|
return readUInt(block, 16, 8, isBigEndian);
|
|
6004
5944
|
}
|
|
6005
5945
|
}
|
|
@@ -6008,8 +5948,7 @@ function validateExifBlock(input, index) {
|
|
|
6008
5948
|
const exifBlock = input.slice(APP1_DATA_SIZE_BYTES, index);
|
|
6009
5949
|
const byteAlign = toHexString(exifBlock, EXIF_HEADER_BYTES, EXIF_HEADER_BYTES + TIFF_BYTE_ALIGN_BYTES);
|
|
6010
5950
|
const isBigEndian = byteAlign === BIG_ENDIAN_BYTE_ALIGN;
|
|
6011
|
-
|
|
6012
|
-
if (isBigEndian || isLittleEndian) return extractOrientation(exifBlock, isBigEndian);
|
|
5951
|
+
if (isBigEndian || byteAlign === LITTLE_ENDIAN_BYTE_ALIGN) return extractOrientation(exifBlock, isBigEndian);
|
|
6013
5952
|
}
|
|
6014
5953
|
function validateInput(input, index) {
|
|
6015
5954
|
if (index > input.length) throw new TypeError("Corrupt JPG, exceeded buffer limits");
|
|
@@ -6118,8 +6057,7 @@ const PNM = {
|
|
|
6118
6057
|
const signature = toUTF8String(input, 0, 2);
|
|
6119
6058
|
const type = PNMTypes[signature];
|
|
6120
6059
|
const lines = toUTF8String(input, 3).split(/[\n\r]+/);
|
|
6121
|
-
|
|
6122
|
-
return handler(lines);
|
|
6060
|
+
return (handlers[type] || handlers.default)(lines);
|
|
6123
6061
|
}
|
|
6124
6062
|
};
|
|
6125
6063
|
const PSD = {
|
|
@@ -6151,7 +6089,7 @@ const units = {
|
|
|
6151
6089
|
const unitsReg = /* @__PURE__ */ new RegExp(`^([0-9.]+(?:e\\d+)?)(${Object.keys(units).join("|")})?$`);
|
|
6152
6090
|
function parseLength(len) {
|
|
6153
6091
|
const m = unitsReg.exec(len);
|
|
6154
|
-
if (!m) return
|
|
6092
|
+
if (!m) return;
|
|
6155
6093
|
return Math.round(Number(m[1]) * (units[m[2]] || 1));
|
|
6156
6094
|
}
|
|
6157
6095
|
function parseViewbox(viewbox) {
|
|
@@ -6224,8 +6162,7 @@ function readIFD(buffer, isBigEndian) {
|
|
|
6224
6162
|
}
|
|
6225
6163
|
function readValue(buffer, isBigEndian) {
|
|
6226
6164
|
const low = readUInt(buffer, 16, 8, isBigEndian);
|
|
6227
|
-
|
|
6228
|
-
return (high << 16) + low;
|
|
6165
|
+
return (readUInt(buffer, 16, 10, isBigEndian) << 16) + low;
|
|
6229
6166
|
}
|
|
6230
6167
|
function nextTag(buffer) {
|
|
6231
6168
|
if (buffer.length > 24) return buffer.slice(12);
|
|
@@ -6325,8 +6262,7 @@ const AVIF = {
|
|
|
6325
6262
|
function findBox(input, type, startOffset = 0, endOffset = input.length) {
|
|
6326
6263
|
for (let offset = startOffset; offset < endOffset;) {
|
|
6327
6264
|
const size = readUInt32BE(input, offset);
|
|
6328
|
-
|
|
6329
|
-
if (boxType === type) return {
|
|
6265
|
+
if (toUTF8String(input, offset + 4, offset + 8) === type) return {
|
|
6330
6266
|
offset,
|
|
6331
6267
|
size
|
|
6332
6268
|
};
|
|
@@ -6426,8 +6362,7 @@ const join = function(...segments) {
|
|
|
6426
6362
|
if (path$11.length > 0) {
|
|
6427
6363
|
const pathTrailing = path$11[path$11.length - 1] === "/";
|
|
6428
6364
|
const segLeading = seg[0] === "/";
|
|
6429
|
-
|
|
6430
|
-
if (both) path$11 += seg.slice(1);
|
|
6365
|
+
if (pathTrailing && segLeading) path$11 += seg.slice(1);
|
|
6431
6366
|
else path$11 += pathTrailing || segLeading ? seg : `/${seg}`;
|
|
6432
6367
|
} else path$11 += seg;
|
|
6433
6368
|
}
|
|
@@ -6518,8 +6453,26 @@ const relative = function(from, to) {
|
|
|
6518
6453
|
};
|
|
6519
6454
|
|
|
6520
6455
|
//#endregion
|
|
6521
|
-
//#region ../../node_modules/.pnpm/perfect-debounce@
|
|
6456
|
+
//#region ../../node_modules/.pnpm/perfect-debounce@2.0.0/node_modules/perfect-debounce/dist/index.mjs
|
|
6522
6457
|
const DEBOUNCE_DEFAULTS = { trailing: true };
|
|
6458
|
+
/**
|
|
6459
|
+
Debounce functions
|
|
6460
|
+
@param fn - Promise-returning/async function to debounce.
|
|
6461
|
+
@param wait - Milliseconds to wait before calling `fn`. Default value is 25ms
|
|
6462
|
+
@returns A function that delays calling `fn` until after `wait` milliseconds have elapsed since the last time it was called.
|
|
6463
|
+
@example
|
|
6464
|
+
```
|
|
6465
|
+
import { debounce } from 'perfect-debounce';
|
|
6466
|
+
const expensiveCall = async input => input;
|
|
6467
|
+
const debouncedFn = debounce(expensiveCall, 200);
|
|
6468
|
+
for (const number of [1, 2, 3]) {
|
|
6469
|
+
console.log(await debouncedFn(number));
|
|
6470
|
+
}
|
|
6471
|
+
//=> 1
|
|
6472
|
+
//=> 2
|
|
6473
|
+
//=> 3
|
|
6474
|
+
```
|
|
6475
|
+
*/
|
|
6523
6476
|
function debounce(fn, wait = 25, options$1 = {}) {
|
|
6524
6477
|
options$1 = {
|
|
6525
6478
|
...DEBOUNCE_DEFAULTS,
|
|
@@ -6543,17 +6496,16 @@ function debounce(fn, wait = 25, options$1 = {}) {
|
|
|
6543
6496
|
});
|
|
6544
6497
|
return currentPromise;
|
|
6545
6498
|
};
|
|
6546
|
-
|
|
6547
|
-
if (
|
|
6548
|
-
|
|
6549
|
-
return currentPromise;
|
|
6550
|
-
}
|
|
6499
|
+
const debounced = function(...args) {
|
|
6500
|
+
if (options$1.trailing) trailingArgs = args;
|
|
6501
|
+
if (currentPromise) return currentPromise;
|
|
6551
6502
|
return new Promise((resolve$2) => {
|
|
6552
6503
|
const shouldCallNow = !timeout && options$1.leading;
|
|
6553
6504
|
clearTimeout(timeout);
|
|
6554
6505
|
timeout = setTimeout(() => {
|
|
6555
6506
|
timeout = null;
|
|
6556
6507
|
const promise$1 = options$1.leading ? leadingValue : applyFn(this, args);
|
|
6508
|
+
trailingArgs = null;
|
|
6557
6509
|
for (const _resolve of resolveList) _resolve(promise$1);
|
|
6558
6510
|
resolveList = [];
|
|
6559
6511
|
}, wait);
|
|
@@ -6563,6 +6515,26 @@ function debounce(fn, wait = 25, options$1 = {}) {
|
|
|
6563
6515
|
} else resolveList.push(resolve$2);
|
|
6564
6516
|
});
|
|
6565
6517
|
};
|
|
6518
|
+
const _clearTimeout = (timer) => {
|
|
6519
|
+
if (timer) {
|
|
6520
|
+
clearTimeout(timer);
|
|
6521
|
+
timeout = null;
|
|
6522
|
+
}
|
|
6523
|
+
};
|
|
6524
|
+
debounced.isPending = () => !!timeout;
|
|
6525
|
+
debounced.cancel = () => {
|
|
6526
|
+
_clearTimeout(timeout);
|
|
6527
|
+
resolveList = [];
|
|
6528
|
+
trailingArgs = null;
|
|
6529
|
+
};
|
|
6530
|
+
debounced.flush = () => {
|
|
6531
|
+
_clearTimeout(timeout);
|
|
6532
|
+
if (!trailingArgs || currentPromise) return;
|
|
6533
|
+
const args = trailingArgs;
|
|
6534
|
+
trailingArgs = null;
|
|
6535
|
+
return applyFn(this, args);
|
|
6536
|
+
};
|
|
6537
|
+
return debounced;
|
|
6566
6538
|
}
|
|
6567
6539
|
async function _applyPromised(fn, _this, args) {
|
|
6568
6540
|
return await fn.apply(_this, args);
|
|
@@ -6570,7 +6542,6 @@ async function _applyPromised(fn, _this, args) {
|
|
|
6570
6542
|
|
|
6571
6543
|
//#endregion
|
|
6572
6544
|
//#region src/rpc/assets.ts
|
|
6573
|
-
var import_out = __toESM(require_out(), 1);
|
|
6574
6545
|
function guessType(path$11) {
|
|
6575
6546
|
if (/\.(?:png|jpe?g|jxl|gif|svg|webp|avif|ico|bmp|tiff?)$/i.test(path$11)) return "image";
|
|
6576
6547
|
if (/\.(?:mp4|webm|ogv|mov|avi|flv|wmv|mpg|mpeg|mkv|3gp|3g2|ts|mts|m2ts|vob|ogm|ogx|rm|rmvb|asf|amv|divx|m4v|svi|viv|f4v|f4p|f4a|f4b)$/i.test(path$11)) return "video";
|
|
@@ -6626,8 +6597,7 @@ function getAssetsFunctions(ctx) {
|
|
|
6626
6597
|
}
|
|
6627
6598
|
async function getAssetImporters(url) {
|
|
6628
6599
|
const importers = [];
|
|
6629
|
-
const
|
|
6630
|
-
const module$1 = await moduleGraph.getModuleByUrl(url);
|
|
6600
|
+
const module$1 = await server.moduleGraph.getModuleByUrl(url);
|
|
6631
6601
|
if (module$1) for (const importer of module$1.importers) importers.push({
|
|
6632
6602
|
url: importer.url,
|
|
6633
6603
|
id: importer.id
|
|
@@ -6657,16 +6627,15 @@ function getAssetsFunctions(ctx) {
|
|
|
6657
6627
|
} catch (e) {
|
|
6658
6628
|
_imageMetaCache.set(filepath, void 0);
|
|
6659
6629
|
console.error(e);
|
|
6660
|
-
return
|
|
6630
|
+
return;
|
|
6661
6631
|
}
|
|
6662
6632
|
},
|
|
6663
6633
|
async getTextAssetContent(filepath, limit = 300) {
|
|
6664
6634
|
try {
|
|
6665
|
-
|
|
6666
|
-
return content.slice(0, limit);
|
|
6635
|
+
return (await node_fs_promises.default.readFile(filepath, "utf-8")).slice(0, limit);
|
|
6667
6636
|
} catch (e) {
|
|
6668
6637
|
console.error(e);
|
|
6669
|
-
return
|
|
6638
|
+
return;
|
|
6670
6639
|
}
|
|
6671
6640
|
}
|
|
6672
6641
|
};
|
|
@@ -6701,7 +6670,7 @@ function getGraphFunctions(ctx) {
|
|
|
6701
6670
|
const filteredModules = modules.filter((m) => {
|
|
6702
6671
|
return m.id.match(/\.(vue|js|ts|jsx|tsx|html|json)($|\?v=)/);
|
|
6703
6672
|
});
|
|
6704
|
-
|
|
6673
|
+
return filteredModules.map((i) => {
|
|
6705
6674
|
function searchForVueDeps(id, seen = /* @__PURE__ */ new Set()) {
|
|
6706
6675
|
if (seen.has(id)) return [];
|
|
6707
6676
|
seen.add(id);
|
|
@@ -6717,7 +6686,6 @@ function getGraphFunctions(ctx) {
|
|
|
6717
6686
|
deps: searchForVueDeps(i.id)
|
|
6718
6687
|
};
|
|
6719
6688
|
});
|
|
6720
|
-
return graph;
|
|
6721
6689
|
} };
|
|
6722
6690
|
}
|
|
6723
6691
|
|
|
@@ -6743,8 +6711,7 @@ function removeUrlQuery(url) {
|
|
|
6743
6711
|
//#endregion
|
|
6744
6712
|
//#region src/vite.ts
|
|
6745
6713
|
function getVueDevtoolsPath() {
|
|
6746
|
-
|
|
6747
|
-
return pluginPath.replace(/\/dist$/, "//src");
|
|
6714
|
+
return (0, vite.normalizePath)(node_path.default.dirname((0, node_url.fileURLToPath)(require("url").pathToFileURL(__filename).href))).replace(/\/dist$/, "//src");
|
|
6748
6715
|
}
|
|
6749
6716
|
const toggleComboKeysMap = {
|
|
6750
6717
|
option: process.platform === "darwin" ? "Option(⌥)" : "Alt(⌥)",
|
|
@@ -6815,10 +6782,7 @@ function VitePluginVueDevTools(options$1) {
|
|
|
6815
6782
|
},
|
|
6816
6783
|
async resolveId(importee) {
|
|
6817
6784
|
if (importee === devtoolsOptionsImportee) return resolvedDevtoolsOptions;
|
|
6818
|
-
else if (importee.startsWith("virtual:vue-devtools-path:")) {
|
|
6819
|
-
const resolved = importee.replace("virtual:vue-devtools-path:", `${vueDevtoolsPath}/`);
|
|
6820
|
-
return `${resolved}${devtoolsNextResourceSymbol}`;
|
|
6821
|
-
}
|
|
6785
|
+
else if (importee.startsWith("virtual:vue-devtools-path:")) return `${importee.replace("virtual:vue-devtools-path:", `${vueDevtoolsPath}/`)}${devtoolsNextResourceSymbol}`;
|
|
6822
6786
|
},
|
|
6823
6787
|
async load(id) {
|
|
6824
6788
|
if (id === resolvedDevtoolsOptions) return `export default ${JSON.stringify({
|