@rsbuild/core 1.6.10 → 1.6.12-canary-63b4dae2-20251204065915
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/css-loader/index.js +18 -18
- package/compiled/html-rspack-plugin/index.js +14 -14
- package/compiled/memfs/index.js +123 -121
- package/compiled/memfs/package.json +1 -1
- package/compiled/postcss-loader/index.js +6 -6
- package/compiled/rslog/index.js +12 -9
- package/compiled/rslog/package.json +1 -1
- package/compiled/rspack-manifest-plugin/index.js +4 -4
- package/compiled/webpack-merge/index.d.ts +31 -0
- package/compiled/webpack-merge/index.js +1200 -0
- package/compiled/webpack-merge/license +20 -0
- package/compiled/webpack-merge/package.json +1 -0
- package/dist/0~range-parser.js +1 -1
- package/dist/131.js +262 -861
- package/dist/131.js.LICENSE.txt +0 -21
- package/dist/136.mjs +1 -1
- package/dist/2~open.cjs +1 -1
- package/dist/2~range-parser.cjs +1 -1
- package/dist/index.cjs +272 -884
- package/dist/index.cjs.LICENSE.txt +0 -21
- package/dist/rslib-runtime.js +1 -1
- package/dist-types/constants.d.ts +1 -0
- package/dist-types/helpers/format.d.ts +1 -1
- package/dist-types/helpers/stats.d.ts +1 -1
- package/dist-types/helpers/vendors.d.ts +1 -0
- package/dist-types/plugins/fileSize.d.ts +2 -0
- package/dist-types/server/socketServer.d.ts +4 -0
- package/dist-types/types/config.d.ts +11 -0
- package/package.json +5 -5
package/compiled/memfs/index.js
CHANGED
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
};
|
|
218
218
|
exports.toMatcher = toMatcher;
|
|
219
219
|
},
|
|
220
|
-
|
|
220
|
+
263: (__unused_webpack_module, exports) => {
|
|
221
221
|
"use strict";
|
|
222
222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
223
223
|
exports.constants = exports.SEP = void 0;
|
|
@@ -272,11 +272,11 @@
|
|
|
272
272
|
COPYFILE_FICLONE_FORCE: 4,
|
|
273
273
|
};
|
|
274
274
|
},
|
|
275
|
-
|
|
275
|
+
588: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
276
276
|
"use strict";
|
|
277
277
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
278
278
|
exports.File = void 0;
|
|
279
|
-
const constants_1 = __nccwpck_require__(
|
|
279
|
+
const constants_1 = __nccwpck_require__(263);
|
|
280
280
|
const { O_APPEND } = constants_1.constants;
|
|
281
281
|
class File {
|
|
282
282
|
constructor(link, node, flags, fd) {
|
|
@@ -329,11 +329,11 @@
|
|
|
329
329
|
}
|
|
330
330
|
exports.File = File;
|
|
331
331
|
},
|
|
332
|
-
|
|
332
|
+
86: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
333
333
|
"use strict";
|
|
334
334
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
335
335
|
exports.Link = void 0;
|
|
336
|
-
const constants_1 = __nccwpck_require__(
|
|
336
|
+
const constants_1 = __nccwpck_require__(263);
|
|
337
337
|
const fanout_1 = __nccwpck_require__(697);
|
|
338
338
|
const { S_IFREG } = constants_1.constants;
|
|
339
339
|
class Link {
|
|
@@ -429,14 +429,14 @@
|
|
|
429
429
|
}
|
|
430
430
|
exports.Link = Link;
|
|
431
431
|
},
|
|
432
|
-
|
|
432
|
+
730: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
433
433
|
"use strict";
|
|
434
434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
435
435
|
exports.Node = void 0;
|
|
436
436
|
const fanout_1 = __nccwpck_require__(697);
|
|
437
|
-
const process_1 = __nccwpck_require__(
|
|
438
|
-
const buffer_1 = __nccwpck_require__(
|
|
439
|
-
const constants_1 = __nccwpck_require__(
|
|
437
|
+
const process_1 = __nccwpck_require__(531);
|
|
438
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
439
|
+
const constants_1 = __nccwpck_require__(263);
|
|
440
440
|
const { S_IFMT, S_IFDIR, S_IFREG, S_IFLNK, S_IFCHR } =
|
|
441
441
|
constants_1.constants;
|
|
442
442
|
const getuid = () => process_1.default.getuid?.() ?? 0;
|
|
@@ -692,21 +692,21 @@
|
|
|
692
692
|
}
|
|
693
693
|
exports.Node = Node;
|
|
694
694
|
},
|
|
695
|
-
|
|
695
|
+
338: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
696
696
|
"use strict";
|
|
697
697
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
698
698
|
exports.Superblock = void 0;
|
|
699
|
-
const path_1 = __nccwpck_require__(
|
|
700
|
-
const Node_1 = __nccwpck_require__(
|
|
701
|
-
const Link_1 = __nccwpck_require__(
|
|
702
|
-
const File_1 = __nccwpck_require__(
|
|
703
|
-
const buffer_1 = __nccwpck_require__(
|
|
704
|
-
const process_1 = __nccwpck_require__(
|
|
705
|
-
const constants_1 = __nccwpck_require__(
|
|
706
|
-
const constants_2 = __nccwpck_require__(
|
|
707
|
-
const util_1 = __nccwpck_require__(
|
|
708
|
-
const util_2 = __nccwpck_require__(
|
|
709
|
-
const json_1 = __nccwpck_require__(
|
|
699
|
+
const path_1 = __nccwpck_require__(508);
|
|
700
|
+
const Node_1 = __nccwpck_require__(730);
|
|
701
|
+
const Link_1 = __nccwpck_require__(86);
|
|
702
|
+
const File_1 = __nccwpck_require__(588);
|
|
703
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
704
|
+
const process_1 = __nccwpck_require__(531);
|
|
705
|
+
const constants_1 = __nccwpck_require__(263);
|
|
706
|
+
const constants_2 = __nccwpck_require__(982);
|
|
707
|
+
const util_1 = __nccwpck_require__(547);
|
|
708
|
+
const util_2 = __nccwpck_require__(638);
|
|
709
|
+
const json_1 = __nccwpck_require__(732);
|
|
710
710
|
const pathSep = path_1.posix ? path_1.posix.sep : path_1.sep;
|
|
711
711
|
const pathRelative = path_1.posix
|
|
712
712
|
? path_1.posix.relative
|
|
@@ -1368,35 +1368,35 @@
|
|
|
1368
1368
|
exports.Superblock = Superblock;
|
|
1369
1369
|
Superblock.fd = 2147483647;
|
|
1370
1370
|
},
|
|
1371
|
-
|
|
1371
|
+
836: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1372
1372
|
"use strict";
|
|
1373
1373
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1374
1374
|
exports.Superblock = exports.File = exports.Link = exports.Node = void 0;
|
|
1375
1375
|
const tslib_1 = __nccwpck_require__(824);
|
|
1376
|
-
tslib_1.__exportStar(__nccwpck_require__(
|
|
1377
|
-
tslib_1.__exportStar(__nccwpck_require__(
|
|
1378
|
-
var Node_1 = __nccwpck_require__(
|
|
1376
|
+
tslib_1.__exportStar(__nccwpck_require__(1), exports);
|
|
1377
|
+
tslib_1.__exportStar(__nccwpck_require__(732), exports);
|
|
1378
|
+
var Node_1 = __nccwpck_require__(730);
|
|
1379
1379
|
Object.defineProperty(exports, "Node", {
|
|
1380
1380
|
enumerable: true,
|
|
1381
1381
|
get: function () {
|
|
1382
1382
|
return Node_1.Node;
|
|
1383
1383
|
},
|
|
1384
1384
|
});
|
|
1385
|
-
var Link_1 = __nccwpck_require__(
|
|
1385
|
+
var Link_1 = __nccwpck_require__(86);
|
|
1386
1386
|
Object.defineProperty(exports, "Link", {
|
|
1387
1387
|
enumerable: true,
|
|
1388
1388
|
get: function () {
|
|
1389
1389
|
return Link_1.Link;
|
|
1390
1390
|
},
|
|
1391
1391
|
});
|
|
1392
|
-
var File_1 = __nccwpck_require__(
|
|
1392
|
+
var File_1 = __nccwpck_require__(588);
|
|
1393
1393
|
Object.defineProperty(exports, "File", {
|
|
1394
1394
|
enumerable: true,
|
|
1395
1395
|
get: function () {
|
|
1396
1396
|
return File_1.File;
|
|
1397
1397
|
},
|
|
1398
1398
|
});
|
|
1399
|
-
var Superblock_1 = __nccwpck_require__(
|
|
1399
|
+
var Superblock_1 = __nccwpck_require__(338);
|
|
1400
1400
|
Object.defineProperty(exports, "Superblock", {
|
|
1401
1401
|
enumerable: true,
|
|
1402
1402
|
get: function () {
|
|
@@ -1404,12 +1404,12 @@
|
|
|
1404
1404
|
},
|
|
1405
1405
|
});
|
|
1406
1406
|
},
|
|
1407
|
-
|
|
1407
|
+
732: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1408
1408
|
"use strict";
|
|
1409
1409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1410
1410
|
exports.flattenJSON = void 0;
|
|
1411
|
-
const buffer_1 = __nccwpck_require__(
|
|
1412
|
-
const path_1 = __nccwpck_require__(
|
|
1411
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
1412
|
+
const path_1 = __nccwpck_require__(508);
|
|
1413
1413
|
const pathJoin = path_1.posix ? path_1.posix.join : path_1.join;
|
|
1414
1414
|
const flattenJSON = (nestedJSON) => {
|
|
1415
1415
|
const flatJSON = {};
|
|
@@ -1439,11 +1439,11 @@
|
|
|
1439
1439
|
};
|
|
1440
1440
|
exports.flattenJSON = flattenJSON;
|
|
1441
1441
|
},
|
|
1442
|
-
|
|
1442
|
+
1: (__unused_webpack_module, exports) => {
|
|
1443
1443
|
"use strict";
|
|
1444
1444
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1445
1445
|
},
|
|
1446
|
-
|
|
1446
|
+
638: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1447
1447
|
"use strict";
|
|
1448
1448
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1449
1449
|
exports.filenameToSteps =
|
|
@@ -1454,11 +1454,11 @@
|
|
|
1454
1454
|
exports.isFd = isFd;
|
|
1455
1455
|
exports.validateFd = validateFd;
|
|
1456
1456
|
exports.dataToBuffer = dataToBuffer;
|
|
1457
|
-
const path_1 = __nccwpck_require__(
|
|
1458
|
-
const buffer_1 = __nccwpck_require__(
|
|
1459
|
-
const process_1 = __nccwpck_require__(
|
|
1460
|
-
const encoding_1 = __nccwpck_require__(
|
|
1461
|
-
const constants_1 = __nccwpck_require__(
|
|
1457
|
+
const path_1 = __nccwpck_require__(508);
|
|
1458
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
1459
|
+
const process_1 = __nccwpck_require__(531);
|
|
1460
|
+
const encoding_1 = __nccwpck_require__(897);
|
|
1461
|
+
const constants_1 = __nccwpck_require__(982);
|
|
1462
1462
|
exports.isWin = process_1.default.platform === "win32";
|
|
1463
1463
|
const resolveCrossPlatform = path_1.resolve;
|
|
1464
1464
|
const pathSep = path_1.posix ? path_1.posix.sep : path_1.sep;
|
|
@@ -1516,14 +1516,14 @@
|
|
|
1516
1516
|
else return (0, buffer_1.bufferFrom)(String(data), encoding);
|
|
1517
1517
|
}
|
|
1518
1518
|
},
|
|
1519
|
-
|
|
1519
|
+
897: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1520
1520
|
"use strict";
|
|
1521
1521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1522
1522
|
exports.ENCODING_UTF8 = void 0;
|
|
1523
1523
|
exports.assertEncoding = assertEncoding;
|
|
1524
1524
|
exports.strToEncoding = strToEncoding;
|
|
1525
|
-
const buffer_1 = __nccwpck_require__(
|
|
1526
|
-
const errors = __nccwpck_require__(
|
|
1525
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
1526
|
+
const errors = __nccwpck_require__(127);
|
|
1527
1527
|
exports.ENCODING_UTF8 = "utf8";
|
|
1528
1528
|
function assertEncoding(encoding) {
|
|
1529
1529
|
if (encoding && !buffer_1.Buffer.isEncoding(encoding))
|
|
@@ -1538,23 +1538,23 @@
|
|
|
1538
1538
|
return new buffer_1.Buffer(str).toString(encoding);
|
|
1539
1539
|
}
|
|
1540
1540
|
},
|
|
1541
|
-
|
|
1541
|
+
30: (module, exports, __nccwpck_require__) => {
|
|
1542
1542
|
"use strict";
|
|
1543
1543
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1544
1544
|
exports.memfs = exports.fs = exports.vol = exports.Volume = void 0;
|
|
1545
1545
|
exports.createFsFromVolume = createFsFromVolume;
|
|
1546
|
-
const Stats_1 = __nccwpck_require__(
|
|
1547
|
-
const Dirent_1 = __nccwpck_require__(
|
|
1548
|
-
const volume_1 = __nccwpck_require__(
|
|
1546
|
+
const Stats_1 = __nccwpck_require__(504);
|
|
1547
|
+
const Dirent_1 = __nccwpck_require__(107);
|
|
1548
|
+
const volume_1 = __nccwpck_require__(5);
|
|
1549
1549
|
Object.defineProperty(exports, "Volume", {
|
|
1550
1550
|
enumerable: true,
|
|
1551
1551
|
get: function () {
|
|
1552
1552
|
return volume_1.Volume;
|
|
1553
1553
|
},
|
|
1554
1554
|
});
|
|
1555
|
-
const constants_1 = __nccwpck_require__(
|
|
1556
|
-
const fsSynchronousApiList_1 = __nccwpck_require__(
|
|
1557
|
-
const fsCallbackApiList_1 = __nccwpck_require__(
|
|
1555
|
+
const constants_1 = __nccwpck_require__(263);
|
|
1556
|
+
const fsSynchronousApiList_1 = __nccwpck_require__(817);
|
|
1557
|
+
const fsCallbackApiList_1 = __nccwpck_require__(889);
|
|
1558
1558
|
const { F_OK, R_OK, W_OK, X_OK } = constants_1.constants;
|
|
1559
1559
|
exports.vol = new volume_1.Volume();
|
|
1560
1560
|
function createFsFromVolume(vol) {
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
module.exports = { ...module.exports, ...exports.fs };
|
|
1605
1605
|
module.exports.semantic = true;
|
|
1606
1606
|
},
|
|
1607
|
-
|
|
1607
|
+
174: (__unused_webpack_module, exports) => {
|
|
1608
1608
|
"use strict";
|
|
1609
1609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1610
1610
|
exports.newNotAllowedError =
|
|
@@ -1661,13 +1661,13 @@
|
|
|
1661
1661
|
new DOMException("Permission not granted.", "NotAllowedError");
|
|
1662
1662
|
exports.newNotAllowedError = newNotAllowedError;
|
|
1663
1663
|
},
|
|
1664
|
-
|
|
1664
|
+
892: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1665
1665
|
"use strict";
|
|
1666
1666
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1667
1667
|
exports.Dir = void 0;
|
|
1668
|
-
const util_1 = __nccwpck_require__(
|
|
1669
|
-
const Dirent_1 = __nccwpck_require__(
|
|
1670
|
-
const errors = __nccwpck_require__(
|
|
1668
|
+
const util_1 = __nccwpck_require__(547);
|
|
1669
|
+
const Dirent_1 = __nccwpck_require__(107);
|
|
1670
|
+
const errors = __nccwpck_require__(127);
|
|
1671
1671
|
class Dir {
|
|
1672
1672
|
constructor(link, options) {
|
|
1673
1673
|
this.link = link;
|
|
@@ -1819,12 +1819,12 @@
|
|
|
1819
1819
|
}
|
|
1820
1820
|
exports.Dir = Dir;
|
|
1821
1821
|
},
|
|
1822
|
-
|
|
1822
|
+
107: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1823
1823
|
"use strict";
|
|
1824
1824
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1825
1825
|
exports.Dirent = void 0;
|
|
1826
|
-
const constants_1 = __nccwpck_require__(
|
|
1827
|
-
const encoding_1 = __nccwpck_require__(
|
|
1826
|
+
const constants_1 = __nccwpck_require__(263);
|
|
1827
|
+
const encoding_1 = __nccwpck_require__(897);
|
|
1828
1828
|
const {
|
|
1829
1829
|
S_IFMT,
|
|
1830
1830
|
S_IFDIR,
|
|
@@ -1879,12 +1879,12 @@
|
|
|
1879
1879
|
exports.Dirent = Dirent;
|
|
1880
1880
|
exports["default"] = Dirent;
|
|
1881
1881
|
},
|
|
1882
|
-
|
|
1882
|
+
935: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1883
1883
|
"use strict";
|
|
1884
1884
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1885
1885
|
exports.FileHandle = void 0;
|
|
1886
|
-
const util_1 = __nccwpck_require__(
|
|
1887
|
-
const events_1 = __nccwpck_require__(
|
|
1886
|
+
const util_1 = __nccwpck_require__(547);
|
|
1887
|
+
const events_1 = __nccwpck_require__(397);
|
|
1888
1888
|
class FileHandle extends events_1.EventEmitter {
|
|
1889
1889
|
constructor(fs, fd) {
|
|
1890
1890
|
super();
|
|
@@ -2106,12 +2106,12 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
exports.FileHandle = FileHandle;
|
|
2108
2108
|
},
|
|
2109
|
-
|
|
2109
|
+
162: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2110
2110
|
"use strict";
|
|
2111
2111
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2112
2112
|
exports.FsPromises = void 0;
|
|
2113
|
-
const util_1 = __nccwpck_require__(
|
|
2114
|
-
const constants_1 = __nccwpck_require__(
|
|
2113
|
+
const util_1 = __nccwpck_require__(547);
|
|
2114
|
+
const constants_1 = __nccwpck_require__(263);
|
|
2115
2115
|
class FSWatchAsyncIterator {
|
|
2116
2116
|
constructor(fs, path, options = {}) {
|
|
2117
2117
|
this.fs = fs;
|
|
@@ -2281,7 +2281,7 @@
|
|
|
2281
2281
|
}
|
|
2282
2282
|
exports.FsPromises = FsPromises;
|
|
2283
2283
|
},
|
|
2284
|
-
|
|
2284
|
+
382: (__unused_webpack_module, exports) => {
|
|
2285
2285
|
"use strict";
|
|
2286
2286
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2287
2287
|
exports.StatFs = void 0;
|
|
@@ -2309,11 +2309,11 @@
|
|
|
2309
2309
|
exports.StatFs = StatFs;
|
|
2310
2310
|
exports["default"] = StatFs;
|
|
2311
2311
|
},
|
|
2312
|
-
|
|
2312
|
+
504: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2313
2313
|
"use strict";
|
|
2314
2314
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2315
2315
|
exports.Stats = void 0;
|
|
2316
|
-
const constants_1 = __nccwpck_require__(
|
|
2316
|
+
const constants_1 = __nccwpck_require__(263);
|
|
2317
2317
|
const {
|
|
2318
2318
|
S_IFMT,
|
|
2319
2319
|
S_IFDIR,
|
|
@@ -2387,11 +2387,11 @@
|
|
|
2387
2387
|
exports.Stats = Stats;
|
|
2388
2388
|
exports["default"] = Stats;
|
|
2389
2389
|
},
|
|
2390
|
-
|
|
2390
|
+
982: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2391
2391
|
"use strict";
|
|
2392
2392
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2393
2393
|
exports.FLAGS = exports.ERRSTR = void 0;
|
|
2394
|
-
const constants_1 = __nccwpck_require__(
|
|
2394
|
+
const constants_1 = __nccwpck_require__(263);
|
|
2395
2395
|
exports.ERRSTR = {
|
|
2396
2396
|
PATH_STR: "path must be a string, Buffer, or Uint8Array",
|
|
2397
2397
|
FD: "fd must be a file descriptor",
|
|
@@ -2440,13 +2440,13 @@
|
|
|
2440
2440
|
FLAGS[(FLAGS["xa+"] = FLAGS["ax+"])] = "xa+";
|
|
2441
2441
|
})(FLAGS || (exports.FLAGS = FLAGS = {}));
|
|
2442
2442
|
},
|
|
2443
|
-
|
|
2443
|
+
325: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2444
2444
|
"use strict";
|
|
2445
2445
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2446
2446
|
exports.globSync = globSync;
|
|
2447
|
-
const path_1 = __nccwpck_require__(
|
|
2447
|
+
const path_1 = __nccwpck_require__(508);
|
|
2448
2448
|
const glob_to_regex_js_1 = __nccwpck_require__(8);
|
|
2449
|
-
const util_1 = __nccwpck_require__(
|
|
2449
|
+
const util_1 = __nccwpck_require__(547);
|
|
2450
2450
|
const pathJoin = path_1.posix.join;
|
|
2451
2451
|
const pathRelative = path_1.posix.relative;
|
|
2452
2452
|
const pathResolve = path_1.posix.resolve;
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
return results;
|
|
2533
2533
|
}
|
|
2534
2534
|
},
|
|
2535
|
-
|
|
2535
|
+
889: (__unused_webpack_module, exports) => {
|
|
2536
2536
|
"use strict";
|
|
2537
2537
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2538
2538
|
exports.fsCallbackApiList = void 0;
|
|
@@ -2554,6 +2554,7 @@
|
|
|
2554
2554
|
"fsync",
|
|
2555
2555
|
"ftruncate",
|
|
2556
2556
|
"futimes",
|
|
2557
|
+
"glob",
|
|
2557
2558
|
"lchmod",
|
|
2558
2559
|
"lchown",
|
|
2559
2560
|
"link",
|
|
@@ -2587,7 +2588,7 @@
|
|
|
2587
2588
|
"writeFile",
|
|
2588
2589
|
];
|
|
2589
2590
|
},
|
|
2590
|
-
|
|
2591
|
+
817: (__unused_webpack_module, exports) => {
|
|
2591
2592
|
"use strict";
|
|
2592
2593
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2593
2594
|
exports.fsSynchronousApiList = void 0;
|
|
@@ -2606,6 +2607,7 @@
|
|
|
2606
2607
|
"fsyncSync",
|
|
2607
2608
|
"ftruncateSync",
|
|
2608
2609
|
"futimesSync",
|
|
2610
|
+
"globSync",
|
|
2609
2611
|
"lchmodSync",
|
|
2610
2612
|
"lchownSync",
|
|
2611
2613
|
"linkSync",
|
|
@@ -2634,7 +2636,7 @@
|
|
|
2634
2636
|
"writevSync",
|
|
2635
2637
|
];
|
|
2636
2638
|
},
|
|
2637
|
-
|
|
2639
|
+
937: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2638
2640
|
"use strict";
|
|
2639
2641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2640
2642
|
exports.getWriteFileOptions =
|
|
@@ -2662,9 +2664,9 @@
|
|
|
2662
2664
|
exports.getOptions = getOptions;
|
|
2663
2665
|
exports.optsGenerator = optsGenerator;
|
|
2664
2666
|
exports.optsAndCbGenerator = optsAndCbGenerator;
|
|
2665
|
-
const constants_1 = __nccwpck_require__(
|
|
2666
|
-
const encoding_1 = __nccwpck_require__(
|
|
2667
|
-
const util_1 = __nccwpck_require__(
|
|
2667
|
+
const constants_1 = __nccwpck_require__(982);
|
|
2668
|
+
const encoding_1 = __nccwpck_require__(897);
|
|
2669
|
+
const util_1 = __nccwpck_require__(547);
|
|
2668
2670
|
const mkdirDefaults = { mode: 511, recursive: false };
|
|
2669
2671
|
const getMkdirOptions = (options) => {
|
|
2670
2672
|
if (typeof options === "number")
|
|
@@ -2777,7 +2779,7 @@
|
|
|
2777
2779
|
};
|
|
2778
2780
|
exports.getWriteFileOptions = optsGenerator(exports.writeFileDefaults);
|
|
2779
2781
|
},
|
|
2780
|
-
|
|
2782
|
+
547: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2781
2783
|
"use strict";
|
|
2782
2784
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2783
2785
|
exports.getWriteSyncArgs =
|
|
@@ -2795,11 +2797,11 @@
|
|
|
2795
2797
|
exports.streamToBuffer = streamToBuffer;
|
|
2796
2798
|
exports.bufferToEncoding = bufferToEncoding;
|
|
2797
2799
|
exports.isReadableStream = isReadableStream;
|
|
2798
|
-
const constants_1 = __nccwpck_require__(
|
|
2799
|
-
const errors = __nccwpck_require__(
|
|
2800
|
-
const buffer_1 = __nccwpck_require__(
|
|
2801
|
-
const queueMicrotask_1 = __nccwpck_require__(
|
|
2802
|
-
const util_1 = __nccwpck_require__(
|
|
2800
|
+
const constants_1 = __nccwpck_require__(982);
|
|
2801
|
+
const errors = __nccwpck_require__(127);
|
|
2802
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
2803
|
+
const queueMicrotask_1 = __nccwpck_require__(164);
|
|
2804
|
+
const util_1 = __nccwpck_require__(638);
|
|
2803
2805
|
function promisify(fs, fn, getResult = (input) => input) {
|
|
2804
2806
|
return (...args) =>
|
|
2805
2807
|
new Promise((resolve, reject) => {
|
|
@@ -3056,35 +3058,35 @@
|
|
|
3056
3058
|
);
|
|
3057
3059
|
}
|
|
3058
3060
|
},
|
|
3059
|
-
|
|
3061
|
+
5: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
3060
3062
|
"use strict";
|
|
3061
3063
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3062
3064
|
exports.FSWatcher = exports.StatWatcher = exports.Volume = void 0;
|
|
3063
3065
|
exports.pathToSteps = pathToSteps;
|
|
3064
3066
|
exports.dataToStr = dataToStr;
|
|
3065
3067
|
exports.toUnixTimestamp = toUnixTimestamp;
|
|
3066
|
-
const path_1 = __nccwpck_require__(
|
|
3067
|
-
const core_1 = __nccwpck_require__(
|
|
3068
|
-
const Stats_1 = __nccwpck_require__(
|
|
3069
|
-
const Dirent_1 = __nccwpck_require__(
|
|
3070
|
-
const StatFs_1 = __nccwpck_require__(
|
|
3071
|
-
const buffer_1 = __nccwpck_require__(
|
|
3072
|
-
const queueMicrotask_1 = __nccwpck_require__(
|
|
3073
|
-
const setTimeoutUnref_1 = __nccwpck_require__(
|
|
3074
|
-
const stream_1 = __nccwpck_require__(
|
|
3075
|
-
const constants_1 = __nccwpck_require__(
|
|
3076
|
-
const events_1 = __nccwpck_require__(
|
|
3077
|
-
const encoding_1 = __nccwpck_require__(
|
|
3078
|
-
const FileHandle_1 = __nccwpck_require__(
|
|
3079
|
-
const util_1 = __nccwpck_require__(
|
|
3080
|
-
const FsPromises_1 = __nccwpck_require__(
|
|
3081
|
-
const print_1 = __nccwpck_require__(
|
|
3082
|
-
const constants_2 = __nccwpck_require__(
|
|
3083
|
-
const errors = __nccwpck_require__(
|
|
3084
|
-
const options_1 = __nccwpck_require__(
|
|
3085
|
-
const util_2 = __nccwpck_require__(
|
|
3086
|
-
const Dir_1 = __nccwpck_require__(
|
|
3087
|
-
const util_3 = __nccwpck_require__(
|
|
3068
|
+
const path_1 = __nccwpck_require__(508);
|
|
3069
|
+
const core_1 = __nccwpck_require__(836);
|
|
3070
|
+
const Stats_1 = __nccwpck_require__(504);
|
|
3071
|
+
const Dirent_1 = __nccwpck_require__(107);
|
|
3072
|
+
const StatFs_1 = __nccwpck_require__(382);
|
|
3073
|
+
const buffer_1 = __nccwpck_require__(970);
|
|
3074
|
+
const queueMicrotask_1 = __nccwpck_require__(164);
|
|
3075
|
+
const setTimeoutUnref_1 = __nccwpck_require__(387);
|
|
3076
|
+
const stream_1 = __nccwpck_require__(724);
|
|
3077
|
+
const constants_1 = __nccwpck_require__(263);
|
|
3078
|
+
const events_1 = __nccwpck_require__(397);
|
|
3079
|
+
const encoding_1 = __nccwpck_require__(897);
|
|
3080
|
+
const FileHandle_1 = __nccwpck_require__(935);
|
|
3081
|
+
const util_1 = __nccwpck_require__(536);
|
|
3082
|
+
const FsPromises_1 = __nccwpck_require__(162);
|
|
3083
|
+
const print_1 = __nccwpck_require__(274);
|
|
3084
|
+
const constants_2 = __nccwpck_require__(982);
|
|
3085
|
+
const errors = __nccwpck_require__(127);
|
|
3086
|
+
const options_1 = __nccwpck_require__(937);
|
|
3087
|
+
const util_2 = __nccwpck_require__(547);
|
|
3088
|
+
const Dir_1 = __nccwpck_require__(892);
|
|
3089
|
+
const util_3 = __nccwpck_require__(638);
|
|
3088
3090
|
const resolveCrossPlatform = path_1.resolve;
|
|
3089
3091
|
const {
|
|
3090
3092
|
O_SYMLINK,
|
|
@@ -3966,7 +3968,7 @@
|
|
|
3966
3968
|
this.globSync = (pattern, options = {}) =>
|
|
3967
3969
|
this._globSync(pattern, options);
|
|
3968
3970
|
this._globSync = (pattern, options = {}) => {
|
|
3969
|
-
const { globSync } = __nccwpck_require__(
|
|
3971
|
+
const { globSync } = __nccwpck_require__(325);
|
|
3970
3972
|
return globSync(this, pattern, options);
|
|
3971
3973
|
};
|
|
3972
3974
|
this._opendir = (filename, options) => {
|
|
@@ -4775,12 +4777,12 @@
|
|
|
4775
4777
|
}
|
|
4776
4778
|
exports.FSWatcher = FSWatcher;
|
|
4777
4779
|
},
|
|
4778
|
-
|
|
4780
|
+
274: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4779
4781
|
"use strict";
|
|
4780
4782
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4781
4783
|
exports.toTreeSync = void 0;
|
|
4782
4784
|
const tree_dump_1 = __nccwpck_require__(587);
|
|
4783
|
-
const util_1 = __nccwpck_require__(
|
|
4785
|
+
const util_1 = __nccwpck_require__(174);
|
|
4784
4786
|
const toTreeSync = (fs, opts = {}) => {
|
|
4785
4787
|
const separator = opts.separator || "/";
|
|
4786
4788
|
let dir = opts.dir || separator;
|
|
@@ -4828,7 +4830,7 @@
|
|
|
4828
4830
|
};
|
|
4829
4831
|
exports.toTreeSync = toTreeSync;
|
|
4830
4832
|
},
|
|
4831
|
-
|
|
4833
|
+
531: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4832
4834
|
"use strict";
|
|
4833
4835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4834
4836
|
exports.createProcess = createProcess;
|
|
@@ -4854,7 +4856,7 @@
|
|
|
4854
4856
|
}
|
|
4855
4857
|
exports["default"] = createProcess();
|
|
4856
4858
|
},
|
|
4857
|
-
|
|
4859
|
+
164: (__unused_webpack_module, exports) => {
|
|
4858
4860
|
"use strict";
|
|
4859
4861
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4860
4862
|
exports["default"] =
|
|
@@ -4865,7 +4867,7 @@
|
|
|
4865
4867
|
.then(() => cb())
|
|
4866
4868
|
.catch(() => {});
|
|
4867
4869
|
},
|
|
4868
|
-
|
|
4870
|
+
387: (__unused_webpack_module, exports) => {
|
|
4869
4871
|
"use strict";
|
|
4870
4872
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4871
4873
|
function setTimeoutUnref(callback, time, args) {
|
|
@@ -4879,7 +4881,7 @@
|
|
|
4879
4881
|
}
|
|
4880
4882
|
exports["default"] = setTimeoutUnref;
|
|
4881
4883
|
},
|
|
4882
|
-
|
|
4884
|
+
894: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4883
4885
|
"use strict";
|
|
4884
4886
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4885
4887
|
exports.Buffer = void 0;
|
|
@@ -4891,7 +4893,7 @@
|
|
|
4891
4893
|
},
|
|
4892
4894
|
});
|
|
4893
4895
|
},
|
|
4894
|
-
|
|
4896
|
+
397: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4895
4897
|
"use strict";
|
|
4896
4898
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4897
4899
|
exports.EventEmitter = void 0;
|
|
@@ -4903,11 +4905,11 @@
|
|
|
4903
4905
|
},
|
|
4904
4906
|
});
|
|
4905
4907
|
},
|
|
4906
|
-
|
|
4908
|
+
970: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4907
4909
|
"use strict";
|
|
4908
4910
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4909
4911
|
exports.bufferFrom = exports.bufferAllocUnsafe = exports.Buffer = void 0;
|
|
4910
|
-
const buffer_1 = __nccwpck_require__(
|
|
4912
|
+
const buffer_1 = __nccwpck_require__(894);
|
|
4911
4913
|
Object.defineProperty(exports, "Buffer", {
|
|
4912
4914
|
enumerable: true,
|
|
4913
4915
|
get: function () {
|
|
@@ -4923,7 +4925,7 @@
|
|
|
4923
4925
|
const bufferFrom = buffer_1.Buffer.from || bufferV0P12Ponyfill;
|
|
4924
4926
|
exports.bufferFrom = bufferFrom;
|
|
4925
4927
|
},
|
|
4926
|
-
|
|
4928
|
+
127: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4927
4929
|
"use strict";
|
|
4928
4930
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4929
4931
|
exports.AssertionError =
|
|
@@ -4933,7 +4935,7 @@
|
|
|
4933
4935
|
void 0;
|
|
4934
4936
|
exports.message = message;
|
|
4935
4937
|
exports.E = E;
|
|
4936
|
-
const util_1 = __nccwpck_require__(
|
|
4938
|
+
const util_1 = __nccwpck_require__(536);
|
|
4937
4939
|
const kCode = typeof Symbol === "undefined" ? "_kCode" : Symbol("code");
|
|
4938
4940
|
const messages = {};
|
|
4939
4941
|
function makeNodeError(Base) {
|
|
@@ -5020,7 +5022,7 @@
|
|
|
5020
5022
|
);
|
|
5021
5023
|
E("ERR_INVALID_ARG_VALUE", "Unable to open file as blob");
|
|
5022
5024
|
},
|
|
5023
|
-
|
|
5025
|
+
508: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5024
5026
|
"use strict";
|
|
5025
5027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5026
5028
|
exports.basename =
|
|
@@ -5089,7 +5091,7 @@
|
|
|
5089
5091
|
},
|
|
5090
5092
|
});
|
|
5091
5093
|
},
|
|
5092
|
-
|
|
5094
|
+
724: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5093
5095
|
"use strict";
|
|
5094
5096
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5095
5097
|
exports.Writable = exports.Readable = void 0;
|
|
@@ -5107,7 +5109,7 @@
|
|
|
5107
5109
|
},
|
|
5108
5110
|
});
|
|
5109
5111
|
},
|
|
5110
|
-
|
|
5112
|
+
536: (__unused_webpack_module, exports) => {
|
|
5111
5113
|
"use strict";
|
|
5112
5114
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5113
5115
|
exports.inherits = inherits;
|
|
@@ -6138,6 +6140,6 @@
|
|
|
6138
6140
|
}
|
|
6139
6141
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
6140
6142
|
__nccwpck_require__.ab = __dirname + "/";
|
|
6141
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
6143
|
+
var __webpack_exports__ = __nccwpck_require__(30);
|
|
6142
6144
|
module.exports = __webpack_exports__;
|
|
6143
6145
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"memfs","author":{"name":"streamich","url":"https://github.com/streamich"},"version":"4.51.
|
|
1
|
+
{"name":"memfs","author":{"name":"streamich","url":"https://github.com/streamich"},"version":"4.51.1","funding":{"type":"github","url":"https://github.com/sponsors/streamich"},"license":"Apache-2.0","types":"index.d.ts","type":"commonjs"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
639: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(761)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
761: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
__webpack_unused_export__ = { value: true };
|
|
10
10
|
exports["default"] = loader;
|
|
11
11
|
var _nodePath = _interopRequireDefault(__nccwpck_require__(760));
|
|
12
|
-
var _utils = __nccwpck_require__(
|
|
12
|
+
var _utils = __nccwpck_require__(668);
|
|
13
13
|
function _interopRequireDefault(e) {
|
|
14
14
|
return e && e.__esModule ? e : { default: e };
|
|
15
15
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
callback(null, result.css, map, { ast });
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
|
|
182
|
+
668: (module, exports, __nccwpck_require__) => {
|
|
183
183
|
module = __nccwpck_require__.nmd(module);
|
|
184
184
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
185
185
|
exports.exec = exec;
|
|
@@ -715,6 +715,6 @@
|
|
|
715
715
|
})();
|
|
716
716
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
717
717
|
__nccwpck_require__.ab = __dirname + "/";
|
|
718
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
718
|
+
var __webpack_exports__ = __nccwpck_require__(639);
|
|
719
719
|
module.exports = __webpack_exports__;
|
|
720
720
|
})();
|