prebundle 1.2.4 → 1.2.7
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/compiled/fast-glob/index.js +361 -289
- package/compiled/fast-glob/package.json +1 -1
- package/compiled/fs-extra/index.js +185 -174
- package/compiled/fs-extra/license +1 -1
- package/compiled/fs-extra/package.json +1 -1
- package/compiled/rslog/index.js +9 -9
- package/compiled/rslog/package.json +1 -1
- package/dist/constant.d.ts +8 -0
- package/dist/helper.d.ts +12 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +353 -0
- package/dist/prebundle.d.ts +2 -0
- package/dist/types.d.ts +53 -0
- package/package.json +14 -14
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
9815: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
|
|
7
|
-
const fs = __nccwpck_require__(
|
|
7
|
+
const fs = __nccwpck_require__(9896);
|
|
8
8
|
exports.FILE_SYSTEM_ADAPTER = {
|
|
9
9
|
lstat: fs.lstat,
|
|
10
10
|
stat: fs.stat,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
exports.createFileSystemAdapter = createFileSystemAdapter;
|
|
26
26
|
},
|
|
27
|
-
|
|
27
|
+
6028: (__unused_webpack_module, exports) => {
|
|
28
28
|
"use strict";
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0;
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES =
|
|
49
49
|
IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR;
|
|
50
50
|
},
|
|
51
|
-
|
|
51
|
+
725: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
52
52
|
"use strict";
|
|
53
53
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54
54
|
exports.Settings = exports.scandirSync = exports.scandir = void 0;
|
|
55
|
-
const async = __nccwpck_require__(
|
|
56
|
-
const sync = __nccwpck_require__(
|
|
57
|
-
const settings_1 = __nccwpck_require__(
|
|
55
|
+
const async = __nccwpck_require__(7268);
|
|
56
|
+
const sync = __nccwpck_require__(269);
|
|
57
|
+
const settings_1 = __nccwpck_require__(8088);
|
|
58
58
|
exports.Settings = settings_1.default;
|
|
59
59
|
function scandir(path, optionsOrSettingsOrCallback, callback) {
|
|
60
60
|
if (typeof optionsOrSettingsOrCallback === "function") {
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
return new settings_1.default(settingsOrOptions);
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
|
|
79
|
+
7268: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
80
80
|
"use strict";
|
|
81
81
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
82
82
|
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
83
|
-
const fsStat = __nccwpck_require__(
|
|
84
|
-
const rpl = __nccwpck_require__(
|
|
85
|
-
const constants_1 = __nccwpck_require__(
|
|
86
|
-
const utils = __nccwpck_require__(
|
|
87
|
-
const common = __nccwpck_require__(
|
|
83
|
+
const fsStat = __nccwpck_require__(4488);
|
|
84
|
+
const rpl = __nccwpck_require__(1775);
|
|
85
|
+
const constants_1 = __nccwpck_require__(6028);
|
|
86
|
+
const utils = __nccwpck_require__(6823);
|
|
87
|
+
const common = __nccwpck_require__(8891);
|
|
88
88
|
function read(directory, settings, callback) {
|
|
89
89
|
if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) {
|
|
90
90
|
readdirWithFileTypes(directory, settings, callback);
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
callback(null, result);
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
|
-
|
|
199
|
+
8891: (__unused_webpack_module, exports) => {
|
|
200
200
|
"use strict";
|
|
201
201
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
202
202
|
exports.joinPathSegments = void 0;
|
|
@@ -208,14 +208,14 @@
|
|
|
208
208
|
}
|
|
209
209
|
exports.joinPathSegments = joinPathSegments;
|
|
210
210
|
},
|
|
211
|
-
|
|
211
|
+
269: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
212
212
|
"use strict";
|
|
213
213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
214
214
|
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
215
|
-
const fsStat = __nccwpck_require__(
|
|
216
|
-
const constants_1 = __nccwpck_require__(
|
|
217
|
-
const utils = __nccwpck_require__(
|
|
218
|
-
const common = __nccwpck_require__(
|
|
215
|
+
const fsStat = __nccwpck_require__(4488);
|
|
216
|
+
const constants_1 = __nccwpck_require__(6028);
|
|
217
|
+
const utils = __nccwpck_require__(6823);
|
|
218
|
+
const common = __nccwpck_require__(8891);
|
|
219
219
|
function read(directory, settings) {
|
|
220
220
|
if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) {
|
|
221
221
|
return readdirWithFileTypes(directory, settings);
|
|
@@ -273,12 +273,12 @@
|
|
|
273
273
|
}
|
|
274
274
|
exports.readdir = readdir;
|
|
275
275
|
},
|
|
276
|
-
|
|
276
|
+
8088: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
277
277
|
"use strict";
|
|
278
278
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
279
|
-
const path = __nccwpck_require__(
|
|
280
|
-
const fsStat = __nccwpck_require__(
|
|
281
|
-
const fs = __nccwpck_require__(
|
|
279
|
+
const path = __nccwpck_require__(6928);
|
|
280
|
+
const fsStat = __nccwpck_require__(4488);
|
|
281
|
+
const fs = __nccwpck_require__(9815);
|
|
282
282
|
class Settings {
|
|
283
283
|
constructor(_options = {}) {
|
|
284
284
|
this._options = _options;
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
}
|
|
309
309
|
exports["default"] = Settings;
|
|
310
310
|
},
|
|
311
|
-
|
|
311
|
+
3740: (__unused_webpack_module, exports) => {
|
|
312
312
|
"use strict";
|
|
313
313
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
314
314
|
exports.createDirentFromStats = void 0;
|
|
@@ -329,18 +329,18 @@
|
|
|
329
329
|
}
|
|
330
330
|
exports.createDirentFromStats = createDirentFromStats;
|
|
331
331
|
},
|
|
332
|
-
|
|
332
|
+
6823: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
333
333
|
"use strict";
|
|
334
334
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
335
335
|
exports.fs = void 0;
|
|
336
|
-
const fs = __nccwpck_require__(
|
|
336
|
+
const fs = __nccwpck_require__(3740);
|
|
337
337
|
exports.fs = fs;
|
|
338
338
|
},
|
|
339
|
-
|
|
339
|
+
1426: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
340
340
|
"use strict";
|
|
341
341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
342
342
|
exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
|
|
343
|
-
const fs = __nccwpck_require__(
|
|
343
|
+
const fs = __nccwpck_require__(9896);
|
|
344
344
|
exports.FILE_SYSTEM_ADAPTER = {
|
|
345
345
|
lstat: fs.lstat,
|
|
346
346
|
stat: fs.stat,
|
|
@@ -358,13 +358,13 @@
|
|
|
358
358
|
}
|
|
359
359
|
exports.createFileSystemAdapter = createFileSystemAdapter;
|
|
360
360
|
},
|
|
361
|
-
|
|
361
|
+
4488: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
362
362
|
"use strict";
|
|
363
363
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
364
364
|
exports.statSync = exports.stat = exports.Settings = void 0;
|
|
365
|
-
const async = __nccwpck_require__(
|
|
366
|
-
const sync = __nccwpck_require__(
|
|
367
|
-
const settings_1 = __nccwpck_require__(
|
|
365
|
+
const async = __nccwpck_require__(7053);
|
|
366
|
+
const sync = __nccwpck_require__(1582);
|
|
367
|
+
const settings_1 = __nccwpck_require__(1735);
|
|
368
368
|
exports.Settings = settings_1.default;
|
|
369
369
|
function stat(path, optionsOrSettingsOrCallback, callback) {
|
|
370
370
|
if (typeof optionsOrSettingsOrCallback === "function") {
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
return new settings_1.default(settingsOrOptions);
|
|
387
387
|
}
|
|
388
388
|
},
|
|
389
|
-
|
|
389
|
+
7053: (__unused_webpack_module, exports) => {
|
|
390
390
|
"use strict";
|
|
391
391
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
392
392
|
exports.read = void 0;
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
callback(null, result);
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
|
-
|
|
427
|
+
1582: (__unused_webpack_module, exports) => {
|
|
428
428
|
"use strict";
|
|
429
429
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
430
430
|
exports.read = void 0;
|
|
@@ -448,10 +448,10 @@
|
|
|
448
448
|
}
|
|
449
449
|
exports.read = read;
|
|
450
450
|
},
|
|
451
|
-
|
|
451
|
+
1735: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
452
452
|
"use strict";
|
|
453
453
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
454
|
-
const fs = __nccwpck_require__(
|
|
454
|
+
const fs = __nccwpck_require__(1426);
|
|
455
455
|
class Settings {
|
|
456
456
|
constructor(_options = {}) {
|
|
457
457
|
this._options = _options;
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
}
|
|
476
476
|
exports["default"] = Settings;
|
|
477
477
|
},
|
|
478
|
-
|
|
478
|
+
9300: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
479
479
|
"use strict";
|
|
480
480
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
481
481
|
exports.Settings =
|
|
@@ -483,10 +483,10 @@
|
|
|
483
483
|
exports.walkSync =
|
|
484
484
|
exports.walk =
|
|
485
485
|
void 0;
|
|
486
|
-
const async_1 = __nccwpck_require__(
|
|
487
|
-
const stream_1 = __nccwpck_require__(
|
|
488
|
-
const sync_1 = __nccwpck_require__(
|
|
489
|
-
const settings_1 = __nccwpck_require__(
|
|
486
|
+
const async_1 = __nccwpck_require__(4529);
|
|
487
|
+
const stream_1 = __nccwpck_require__(5349);
|
|
488
|
+
const sync_1 = __nccwpck_require__(7738);
|
|
489
|
+
const settings_1 = __nccwpck_require__(939);
|
|
490
490
|
exports.Settings = settings_1.default;
|
|
491
491
|
function walk(directory, optionsOrSettingsOrCallback, callback) {
|
|
492
492
|
if (typeof optionsOrSettingsOrCallback === "function") {
|
|
@@ -520,10 +520,10 @@
|
|
|
520
520
|
return new settings_1.default(settingsOrOptions);
|
|
521
521
|
}
|
|
522
522
|
},
|
|
523
|
-
|
|
523
|
+
4529: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
524
524
|
"use strict";
|
|
525
525
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
526
|
-
const async_1 = __nccwpck_require__(
|
|
526
|
+
const async_1 = __nccwpck_require__(8079);
|
|
527
527
|
class AsyncProvider {
|
|
528
528
|
constructor(_root, _settings) {
|
|
529
529
|
this._root = _root;
|
|
@@ -552,11 +552,11 @@
|
|
|
552
552
|
callback(null, entries);
|
|
553
553
|
}
|
|
554
554
|
},
|
|
555
|
-
|
|
555
|
+
5349: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
556
556
|
"use strict";
|
|
557
557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
558
|
-
const stream_1 = __nccwpck_require__(
|
|
559
|
-
const async_1 = __nccwpck_require__(
|
|
558
|
+
const stream_1 = __nccwpck_require__(4584);
|
|
559
|
+
const async_1 = __nccwpck_require__(8079);
|
|
560
560
|
class StreamProvider {
|
|
561
561
|
constructor(_root, _settings) {
|
|
562
562
|
this._root = _root;
|
|
@@ -588,10 +588,10 @@
|
|
|
588
588
|
}
|
|
589
589
|
exports["default"] = StreamProvider;
|
|
590
590
|
},
|
|
591
|
-
|
|
591
|
+
7738: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
592
592
|
"use strict";
|
|
593
593
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
594
|
-
const sync_1 = __nccwpck_require__(
|
|
594
|
+
const sync_1 = __nccwpck_require__(6516);
|
|
595
595
|
class SyncProvider {
|
|
596
596
|
constructor(_root, _settings) {
|
|
597
597
|
this._root = _root;
|
|
@@ -604,14 +604,14 @@
|
|
|
604
604
|
}
|
|
605
605
|
exports["default"] = SyncProvider;
|
|
606
606
|
},
|
|
607
|
-
|
|
607
|
+
8079: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
608
608
|
"use strict";
|
|
609
609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
610
|
-
const events_1 = __nccwpck_require__(
|
|
611
|
-
const fsScandir = __nccwpck_require__(
|
|
612
|
-
const fastq = __nccwpck_require__(
|
|
613
|
-
const common = __nccwpck_require__(
|
|
614
|
-
const reader_1 = __nccwpck_require__(
|
|
610
|
+
const events_1 = __nccwpck_require__(4434);
|
|
611
|
+
const fsScandir = __nccwpck_require__(725);
|
|
612
|
+
const fastq = __nccwpck_require__(2247);
|
|
613
|
+
const common = __nccwpck_require__(1030);
|
|
614
|
+
const reader_1 = __nccwpck_require__(2268);
|
|
615
615
|
class AsyncReader extends reader_1.default {
|
|
616
616
|
constructor(_root, _settings) {
|
|
617
617
|
super(_root, _settings);
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
}
|
|
724
724
|
exports["default"] = AsyncReader;
|
|
725
725
|
},
|
|
726
|
-
|
|
726
|
+
1030: (__unused_webpack_module, exports) => {
|
|
727
727
|
"use strict";
|
|
728
728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
729
729
|
exports.joinPathSegments =
|
|
@@ -757,10 +757,10 @@
|
|
|
757
757
|
}
|
|
758
758
|
exports.joinPathSegments = joinPathSegments;
|
|
759
759
|
},
|
|
760
|
-
|
|
760
|
+
2268: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
761
761
|
"use strict";
|
|
762
762
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
763
|
-
const common = __nccwpck_require__(
|
|
763
|
+
const common = __nccwpck_require__(1030);
|
|
764
764
|
class Reader {
|
|
765
765
|
constructor(_root, _settings) {
|
|
766
766
|
this._root = _root;
|
|
@@ -773,12 +773,12 @@
|
|
|
773
773
|
}
|
|
774
774
|
exports["default"] = Reader;
|
|
775
775
|
},
|
|
776
|
-
|
|
776
|
+
6516: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
777
777
|
"use strict";
|
|
778
778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
779
|
-
const fsScandir = __nccwpck_require__(
|
|
780
|
-
const common = __nccwpck_require__(
|
|
781
|
-
const reader_1 = __nccwpck_require__(
|
|
779
|
+
const fsScandir = __nccwpck_require__(725);
|
|
780
|
+
const common = __nccwpck_require__(1030);
|
|
781
|
+
const reader_1 = __nccwpck_require__(2268);
|
|
782
782
|
class SyncReader extends reader_1.default {
|
|
783
783
|
constructor() {
|
|
784
784
|
super(...arguments);
|
|
@@ -846,11 +846,11 @@
|
|
|
846
846
|
}
|
|
847
847
|
exports["default"] = SyncReader;
|
|
848
848
|
},
|
|
849
|
-
|
|
849
|
+
939: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
850
850
|
"use strict";
|
|
851
851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
852
|
-
const path = __nccwpck_require__(
|
|
853
|
-
const fsScandir = __nccwpck_require__(
|
|
852
|
+
const path = __nccwpck_require__(6928);
|
|
853
|
+
const fsScandir = __nccwpck_require__(725);
|
|
854
854
|
class Settings {
|
|
855
855
|
constructor(_options = {}) {
|
|
856
856
|
this._options = _options;
|
|
@@ -881,17 +881,17 @@
|
|
|
881
881
|
}
|
|
882
882
|
exports["default"] = Settings;
|
|
883
883
|
},
|
|
884
|
-
|
|
884
|
+
7466: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
885
885
|
"use strict";
|
|
886
|
-
const stringify = __nccwpck_require__(
|
|
887
|
-
const compile = __nccwpck_require__(
|
|
888
|
-
const expand = __nccwpck_require__(
|
|
889
|
-
const parse = __nccwpck_require__(
|
|
886
|
+
const stringify = __nccwpck_require__(6147);
|
|
887
|
+
const compile = __nccwpck_require__(123);
|
|
888
|
+
const expand = __nccwpck_require__(1324);
|
|
889
|
+
const parse = __nccwpck_require__(381);
|
|
890
890
|
const braces = (input, options = {}) => {
|
|
891
891
|
let output = [];
|
|
892
892
|
if (Array.isArray(input)) {
|
|
893
|
-
for (
|
|
894
|
-
|
|
893
|
+
for (const pattern of input) {
|
|
894
|
+
const result = braces.create(pattern, options);
|
|
895
895
|
if (Array.isArray(result)) {
|
|
896
896
|
output.push(...result);
|
|
897
897
|
} else {
|
|
@@ -942,22 +942,23 @@
|
|
|
942
942
|
};
|
|
943
943
|
module.exports = braces;
|
|
944
944
|
},
|
|
945
|
-
|
|
945
|
+
123: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
946
946
|
"use strict";
|
|
947
|
-
const fill = __nccwpck_require__(
|
|
948
|
-
const utils = __nccwpck_require__(
|
|
947
|
+
const fill = __nccwpck_require__(8175);
|
|
948
|
+
const utils = __nccwpck_require__(4559);
|
|
949
949
|
const compile = (ast, options = {}) => {
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
950
|
+
const walk = (node, parent = {}) => {
|
|
951
|
+
const invalidBlock = utils.isInvalidBrace(parent);
|
|
952
|
+
const invalidNode =
|
|
953
953
|
node.invalid === true && options.escapeInvalid === true;
|
|
954
|
-
|
|
955
|
-
|
|
954
|
+
const invalid = invalidBlock === true || invalidNode === true;
|
|
955
|
+
const prefix = options.escapeInvalid === true ? "\\" : "";
|
|
956
956
|
let output = "";
|
|
957
957
|
if (node.isOpen === true) {
|
|
958
958
|
return prefix + node.value;
|
|
959
959
|
}
|
|
960
960
|
if (node.isClose === true) {
|
|
961
|
+
console.log("node.isClose", prefix, node.value);
|
|
961
962
|
return prefix + node.value;
|
|
962
963
|
}
|
|
963
964
|
if (node.type === "open") {
|
|
@@ -973,18 +974,19 @@
|
|
|
973
974
|
return node.value;
|
|
974
975
|
}
|
|
975
976
|
if (node.nodes && node.ranges > 0) {
|
|
976
|
-
|
|
977
|
-
|
|
977
|
+
const args = utils.reduce(node.nodes);
|
|
978
|
+
const range = fill(...args, {
|
|
978
979
|
...options,
|
|
979
980
|
wrap: false,
|
|
980
981
|
toRegex: true,
|
|
982
|
+
strictZeros: true,
|
|
981
983
|
});
|
|
982
984
|
if (range.length !== 0) {
|
|
983
985
|
return args.length > 1 && range.length > 1 ? `(${range})` : range;
|
|
984
986
|
}
|
|
985
987
|
}
|
|
986
988
|
if (node.nodes) {
|
|
987
|
-
for (
|
|
989
|
+
for (const child of node.nodes) {
|
|
988
990
|
output += walk(child, node);
|
|
989
991
|
}
|
|
990
992
|
}
|
|
@@ -994,10 +996,10 @@
|
|
|
994
996
|
};
|
|
995
997
|
module.exports = compile;
|
|
996
998
|
},
|
|
997
|
-
|
|
999
|
+
9087: (module) => {
|
|
998
1000
|
"use strict";
|
|
999
1001
|
module.exports = {
|
|
1000
|
-
MAX_LENGTH:
|
|
1002
|
+
MAX_LENGTH: 1e4,
|
|
1001
1003
|
CHAR_0: "0",
|
|
1002
1004
|
CHAR_9: "9",
|
|
1003
1005
|
CHAR_UPPERCASE_A: "A",
|
|
@@ -1044,13 +1046,13 @@
|
|
|
1044
1046
|
CHAR_ZERO_WIDTH_NOBREAK_SPACE: "\ufeff",
|
|
1045
1047
|
};
|
|
1046
1048
|
},
|
|
1047
|
-
|
|
1049
|
+
1324: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1048
1050
|
"use strict";
|
|
1049
|
-
const fill = __nccwpck_require__(
|
|
1050
|
-
const stringify = __nccwpck_require__(
|
|
1051
|
-
const utils = __nccwpck_require__(
|
|
1051
|
+
const fill = __nccwpck_require__(8175);
|
|
1052
|
+
const stringify = __nccwpck_require__(6147);
|
|
1053
|
+
const utils = __nccwpck_require__(4559);
|
|
1052
1054
|
const append = (queue = "", stash = "", enclose = false) => {
|
|
1053
|
-
|
|
1055
|
+
const result = [];
|
|
1054
1056
|
queue = [].concat(queue);
|
|
1055
1057
|
stash = [].concat(stash);
|
|
1056
1058
|
if (!stash.length) return queue;
|
|
@@ -1059,9 +1061,9 @@
|
|
|
1059
1061
|
? utils.flatten(stash).map((ele) => `{${ele}}`)
|
|
1060
1062
|
: stash;
|
|
1061
1063
|
}
|
|
1062
|
-
for (
|
|
1064
|
+
for (const item of queue) {
|
|
1063
1065
|
if (Array.isArray(item)) {
|
|
1064
|
-
for (
|
|
1066
|
+
for (const value of item) {
|
|
1065
1067
|
result.push(append(value, stash, enclose));
|
|
1066
1068
|
}
|
|
1067
1069
|
} else {
|
|
@@ -1076,9 +1078,9 @@
|
|
|
1076
1078
|
return utils.flatten(result);
|
|
1077
1079
|
};
|
|
1078
1080
|
const expand = (ast, options = {}) => {
|
|
1079
|
-
|
|
1080
|
-
options.rangeLimit ===
|
|
1081
|
-
|
|
1081
|
+
const rangeLimit =
|
|
1082
|
+
options.rangeLimit === undefined ? 1e3 : options.rangeLimit;
|
|
1083
|
+
const walk = (node, parent = {}) => {
|
|
1082
1084
|
node.queue = [];
|
|
1083
1085
|
let p = parent;
|
|
1084
1086
|
let q = parent.queue;
|
|
@@ -1099,7 +1101,7 @@
|
|
|
1099
1101
|
return;
|
|
1100
1102
|
}
|
|
1101
1103
|
if (node.nodes && node.ranges > 0) {
|
|
1102
|
-
|
|
1104
|
+
const args = utils.reduce(node.nodes);
|
|
1103
1105
|
if (utils.exceedsLimit(...args, options.step, rangeLimit)) {
|
|
1104
1106
|
throw new RangeError(
|
|
1105
1107
|
"expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.",
|
|
@@ -1113,7 +1115,7 @@
|
|
|
1113
1115
|
node.nodes = [];
|
|
1114
1116
|
return;
|
|
1115
1117
|
}
|
|
1116
|
-
|
|
1118
|
+
const enclose = utils.encloseBrace(node);
|
|
1117
1119
|
let queue = node.queue;
|
|
1118
1120
|
let block = node;
|
|
1119
1121
|
while (
|
|
@@ -1125,7 +1127,7 @@
|
|
|
1125
1127
|
queue = block.queue;
|
|
1126
1128
|
}
|
|
1127
1129
|
for (let i = 0; i < node.nodes.length; i++) {
|
|
1128
|
-
|
|
1130
|
+
const child = node.nodes[i];
|
|
1129
1131
|
if (child.type === "comma" && node.type === "brace") {
|
|
1130
1132
|
if (i === 1) queue.push("");
|
|
1131
1133
|
queue.push("");
|
|
@@ -1149,9 +1151,9 @@
|
|
|
1149
1151
|
};
|
|
1150
1152
|
module.exports = expand;
|
|
1151
1153
|
},
|
|
1152
|
-
|
|
1154
|
+
381: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1153
1155
|
"use strict";
|
|
1154
|
-
const stringify = __nccwpck_require__(
|
|
1156
|
+
const stringify = __nccwpck_require__(6147);
|
|
1155
1157
|
const {
|
|
1156
1158
|
MAX_LENGTH,
|
|
1157
1159
|
CHAR_BACKSLASH,
|
|
@@ -1168,13 +1170,13 @@
|
|
|
1168
1170
|
CHAR_SINGLE_QUOTE,
|
|
1169
1171
|
CHAR_NO_BREAK_SPACE,
|
|
1170
1172
|
CHAR_ZERO_WIDTH_NOBREAK_SPACE,
|
|
1171
|
-
} = __nccwpck_require__(
|
|
1173
|
+
} = __nccwpck_require__(9087);
|
|
1172
1174
|
const parse = (input, options = {}) => {
|
|
1173
1175
|
if (typeof input !== "string") {
|
|
1174
1176
|
throw new TypeError("Expected a string");
|
|
1175
1177
|
}
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
+
const opts = options || {};
|
|
1179
|
+
const max =
|
|
1178
1180
|
typeof opts.maxLength === "number"
|
|
1179
1181
|
? Math.min(MAX_LENGTH, opts.maxLength)
|
|
1180
1182
|
: MAX_LENGTH;
|
|
@@ -1183,16 +1185,15 @@
|
|
|
1183
1185
|
`Input length (${input.length}), exceeds max characters (${max})`,
|
|
1184
1186
|
);
|
|
1185
1187
|
}
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
+
const ast = { type: "root", input, nodes: [] };
|
|
1189
|
+
const stack = [ast];
|
|
1188
1190
|
let block = ast;
|
|
1189
1191
|
let prev = ast;
|
|
1190
1192
|
let brackets = 0;
|
|
1191
|
-
|
|
1193
|
+
const length = input.length;
|
|
1192
1194
|
let index = 0;
|
|
1193
1195
|
let depth = 0;
|
|
1194
1196
|
let value;
|
|
1195
|
-
let memo = {};
|
|
1196
1197
|
const advance = () => input[index++];
|
|
1197
1198
|
const push = (node) => {
|
|
1198
1199
|
if (node.type === "text" && prev.type === "dot") {
|
|
@@ -1231,7 +1232,6 @@
|
|
|
1231
1232
|
}
|
|
1232
1233
|
if (value === CHAR_LEFT_SQUARE_BRACKET) {
|
|
1233
1234
|
brackets++;
|
|
1234
|
-
let closed = true;
|
|
1235
1235
|
let next;
|
|
1236
1236
|
while (index < length && (next = advance())) {
|
|
1237
1237
|
value += next;
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
value === CHAR_SINGLE_QUOTE ||
|
|
1275
1275
|
value === CHAR_BACKTICK
|
|
1276
1276
|
) {
|
|
1277
|
-
|
|
1277
|
+
const open = value;
|
|
1278
1278
|
let next;
|
|
1279
1279
|
if (options.keepQuotes !== true) {
|
|
1280
1280
|
value = "";
|
|
@@ -1295,10 +1295,10 @@
|
|
|
1295
1295
|
}
|
|
1296
1296
|
if (value === CHAR_LEFT_CURLY_BRACE) {
|
|
1297
1297
|
depth++;
|
|
1298
|
-
|
|
1298
|
+
const dollar =
|
|
1299
1299
|
(prev.value && prev.value.slice(-1) === "$") ||
|
|
1300
1300
|
block.dollar === true;
|
|
1301
|
-
|
|
1301
|
+
const brace = {
|
|
1302
1302
|
type: "brace",
|
|
1303
1303
|
open: true,
|
|
1304
1304
|
close: false,
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
push({ type: "text", value });
|
|
1319
1319
|
continue;
|
|
1320
1320
|
}
|
|
1321
|
-
|
|
1321
|
+
const type = "close";
|
|
1322
1322
|
block = stack.pop();
|
|
1323
1323
|
block.close = true;
|
|
1324
1324
|
push({ type, value });
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
if (value === CHAR_COMMA && depth > 0) {
|
|
1330
1330
|
if (block.ranges > 0) {
|
|
1331
1331
|
block.ranges = 0;
|
|
1332
|
-
|
|
1332
|
+
const open = block.nodes.shift();
|
|
1333
1333
|
block.nodes = [open, { type: "text", value: stringify(block) }];
|
|
1334
1334
|
}
|
|
1335
1335
|
push({ type: "comma", value });
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
continue;
|
|
1338
1338
|
}
|
|
1339
1339
|
if (value === CHAR_DOT && depth > 0 && block.commas === 0) {
|
|
1340
|
-
|
|
1340
|
+
const siblings = block.nodes;
|
|
1341
1341
|
if (depth === 0 || siblings.length === 0) {
|
|
1342
1342
|
push({ type: "text", value });
|
|
1343
1343
|
continue;
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
}
|
|
1359
1359
|
if (prev.type === "range") {
|
|
1360
1360
|
siblings.pop();
|
|
1361
|
-
|
|
1361
|
+
const before = siblings[siblings.length - 1];
|
|
1362
1362
|
before.value += prev.value + value;
|
|
1363
1363
|
prev = before;
|
|
1364
1364
|
block.ranges--;
|
|
@@ -1380,8 +1380,8 @@
|
|
|
1380
1380
|
node.invalid = true;
|
|
1381
1381
|
}
|
|
1382
1382
|
});
|
|
1383
|
-
|
|
1384
|
-
|
|
1383
|
+
const parent = stack[stack.length - 1];
|
|
1384
|
+
const index = parent.nodes.indexOf(block);
|
|
1385
1385
|
parent.nodes.splice(index, 1, ...block.nodes);
|
|
1386
1386
|
}
|
|
1387
1387
|
} while (stack.length > 0);
|
|
@@ -1390,14 +1390,14 @@
|
|
|
1390
1390
|
};
|
|
1391
1391
|
module.exports = parse;
|
|
1392
1392
|
},
|
|
1393
|
-
|
|
1393
|
+
6147: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1394
1394
|
"use strict";
|
|
1395
|
-
const utils = __nccwpck_require__(
|
|
1395
|
+
const utils = __nccwpck_require__(4559);
|
|
1396
1396
|
module.exports = (ast, options = {}) => {
|
|
1397
|
-
|
|
1398
|
-
|
|
1397
|
+
const stringify = (node, parent = {}) => {
|
|
1398
|
+
const invalidBlock =
|
|
1399
1399
|
options.escapeInvalid && utils.isInvalidBrace(parent);
|
|
1400
|
-
|
|
1400
|
+
const invalidNode =
|
|
1401
1401
|
node.invalid === true && options.escapeInvalid === true;
|
|
1402
1402
|
let output = "";
|
|
1403
1403
|
if (node.value) {
|
|
@@ -1410,7 +1410,7 @@
|
|
|
1410
1410
|
return node.value;
|
|
1411
1411
|
}
|
|
1412
1412
|
if (node.nodes) {
|
|
1413
|
-
for (
|
|
1413
|
+
for (const child of node.nodes) {
|
|
1414
1414
|
output += stringify(child);
|
|
1415
1415
|
}
|
|
1416
1416
|
}
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
return stringify(ast);
|
|
1420
1420
|
};
|
|
1421
1421
|
},
|
|
1422
|
-
|
|
1422
|
+
4559: (__unused_webpack_module, exports) => {
|
|
1423
1423
|
"use strict";
|
|
1424
1424
|
exports.isInteger = (num) => {
|
|
1425
1425
|
if (typeof num === "number") {
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
return (Number(max) - Number(min)) / Number(step) >= limit;
|
|
1439
1439
|
};
|
|
1440
1440
|
exports.escapeNode = (block, n = 0, type) => {
|
|
1441
|
-
|
|
1441
|
+
const node = block.nodes[n];
|
|
1442
1442
|
if (!node) return;
|
|
1443
1443
|
if (
|
|
1444
1444
|
(type && node.type === type) ||
|
|
@@ -1488,10 +1488,14 @@
|
|
|
1488
1488
|
const result = [];
|
|
1489
1489
|
const flat = (arr) => {
|
|
1490
1490
|
for (let i = 0; i < arr.length; i++) {
|
|
1491
|
-
|
|
1492
|
-
Array.isArray(ele)
|
|
1493
|
-
|
|
1494
|
-
|
|
1491
|
+
const ele = arr[i];
|
|
1492
|
+
if (Array.isArray(ele)) {
|
|
1493
|
+
flat(ele);
|
|
1494
|
+
continue;
|
|
1495
|
+
}
|
|
1496
|
+
if (ele !== undefined) {
|
|
1497
|
+
result.push(ele);
|
|
1498
|
+
}
|
|
1495
1499
|
}
|
|
1496
1500
|
return result;
|
|
1497
1501
|
};
|
|
@@ -1499,14 +1503,14 @@
|
|
|
1499
1503
|
return result;
|
|
1500
1504
|
};
|
|
1501
1505
|
},
|
|
1502
|
-
|
|
1506
|
+
2856: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1503
1507
|
"use strict";
|
|
1504
|
-
const taskManager = __nccwpck_require__(
|
|
1505
|
-
const async_1 = __nccwpck_require__(
|
|
1506
|
-
const stream_1 = __nccwpck_require__(
|
|
1507
|
-
const sync_1 = __nccwpck_require__(
|
|
1508
|
-
const settings_1 = __nccwpck_require__(
|
|
1509
|
-
const utils = __nccwpck_require__(
|
|
1508
|
+
const taskManager = __nccwpck_require__(5839);
|
|
1509
|
+
const async_1 = __nccwpck_require__(2461);
|
|
1510
|
+
const stream_1 = __nccwpck_require__(3689);
|
|
1511
|
+
const sync_1 = __nccwpck_require__(9790);
|
|
1512
|
+
const settings_1 = __nccwpck_require__(4775);
|
|
1513
|
+
const utils = __nccwpck_require__(3562);
|
|
1510
1514
|
async function FastGlob(source, options) {
|
|
1511
1515
|
assertPatternsInput(source);
|
|
1512
1516
|
const works = getWorks(source, async_1.default, options);
|
|
@@ -1600,7 +1604,7 @@
|
|
|
1600
1604
|
}
|
|
1601
1605
|
module.exports = FastGlob;
|
|
1602
1606
|
},
|
|
1603
|
-
|
|
1607
|
+
5839: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1604
1608
|
"use strict";
|
|
1605
1609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1606
1610
|
exports.convertPatternGroupToTask =
|
|
@@ -1611,7 +1615,7 @@
|
|
|
1611
1615
|
exports.convertPatternsToTasks =
|
|
1612
1616
|
exports.generate =
|
|
1613
1617
|
void 0;
|
|
1614
|
-
const utils = __nccwpck_require__(
|
|
1618
|
+
const utils = __nccwpck_require__(3562);
|
|
1615
1619
|
function generate(input, settings) {
|
|
1616
1620
|
const patterns = processPatterns(input, settings);
|
|
1617
1621
|
const ignore = processPatterns(settings.ignore, settings);
|
|
@@ -1738,11 +1742,11 @@
|
|
|
1738
1742
|
}
|
|
1739
1743
|
exports.convertPatternGroupToTask = convertPatternGroupToTask;
|
|
1740
1744
|
},
|
|
1741
|
-
|
|
1745
|
+
2461: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1742
1746
|
"use strict";
|
|
1743
1747
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1744
|
-
const async_1 = __nccwpck_require__(
|
|
1745
|
-
const provider_1 = __nccwpck_require__(
|
|
1748
|
+
const async_1 = __nccwpck_require__(7235);
|
|
1749
|
+
const provider_1 = __nccwpck_require__(4152);
|
|
1746
1750
|
class ProviderAsync extends provider_1.default {
|
|
1747
1751
|
constructor() {
|
|
1748
1752
|
super(...arguments);
|
|
@@ -1763,11 +1767,11 @@
|
|
|
1763
1767
|
}
|
|
1764
1768
|
exports["default"] = ProviderAsync;
|
|
1765
1769
|
},
|
|
1766
|
-
|
|
1770
|
+
4591: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1767
1771
|
"use strict";
|
|
1768
1772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1769
|
-
const utils = __nccwpck_require__(
|
|
1770
|
-
const partial_1 = __nccwpck_require__(
|
|
1773
|
+
const utils = __nccwpck_require__(3562);
|
|
1774
|
+
const partial_1 = __nccwpck_require__(1316);
|
|
1771
1775
|
class DeepFilter {
|
|
1772
1776
|
constructor(_settings, _micromatchOptions) {
|
|
1773
1777
|
this._settings = _settings;
|
|
@@ -1837,10 +1841,10 @@
|
|
|
1837
1841
|
}
|
|
1838
1842
|
exports["default"] = DeepFilter;
|
|
1839
1843
|
},
|
|
1840
|
-
|
|
1844
|
+
7685: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1841
1845
|
"use strict";
|
|
1842
1846
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1843
|
-
const utils = __nccwpck_require__(
|
|
1847
|
+
const utils = __nccwpck_require__(3562);
|
|
1844
1848
|
class EntryFilter {
|
|
1845
1849
|
constructor(_settings, _micromatchOptions) {
|
|
1846
1850
|
this._settings = _settings;
|
|
@@ -1848,19 +1852,33 @@
|
|
|
1848
1852
|
this.index = new Map();
|
|
1849
1853
|
}
|
|
1850
1854
|
getFilter(positive, negative) {
|
|
1851
|
-
const
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
|
|
1855
|
+
const [absoluteNegative, relativeNegative] =
|
|
1856
|
+
utils.pattern.partitionAbsoluteAndRelative(negative);
|
|
1857
|
+
const patterns = {
|
|
1858
|
+
positive: {
|
|
1859
|
+
all: utils.pattern.convertPatternsToRe(
|
|
1860
|
+
positive,
|
|
1861
|
+
this._micromatchOptions,
|
|
1862
|
+
),
|
|
1863
|
+
},
|
|
1864
|
+
negative: {
|
|
1865
|
+
absolute: utils.pattern.convertPatternsToRe(
|
|
1866
|
+
absoluteNegative,
|
|
1867
|
+
Object.assign(Object.assign({}, this._micromatchOptions), {
|
|
1868
|
+
dot: true,
|
|
1869
|
+
}),
|
|
1870
|
+
),
|
|
1871
|
+
relative: utils.pattern.convertPatternsToRe(
|
|
1872
|
+
relativeNegative,
|
|
1873
|
+
Object.assign(Object.assign({}, this._micromatchOptions), {
|
|
1874
|
+
dot: true,
|
|
1875
|
+
}),
|
|
1876
|
+
),
|
|
1877
|
+
},
|
|
1878
|
+
};
|
|
1879
|
+
return (entry) => this._filter(entry, patterns);
|
|
1862
1880
|
}
|
|
1863
|
-
_filter(entry,
|
|
1881
|
+
_filter(entry, patterns) {
|
|
1864
1882
|
const filepath = utils.path.removeLeadingDotSegment(entry.path);
|
|
1865
1883
|
if (this._settings.unique && this._isDuplicateEntry(filepath)) {
|
|
1866
1884
|
return false;
|
|
@@ -1868,13 +1886,11 @@
|
|
|
1868
1886
|
if (this._onlyFileFilter(entry) || this._onlyDirectoryFilter(entry)) {
|
|
1869
1887
|
return false;
|
|
1870
1888
|
}
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
this._isMatchToPatterns(filepath, positiveRe, isDirectory) &&
|
|
1877
|
-
!this._isMatchToPatterns(filepath, negativeRe, isDirectory);
|
|
1889
|
+
const isMatched = this._isMatchToPatternsSet(
|
|
1890
|
+
filepath,
|
|
1891
|
+
patterns,
|
|
1892
|
+
entry.dirent.isDirectory(),
|
|
1893
|
+
);
|
|
1878
1894
|
if (this._settings.unique && isMatched) {
|
|
1879
1895
|
this._createIndexRecord(filepath);
|
|
1880
1896
|
}
|
|
@@ -1892,17 +1908,47 @@
|
|
|
1892
1908
|
_onlyDirectoryFilter(entry) {
|
|
1893
1909
|
return this._settings.onlyDirectories && !entry.dirent.isDirectory();
|
|
1894
1910
|
}
|
|
1895
|
-
|
|
1896
|
-
|
|
1911
|
+
_isMatchToPatternsSet(filepath, patterns, isDirectory) {
|
|
1912
|
+
const isMatched = this._isMatchToPatterns(
|
|
1913
|
+
filepath,
|
|
1914
|
+
patterns.positive.all,
|
|
1915
|
+
isDirectory,
|
|
1916
|
+
);
|
|
1917
|
+
if (!isMatched) {
|
|
1918
|
+
return false;
|
|
1919
|
+
}
|
|
1920
|
+
const isMatchedByRelativeNegative = this._isMatchToPatterns(
|
|
1921
|
+
filepath,
|
|
1922
|
+
patterns.negative.relative,
|
|
1923
|
+
isDirectory,
|
|
1924
|
+
);
|
|
1925
|
+
if (isMatchedByRelativeNegative) {
|
|
1926
|
+
return false;
|
|
1927
|
+
}
|
|
1928
|
+
const isMatchedByAbsoluteNegative = this._isMatchToAbsoluteNegative(
|
|
1929
|
+
filepath,
|
|
1930
|
+
patterns.negative.absolute,
|
|
1931
|
+
isDirectory,
|
|
1932
|
+
);
|
|
1933
|
+
if (isMatchedByAbsoluteNegative) {
|
|
1934
|
+
return false;
|
|
1935
|
+
}
|
|
1936
|
+
return true;
|
|
1937
|
+
}
|
|
1938
|
+
_isMatchToAbsoluteNegative(filepath, patternsRe, isDirectory) {
|
|
1939
|
+
if (patternsRe.length === 0) {
|
|
1897
1940
|
return false;
|
|
1898
1941
|
}
|
|
1899
1942
|
const fullpath = utils.path.makeAbsolute(
|
|
1900
1943
|
this._settings.cwd,
|
|
1901
|
-
|
|
1944
|
+
filepath,
|
|
1902
1945
|
);
|
|
1903
|
-
return
|
|
1946
|
+
return this._isMatchToPatterns(fullpath, patternsRe, isDirectory);
|
|
1904
1947
|
}
|
|
1905
1948
|
_isMatchToPatterns(filepath, patternsRe, isDirectory) {
|
|
1949
|
+
if (patternsRe.length === 0) {
|
|
1950
|
+
return false;
|
|
1951
|
+
}
|
|
1906
1952
|
const isMatched = utils.pattern.matchAny(filepath, patternsRe);
|
|
1907
1953
|
if (!isMatched && isDirectory) {
|
|
1908
1954
|
return utils.pattern.matchAny(filepath + "/", patternsRe);
|
|
@@ -1912,10 +1958,10 @@
|
|
|
1912
1958
|
}
|
|
1913
1959
|
exports["default"] = EntryFilter;
|
|
1914
1960
|
},
|
|
1915
|
-
|
|
1961
|
+
6859: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1916
1962
|
"use strict";
|
|
1917
1963
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1918
|
-
const utils = __nccwpck_require__(
|
|
1964
|
+
const utils = __nccwpck_require__(3562);
|
|
1919
1965
|
class ErrorFilter {
|
|
1920
1966
|
constructor(_settings) {
|
|
1921
1967
|
this._settings = _settings;
|
|
@@ -1932,10 +1978,10 @@
|
|
|
1932
1978
|
}
|
|
1933
1979
|
exports["default"] = ErrorFilter;
|
|
1934
1980
|
},
|
|
1935
|
-
|
|
1981
|
+
4011: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1936
1982
|
"use strict";
|
|
1937
1983
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1938
|
-
const utils = __nccwpck_require__(
|
|
1984
|
+
const utils = __nccwpck_require__(3562);
|
|
1939
1985
|
class Matcher {
|
|
1940
1986
|
constructor(_patterns, _settings, _micromatchOptions) {
|
|
1941
1987
|
this._patterns = _patterns;
|
|
@@ -1986,10 +2032,10 @@
|
|
|
1986
2032
|
}
|
|
1987
2033
|
exports["default"] = Matcher;
|
|
1988
2034
|
},
|
|
1989
|
-
|
|
2035
|
+
1316: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1990
2036
|
"use strict";
|
|
1991
2037
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1992
|
-
const matcher_1 = __nccwpck_require__(
|
|
2038
|
+
const matcher_1 = __nccwpck_require__(4011);
|
|
1993
2039
|
class PartialMatcher extends matcher_1.default {
|
|
1994
2040
|
match(filepath) {
|
|
1995
2041
|
const parts = filepath.split("/");
|
|
@@ -2021,14 +2067,14 @@
|
|
|
2021
2067
|
}
|
|
2022
2068
|
exports["default"] = PartialMatcher;
|
|
2023
2069
|
},
|
|
2024
|
-
|
|
2070
|
+
4152: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2025
2071
|
"use strict";
|
|
2026
2072
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2027
|
-
const path = __nccwpck_require__(
|
|
2028
|
-
const deep_1 = __nccwpck_require__(
|
|
2029
|
-
const entry_1 = __nccwpck_require__(
|
|
2030
|
-
const error_1 = __nccwpck_require__(
|
|
2031
|
-
const entry_2 = __nccwpck_require__(
|
|
2073
|
+
const path = __nccwpck_require__(6928);
|
|
2074
|
+
const deep_1 = __nccwpck_require__(4591);
|
|
2075
|
+
const entry_1 = __nccwpck_require__(7685);
|
|
2076
|
+
const error_1 = __nccwpck_require__(6859);
|
|
2077
|
+
const entry_2 = __nccwpck_require__(750);
|
|
2032
2078
|
class Provider {
|
|
2033
2079
|
constructor(_settings) {
|
|
2034
2080
|
this._settings = _settings;
|
|
@@ -2085,12 +2131,12 @@
|
|
|
2085
2131
|
}
|
|
2086
2132
|
exports["default"] = Provider;
|
|
2087
2133
|
},
|
|
2088
|
-
|
|
2134
|
+
3689: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2089
2135
|
"use strict";
|
|
2090
2136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2091
|
-
const stream_1 = __nccwpck_require__(
|
|
2092
|
-
const stream_2 = __nccwpck_require__(
|
|
2093
|
-
const provider_1 = __nccwpck_require__(
|
|
2137
|
+
const stream_1 = __nccwpck_require__(4584);
|
|
2138
|
+
const stream_2 = __nccwpck_require__(6095);
|
|
2139
|
+
const provider_1 = __nccwpck_require__(4152);
|
|
2094
2140
|
class ProviderStream extends provider_1.default {
|
|
2095
2141
|
constructor() {
|
|
2096
2142
|
super(...arguments);
|
|
@@ -2122,11 +2168,11 @@
|
|
|
2122
2168
|
}
|
|
2123
2169
|
exports["default"] = ProviderStream;
|
|
2124
2170
|
},
|
|
2125
|
-
|
|
2171
|
+
9790: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2126
2172
|
"use strict";
|
|
2127
2173
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2128
|
-
const sync_1 = __nccwpck_require__(
|
|
2129
|
-
const provider_1 = __nccwpck_require__(
|
|
2174
|
+
const sync_1 = __nccwpck_require__(9248);
|
|
2175
|
+
const provider_1 = __nccwpck_require__(4152);
|
|
2130
2176
|
class ProviderSync extends provider_1.default {
|
|
2131
2177
|
constructor() {
|
|
2132
2178
|
super(...arguments);
|
|
@@ -2147,10 +2193,10 @@
|
|
|
2147
2193
|
}
|
|
2148
2194
|
exports["default"] = ProviderSync;
|
|
2149
2195
|
},
|
|
2150
|
-
|
|
2196
|
+
750: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2151
2197
|
"use strict";
|
|
2152
2198
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2153
|
-
const utils = __nccwpck_require__(
|
|
2199
|
+
const utils = __nccwpck_require__(3562);
|
|
2154
2200
|
class EntryTransformer {
|
|
2155
2201
|
constructor(_settings) {
|
|
2156
2202
|
this._settings = _settings;
|
|
@@ -2175,12 +2221,12 @@
|
|
|
2175
2221
|
}
|
|
2176
2222
|
exports["default"] = EntryTransformer;
|
|
2177
2223
|
},
|
|
2178
|
-
|
|
2224
|
+
7235: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2179
2225
|
"use strict";
|
|
2180
2226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2181
|
-
const fsWalk = __nccwpck_require__(
|
|
2182
|
-
const reader_1 = __nccwpck_require__(
|
|
2183
|
-
const stream_1 = __nccwpck_require__(
|
|
2227
|
+
const fsWalk = __nccwpck_require__(9300);
|
|
2228
|
+
const reader_1 = __nccwpck_require__(5688);
|
|
2229
|
+
const stream_1 = __nccwpck_require__(6095);
|
|
2184
2230
|
class ReaderAsync extends reader_1.default {
|
|
2185
2231
|
constructor() {
|
|
2186
2232
|
super(...arguments);
|
|
@@ -2210,12 +2256,12 @@
|
|
|
2210
2256
|
}
|
|
2211
2257
|
exports["default"] = ReaderAsync;
|
|
2212
2258
|
},
|
|
2213
|
-
|
|
2259
|
+
5688: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2214
2260
|
"use strict";
|
|
2215
2261
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2216
|
-
const path = __nccwpck_require__(
|
|
2217
|
-
const fsStat = __nccwpck_require__(
|
|
2218
|
-
const utils = __nccwpck_require__(
|
|
2262
|
+
const path = __nccwpck_require__(6928);
|
|
2263
|
+
const fsStat = __nccwpck_require__(4488);
|
|
2264
|
+
const utils = __nccwpck_require__(3562);
|
|
2219
2265
|
class Reader {
|
|
2220
2266
|
constructor(_settings) {
|
|
2221
2267
|
this._settings = _settings;
|
|
@@ -2248,13 +2294,13 @@
|
|
|
2248
2294
|
}
|
|
2249
2295
|
exports["default"] = Reader;
|
|
2250
2296
|
},
|
|
2251
|
-
|
|
2297
|
+
6095: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2252
2298
|
"use strict";
|
|
2253
2299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2254
|
-
const stream_1 = __nccwpck_require__(
|
|
2255
|
-
const fsStat = __nccwpck_require__(
|
|
2256
|
-
const fsWalk = __nccwpck_require__(
|
|
2257
|
-
const reader_1 = __nccwpck_require__(
|
|
2300
|
+
const stream_1 = __nccwpck_require__(4584);
|
|
2301
|
+
const fsStat = __nccwpck_require__(4488);
|
|
2302
|
+
const fsWalk = __nccwpck_require__(9300);
|
|
2303
|
+
const reader_1 = __nccwpck_require__(5688);
|
|
2258
2304
|
class ReaderStream extends reader_1.default {
|
|
2259
2305
|
constructor() {
|
|
2260
2306
|
super(...arguments);
|
|
@@ -2304,12 +2350,12 @@
|
|
|
2304
2350
|
}
|
|
2305
2351
|
exports["default"] = ReaderStream;
|
|
2306
2352
|
},
|
|
2307
|
-
|
|
2353
|
+
9248: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2308
2354
|
"use strict";
|
|
2309
2355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2310
|
-
const fsStat = __nccwpck_require__(
|
|
2311
|
-
const fsWalk = __nccwpck_require__(
|
|
2312
|
-
const reader_1 = __nccwpck_require__(
|
|
2356
|
+
const fsStat = __nccwpck_require__(4488);
|
|
2357
|
+
const fsWalk = __nccwpck_require__(9300);
|
|
2358
|
+
const reader_1 = __nccwpck_require__(5688);
|
|
2313
2359
|
class ReaderSync extends reader_1.default {
|
|
2314
2360
|
constructor() {
|
|
2315
2361
|
super(...arguments);
|
|
@@ -2348,12 +2394,12 @@
|
|
|
2348
2394
|
}
|
|
2349
2395
|
exports["default"] = ReaderSync;
|
|
2350
2396
|
},
|
|
2351
|
-
|
|
2397
|
+
4775: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2352
2398
|
"use strict";
|
|
2353
2399
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2354
2400
|
exports.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
|
|
2355
|
-
const fs = __nccwpck_require__(
|
|
2356
|
-
const os = __nccwpck_require__(
|
|
2401
|
+
const fs = __nccwpck_require__(9896);
|
|
2402
|
+
const os = __nccwpck_require__(857);
|
|
2357
2403
|
const CPU_COUNT = Math.max(os.cpus().length, 1);
|
|
2358
2404
|
exports.DEFAULT_FILE_SYSTEM_ADAPTER = {
|
|
2359
2405
|
lstat: fs.lstat,
|
|
@@ -2434,7 +2480,7 @@
|
|
|
2434
2480
|
}
|
|
2435
2481
|
exports["default"] = Settings;
|
|
2436
2482
|
},
|
|
2437
|
-
|
|
2483
|
+
5767: (__unused_webpack_module, exports) => {
|
|
2438
2484
|
"use strict";
|
|
2439
2485
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2440
2486
|
exports.splitWhen = exports.flatten = void 0;
|
|
@@ -2460,7 +2506,7 @@
|
|
|
2460
2506
|
}
|
|
2461
2507
|
exports.splitWhen = splitWhen;
|
|
2462
2508
|
},
|
|
2463
|
-
|
|
2509
|
+
1950: (__unused_webpack_module, exports) => {
|
|
2464
2510
|
"use strict";
|
|
2465
2511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2466
2512
|
exports.isEnoentCodeError = void 0;
|
|
@@ -2469,7 +2515,7 @@
|
|
|
2469
2515
|
}
|
|
2470
2516
|
exports.isEnoentCodeError = isEnoentCodeError;
|
|
2471
2517
|
},
|
|
2472
|
-
|
|
2518
|
+
6315: (__unused_webpack_module, exports) => {
|
|
2473
2519
|
"use strict";
|
|
2474
2520
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2475
2521
|
exports.createDirentFromStats = void 0;
|
|
@@ -2490,7 +2536,7 @@
|
|
|
2490
2536
|
}
|
|
2491
2537
|
exports.createDirentFromStats = createDirentFromStats;
|
|
2492
2538
|
},
|
|
2493
|
-
|
|
2539
|
+
3562: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2494
2540
|
"use strict";
|
|
2495
2541
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2496
2542
|
exports.string =
|
|
@@ -2501,22 +2547,22 @@
|
|
|
2501
2547
|
exports.errno =
|
|
2502
2548
|
exports.array =
|
|
2503
2549
|
void 0;
|
|
2504
|
-
const array = __nccwpck_require__(
|
|
2550
|
+
const array = __nccwpck_require__(5767);
|
|
2505
2551
|
exports.array = array;
|
|
2506
|
-
const errno = __nccwpck_require__(
|
|
2552
|
+
const errno = __nccwpck_require__(1950);
|
|
2507
2553
|
exports.errno = errno;
|
|
2508
|
-
const fs = __nccwpck_require__(
|
|
2554
|
+
const fs = __nccwpck_require__(6315);
|
|
2509
2555
|
exports.fs = fs;
|
|
2510
|
-
const path = __nccwpck_require__(
|
|
2556
|
+
const path = __nccwpck_require__(9691);
|
|
2511
2557
|
exports.path = path;
|
|
2512
|
-
const pattern = __nccwpck_require__(
|
|
2558
|
+
const pattern = __nccwpck_require__(7904);
|
|
2513
2559
|
exports.pattern = pattern;
|
|
2514
|
-
const stream = __nccwpck_require__(
|
|
2560
|
+
const stream = __nccwpck_require__(3328);
|
|
2515
2561
|
exports.stream = stream;
|
|
2516
|
-
const string = __nccwpck_require__(
|
|
2562
|
+
const string = __nccwpck_require__(4113);
|
|
2517
2563
|
exports.string = string;
|
|
2518
2564
|
},
|
|
2519
|
-
|
|
2565
|
+
9691: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2520
2566
|
"use strict";
|
|
2521
2567
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2522
2568
|
exports.convertPosixPathToPattern =
|
|
@@ -2529,8 +2575,8 @@
|
|
|
2529
2575
|
exports.makeAbsolute =
|
|
2530
2576
|
exports.unixify =
|
|
2531
2577
|
void 0;
|
|
2532
|
-
const os = __nccwpck_require__(
|
|
2533
|
-
const path = __nccwpck_require__(
|
|
2578
|
+
const os = __nccwpck_require__(857);
|
|
2579
|
+
const path = __nccwpck_require__(6928);
|
|
2534
2580
|
const IS_WINDOWS_PLATFORM = os.platform() === "win32";
|
|
2535
2581
|
const LEADING_DOT_SEGMENT_CHARACTERS_COUNT = 2;
|
|
2536
2582
|
const POSIX_UNESCAPED_GLOB_SYMBOLS_RE =
|
|
@@ -2582,10 +2628,12 @@
|
|
|
2582
2628
|
}
|
|
2583
2629
|
exports.convertPosixPathToPattern = convertPosixPathToPattern;
|
|
2584
2630
|
},
|
|
2585
|
-
|
|
2631
|
+
7904: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2586
2632
|
"use strict";
|
|
2587
2633
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2588
|
-
exports.
|
|
2634
|
+
exports.isAbsolute =
|
|
2635
|
+
exports.partitionAbsoluteAndRelative =
|
|
2636
|
+
exports.removeDuplicateSlashes =
|
|
2589
2637
|
exports.matchAny =
|
|
2590
2638
|
exports.convertPatternsToRe =
|
|
2591
2639
|
exports.makeRe =
|
|
@@ -2608,9 +2656,9 @@
|
|
|
2608
2656
|
exports.isDynamicPattern =
|
|
2609
2657
|
exports.isStaticPattern =
|
|
2610
2658
|
void 0;
|
|
2611
|
-
const path = __nccwpck_require__(
|
|
2612
|
-
const globParent = __nccwpck_require__(
|
|
2613
|
-
const micromatch = __nccwpck_require__(
|
|
2659
|
+
const path = __nccwpck_require__(6928);
|
|
2660
|
+
const globParent = __nccwpck_require__(418);
|
|
2661
|
+
const micromatch = __nccwpck_require__(8302);
|
|
2614
2662
|
const GLOBSTAR = "**";
|
|
2615
2663
|
const ESCAPE_SYMBOL = "\\";
|
|
2616
2664
|
const COMMON_GLOB_SYMBOLS_RE = /[*?]|^!/;
|
|
@@ -2775,12 +2823,29 @@
|
|
|
2775
2823
|
return pattern.replace(DOUBLE_SLASH_RE, "/");
|
|
2776
2824
|
}
|
|
2777
2825
|
exports.removeDuplicateSlashes = removeDuplicateSlashes;
|
|
2826
|
+
function partitionAbsoluteAndRelative(patterns) {
|
|
2827
|
+
const absolute = [];
|
|
2828
|
+
const relative = [];
|
|
2829
|
+
for (const pattern of patterns) {
|
|
2830
|
+
if (isAbsolute(pattern)) {
|
|
2831
|
+
absolute.push(pattern);
|
|
2832
|
+
} else {
|
|
2833
|
+
relative.push(pattern);
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
return [absolute, relative];
|
|
2837
|
+
}
|
|
2838
|
+
exports.partitionAbsoluteAndRelative = partitionAbsoluteAndRelative;
|
|
2839
|
+
function isAbsolute(pattern) {
|
|
2840
|
+
return path.isAbsolute(pattern);
|
|
2841
|
+
}
|
|
2842
|
+
exports.isAbsolute = isAbsolute;
|
|
2778
2843
|
},
|
|
2779
|
-
|
|
2844
|
+
3328: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2780
2845
|
"use strict";
|
|
2781
2846
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2782
2847
|
exports.merge = void 0;
|
|
2783
|
-
const merge2 = __nccwpck_require__(
|
|
2848
|
+
const merge2 = __nccwpck_require__(7322);
|
|
2784
2849
|
function merge(streams) {
|
|
2785
2850
|
const mergedStream = merge2(streams);
|
|
2786
2851
|
streams.forEach((stream) => {
|
|
@@ -2795,7 +2860,7 @@
|
|
|
2795
2860
|
streams.forEach((stream) => stream.emit("close"));
|
|
2796
2861
|
}
|
|
2797
2862
|
},
|
|
2798
|
-
|
|
2863
|
+
4113: (__unused_webpack_module, exports) => {
|
|
2799
2864
|
"use strict";
|
|
2800
2865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2801
2866
|
exports.isEmpty = exports.isString = void 0;
|
|
@@ -2808,9 +2873,9 @@
|
|
|
2808
2873
|
}
|
|
2809
2874
|
exports.isEmpty = isEmpty;
|
|
2810
2875
|
},
|
|
2811
|
-
|
|
2876
|
+
2247: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2812
2877
|
"use strict";
|
|
2813
|
-
var reusify = __nccwpck_require__(
|
|
2878
|
+
var reusify = __nccwpck_require__(816);
|
|
2814
2879
|
function fastqueue(context, worker, _concurrency) {
|
|
2815
2880
|
if (typeof context === "function") {
|
|
2816
2881
|
_concurrency = worker;
|
|
@@ -3066,15 +3131,15 @@
|
|
|
3066
3131
|
module.exports = fastqueue;
|
|
3067
3132
|
module.exports.promise = queueAsPromised;
|
|
3068
3133
|
},
|
|
3069
|
-
|
|
3134
|
+
8175: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3070
3135
|
"use strict";
|
|
3071
3136
|
/*!
|
|
3072
3137
|
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
3073
3138
|
*
|
|
3074
3139
|
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
3075
3140
|
* Licensed under the MIT License.
|
|
3076
|
-
*/ const util = __nccwpck_require__(
|
|
3077
|
-
const toRegexRange = __nccwpck_require__(
|
|
3141
|
+
*/ const util = __nccwpck_require__(9023);
|
|
3142
|
+
const toRegexRange = __nccwpck_require__(6874);
|
|
3078
3143
|
const isObject = (val) =>
|
|
3079
3144
|
val !== null && typeof val === "object" && !Array.isArray(val);
|
|
3080
3145
|
const transform = (toNumber) => (value) =>
|
|
@@ -3117,7 +3182,7 @@
|
|
|
3117
3182
|
while (input.length < maxLength) input = "0" + input;
|
|
3118
3183
|
return negative ? "-" + input : input;
|
|
3119
3184
|
};
|
|
3120
|
-
const toSequence = (parts, options) => {
|
|
3185
|
+
const toSequence = (parts, options, maxLen) => {
|
|
3121
3186
|
parts.negatives.sort((a, b) => (a < b ? -1 : a > b ? 1 : 0));
|
|
3122
3187
|
parts.positives.sort((a, b) => (a < b ? -1 : a > b ? 1 : 0));
|
|
3123
3188
|
let prefix = options.capture ? "" : "?:";
|
|
@@ -3125,10 +3190,12 @@
|
|
|
3125
3190
|
let negatives = "";
|
|
3126
3191
|
let result;
|
|
3127
3192
|
if (parts.positives.length) {
|
|
3128
|
-
positives = parts.positives
|
|
3193
|
+
positives = parts.positives
|
|
3194
|
+
.map((v) => toMaxLen(String(v), maxLen))
|
|
3195
|
+
.join("|");
|
|
3129
3196
|
}
|
|
3130
3197
|
if (parts.negatives.length) {
|
|
3131
|
-
negatives = `-(${prefix}${parts.negatives.join("|")})`;
|
|
3198
|
+
negatives = `-(${prefix}${parts.negatives.map((v) => toMaxLen(String(v), maxLen)).join("|")})`;
|
|
3132
3199
|
}
|
|
3133
3200
|
if (positives && negatives) {
|
|
3134
3201
|
result = `${positives}|${negatives}`;
|
|
@@ -3215,7 +3282,7 @@
|
|
|
3215
3282
|
}
|
|
3216
3283
|
if (options.toRegex === true) {
|
|
3217
3284
|
return step > 1
|
|
3218
|
-
? toSequence(parts, options)
|
|
3285
|
+
? toSequence(parts, options, maxLen)
|
|
3219
3286
|
: toRegex(range, null, { wrap: false, ...options });
|
|
3220
3287
|
}
|
|
3221
3288
|
return range;
|
|
@@ -3275,11 +3342,11 @@
|
|
|
3275
3342
|
};
|
|
3276
3343
|
module.exports = fill;
|
|
3277
3344
|
},
|
|
3278
|
-
|
|
3345
|
+
418: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3279
3346
|
"use strict";
|
|
3280
|
-
var isGlob = __nccwpck_require__(
|
|
3281
|
-
var pathPosixDirname = __nccwpck_require__(
|
|
3282
|
-
var isWin32 = __nccwpck_require__(
|
|
3347
|
+
var isGlob = __nccwpck_require__(4995);
|
|
3348
|
+
var pathPosixDirname = __nccwpck_require__(6928).posix.dirname;
|
|
3349
|
+
var isWin32 = __nccwpck_require__(857).platform() === "win32";
|
|
3283
3350
|
var slash = "/";
|
|
3284
3351
|
var backslash = /\\/g;
|
|
3285
3352
|
var enclosure = /[\{\[].*[\}\]]$/;
|
|
@@ -3300,7 +3367,7 @@
|
|
|
3300
3367
|
return str.replace(escaped, "$1");
|
|
3301
3368
|
};
|
|
3302
3369
|
},
|
|
3303
|
-
|
|
3370
|
+
7608: (module) => {
|
|
3304
3371
|
/*!
|
|
3305
3372
|
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
3306
3373
|
*
|
|
@@ -3319,14 +3386,14 @@
|
|
|
3319
3386
|
return false;
|
|
3320
3387
|
};
|
|
3321
3388
|
},
|
|
3322
|
-
|
|
3389
|
+
4995: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3323
3390
|
/*!
|
|
3324
3391
|
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
3325
3392
|
*
|
|
3326
3393
|
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
3327
3394
|
* Released under the MIT License.
|
|
3328
3395
|
*/
|
|
3329
|
-
var isExtglob = __nccwpck_require__(
|
|
3396
|
+
var isExtglob = __nccwpck_require__(7608);
|
|
3330
3397
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
3331
3398
|
var strictCheck = function (str) {
|
|
3332
3399
|
if (str[0] === "!") {
|
|
@@ -3470,7 +3537,7 @@
|
|
|
3470
3537
|
return check(str);
|
|
3471
3538
|
};
|
|
3472
3539
|
},
|
|
3473
|
-
|
|
3540
|
+
5569: (module) => {
|
|
3474
3541
|
"use strict";
|
|
3475
3542
|
/*!
|
|
3476
3543
|
* is-number <https://github.com/jonschlinkert/is-number>
|
|
@@ -3487,9 +3554,9 @@
|
|
|
3487
3554
|
return false;
|
|
3488
3555
|
};
|
|
3489
3556
|
},
|
|
3490
|
-
|
|
3557
|
+
7322: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3491
3558
|
"use strict";
|
|
3492
|
-
const Stream = __nccwpck_require__(
|
|
3559
|
+
const Stream = __nccwpck_require__(4584);
|
|
3493
3560
|
const PassThrough = Stream.PassThrough;
|
|
3494
3561
|
const slice = Array.prototype.slice;
|
|
3495
3562
|
module.exports = merge2;
|
|
@@ -3602,13 +3669,17 @@
|
|
|
3602
3669
|
return streams;
|
|
3603
3670
|
}
|
|
3604
3671
|
},
|
|
3605
|
-
|
|
3672
|
+
8302: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3606
3673
|
"use strict";
|
|
3607
|
-
const util = __nccwpck_require__(
|
|
3608
|
-
const braces = __nccwpck_require__(
|
|
3609
|
-
const picomatch = __nccwpck_require__(
|
|
3610
|
-
const utils = __nccwpck_require__(
|
|
3611
|
-
const isEmptyString = (
|
|
3674
|
+
const util = __nccwpck_require__(9023);
|
|
3675
|
+
const braces = __nccwpck_require__(7466);
|
|
3676
|
+
const picomatch = __nccwpck_require__(1606);
|
|
3677
|
+
const utils = __nccwpck_require__(8171);
|
|
3678
|
+
const isEmptyString = (v) => v === "" || v === "./";
|
|
3679
|
+
const hasBraces = (v) => {
|
|
3680
|
+
const index = v.indexOf("{");
|
|
3681
|
+
return index > -1 && v.indexOf("}", index) > -1;
|
|
3682
|
+
};
|
|
3612
3683
|
const micromatch = (list, patterns, options) => {
|
|
3613
3684
|
patterns = [].concat(patterns);
|
|
3614
3685
|
list = [].concat(list);
|
|
@@ -3759,7 +3830,7 @@
|
|
|
3759
3830
|
micromatch.braces = (pattern, options) => {
|
|
3760
3831
|
if (typeof pattern !== "string")
|
|
3761
3832
|
throw new TypeError("Expected a string");
|
|
3762
|
-
if ((options && options.nobrace === true) ||
|
|
3833
|
+
if ((options && options.nobrace === true) || !hasBraces(pattern)) {
|
|
3763
3834
|
return [pattern];
|
|
3764
3835
|
}
|
|
3765
3836
|
return braces(pattern, options);
|
|
@@ -3769,15 +3840,16 @@
|
|
|
3769
3840
|
throw new TypeError("Expected a string");
|
|
3770
3841
|
return micromatch.braces(pattern, { ...options, expand: true });
|
|
3771
3842
|
};
|
|
3843
|
+
micromatch.hasBraces = hasBraces;
|
|
3772
3844
|
module.exports = micromatch;
|
|
3773
3845
|
},
|
|
3774
|
-
|
|
3846
|
+
1606: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3775
3847
|
"use strict";
|
|
3776
|
-
module.exports = __nccwpck_require__(
|
|
3848
|
+
module.exports = __nccwpck_require__(3120);
|
|
3777
3849
|
},
|
|
3778
|
-
|
|
3850
|
+
2203: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3779
3851
|
"use strict";
|
|
3780
|
-
const path = __nccwpck_require__(
|
|
3852
|
+
const path = __nccwpck_require__(6928);
|
|
3781
3853
|
const WIN_SLASH = "\\\\/";
|
|
3782
3854
|
const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
|
|
3783
3855
|
const DOT_LITERAL = "\\.";
|
|
@@ -3914,10 +3986,10 @@
|
|
|
3914
3986
|
},
|
|
3915
3987
|
};
|
|
3916
3988
|
},
|
|
3917
|
-
|
|
3989
|
+
8185: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3918
3990
|
"use strict";
|
|
3919
|
-
const constants = __nccwpck_require__(
|
|
3920
|
-
const utils = __nccwpck_require__(
|
|
3991
|
+
const constants = __nccwpck_require__(2203);
|
|
3992
|
+
const utils = __nccwpck_require__(8171);
|
|
3921
3993
|
const {
|
|
3922
3994
|
MAX_LENGTH,
|
|
3923
3995
|
POSIX_REGEX_SOURCE,
|
|
@@ -4791,13 +4863,13 @@
|
|
|
4791
4863
|
};
|
|
4792
4864
|
module.exports = parse;
|
|
4793
4865
|
},
|
|
4794
|
-
|
|
4866
|
+
3120: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4795
4867
|
"use strict";
|
|
4796
|
-
const path = __nccwpck_require__(
|
|
4797
|
-
const scan = __nccwpck_require__(
|
|
4798
|
-
const parse = __nccwpck_require__(
|
|
4799
|
-
const utils = __nccwpck_require__(
|
|
4800
|
-
const constants = __nccwpck_require__(
|
|
4868
|
+
const path = __nccwpck_require__(6928);
|
|
4869
|
+
const scan = __nccwpck_require__(5605);
|
|
4870
|
+
const parse = __nccwpck_require__(8185);
|
|
4871
|
+
const utils = __nccwpck_require__(8171);
|
|
4872
|
+
const constants = __nccwpck_require__(2203);
|
|
4801
4873
|
const isObject = (val) =>
|
|
4802
4874
|
val && typeof val === "object" && !Array.isArray(val);
|
|
4803
4875
|
const picomatch = (glob, options, returnState = false) => {
|
|
@@ -4973,9 +5045,9 @@
|
|
|
4973
5045
|
picomatch.constants = constants;
|
|
4974
5046
|
module.exports = picomatch;
|
|
4975
5047
|
},
|
|
4976
|
-
|
|
5048
|
+
5605: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4977
5049
|
"use strict";
|
|
4978
|
-
const utils = __nccwpck_require__(
|
|
5050
|
+
const utils = __nccwpck_require__(8171);
|
|
4979
5051
|
const {
|
|
4980
5052
|
CHAR_ASTERISK,
|
|
4981
5053
|
CHAR_AT,
|
|
@@ -4992,7 +5064,7 @@
|
|
|
4992
5064
|
CHAR_RIGHT_CURLY_BRACE,
|
|
4993
5065
|
CHAR_RIGHT_PARENTHESES,
|
|
4994
5066
|
CHAR_RIGHT_SQUARE_BRACKET,
|
|
4995
|
-
} = __nccwpck_require__(
|
|
5067
|
+
} = __nccwpck_require__(2203);
|
|
4996
5068
|
const isPathSeparator = (code) =>
|
|
4997
5069
|
code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH;
|
|
4998
5070
|
const depth = (token) => {
|
|
@@ -5296,16 +5368,16 @@
|
|
|
5296
5368
|
};
|
|
5297
5369
|
module.exports = scan;
|
|
5298
5370
|
},
|
|
5299
|
-
|
|
5371
|
+
8171: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5300
5372
|
"use strict";
|
|
5301
|
-
const path = __nccwpck_require__(
|
|
5373
|
+
const path = __nccwpck_require__(6928);
|
|
5302
5374
|
const win32 = process.platform === "win32";
|
|
5303
5375
|
const {
|
|
5304
5376
|
REGEX_BACKSLASH,
|
|
5305
5377
|
REGEX_REMOVE_BACKSLASH,
|
|
5306
5378
|
REGEX_SPECIAL_CHARS,
|
|
5307
5379
|
REGEX_SPECIAL_CHARS_GLOBAL,
|
|
5308
|
-
} = __nccwpck_require__(
|
|
5380
|
+
} = __nccwpck_require__(2203);
|
|
5309
5381
|
exports.isObject = (val) =>
|
|
5310
5382
|
val !== null && typeof val === "object" && !Array.isArray(val);
|
|
5311
5383
|
exports.hasRegexChars = (str) => REGEX_SPECIAL_CHARS.test(str);
|
|
@@ -5359,7 +5431,7 @@
|
|
|
5359
5431
|
return output;
|
|
5360
5432
|
};
|
|
5361
5433
|
},
|
|
5362
|
-
|
|
5434
|
+
9108: (module) => {
|
|
5363
5435
|
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
5364
5436
|
let promise;
|
|
5365
5437
|
module.exports =
|
|
@@ -5372,7 +5444,7 @@
|
|
|
5372
5444
|
}, 0),
|
|
5373
5445
|
);
|
|
5374
5446
|
},
|
|
5375
|
-
|
|
5447
|
+
816: (module) => {
|
|
5376
5448
|
"use strict";
|
|
5377
5449
|
function reusify(Constructor) {
|
|
5378
5450
|
var head = new Constructor();
|
|
@@ -5396,10 +5468,10 @@
|
|
|
5396
5468
|
}
|
|
5397
5469
|
module.exports = reusify;
|
|
5398
5470
|
},
|
|
5399
|
-
|
|
5471
|
+
1775: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5400
5472
|
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
5401
5473
|
module.exports = runParallel;
|
|
5402
|
-
const queueMicrotask = __nccwpck_require__(
|
|
5474
|
+
const queueMicrotask = __nccwpck_require__(9108);
|
|
5403
5475
|
function runParallel(tasks, cb) {
|
|
5404
5476
|
let results, pending, keys;
|
|
5405
5477
|
let isSync = true;
|
|
@@ -5443,14 +5515,14 @@
|
|
|
5443
5515
|
isSync = false;
|
|
5444
5516
|
}
|
|
5445
5517
|
},
|
|
5446
|
-
|
|
5518
|
+
6874: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5447
5519
|
"use strict";
|
|
5448
5520
|
/*!
|
|
5449
5521
|
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
5450
5522
|
*
|
|
5451
5523
|
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
5452
5524
|
* Released under the MIT License.
|
|
5453
|
-
*/ const isNumber = __nccwpck_require__(
|
|
5525
|
+
*/ const isNumber = __nccwpck_require__(5569);
|
|
5454
5526
|
const toRegexRange = (min, max, options) => {
|
|
5455
5527
|
if (isNumber(min) === false) {
|
|
5456
5528
|
throw new TypeError(
|
|
@@ -5663,27 +5735,27 @@
|
|
|
5663
5735
|
toRegexRange.clearCache = () => (toRegexRange.cache = {});
|
|
5664
5736
|
module.exports = toRegexRange;
|
|
5665
5737
|
},
|
|
5666
|
-
|
|
5738
|
+
4434: (module) => {
|
|
5667
5739
|
"use strict";
|
|
5668
5740
|
module.exports = require("events");
|
|
5669
5741
|
},
|
|
5670
|
-
|
|
5742
|
+
9896: (module) => {
|
|
5671
5743
|
"use strict";
|
|
5672
5744
|
module.exports = require("fs");
|
|
5673
5745
|
},
|
|
5674
|
-
|
|
5746
|
+
857: (module) => {
|
|
5675
5747
|
"use strict";
|
|
5676
5748
|
module.exports = require("os");
|
|
5677
5749
|
},
|
|
5678
|
-
|
|
5750
|
+
6928: (module) => {
|
|
5679
5751
|
"use strict";
|
|
5680
5752
|
module.exports = require("path");
|
|
5681
5753
|
},
|
|
5682
|
-
|
|
5754
|
+
4584: (module) => {
|
|
5683
5755
|
"use strict";
|
|
5684
5756
|
module.exports = require("stream");
|
|
5685
5757
|
},
|
|
5686
|
-
|
|
5758
|
+
9023: (module) => {
|
|
5687
5759
|
"use strict";
|
|
5688
5760
|
module.exports = require("util");
|
|
5689
5761
|
},
|
|
@@ -5710,6 +5782,6 @@
|
|
|
5710
5782
|
}
|
|
5711
5783
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
5712
5784
|
__nccwpck_require__.ab = __dirname + "/";
|
|
5713
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
5785
|
+
var __webpack_exports__ = __nccwpck_require__(2856);
|
|
5714
5786
|
module.exports = __webpack_exports__;
|
|
5715
5787
|
})();
|