@rsbuild/core 1.5.13 → 1.5.15
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 +20 -18
- package/compiled/memfs/index.js +121 -121
- package/compiled/memfs/package.json +1 -1
- package/compiled/postcss-loader/index.js +6 -6
- package/compiled/style-loader/index.js +10 -10
- package/dist/index.cjs +1917 -1989
- package/dist/index.js +1821 -1814
- package/dist/transformLoader.mjs +13 -9
- package/dist/transformRawLoader.mjs +13 -9
- package/dist-types/helpers/compiler.d.ts +5 -0
- package/dist-types/helpers/format.d.ts +2 -5
- package/dist-types/helpers/index.d.ts +1 -24
- package/dist-types/helpers/stats.d.ts +10 -6
- package/dist-types/helpers/url.d.ts +11 -0
- package/dist-types/helpers/vendors.d.ts +29 -0
- package/dist-types/helpers/version.d.ts +7 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/logger.d.ts +2 -1
- package/dist-types/pluginHelper.d.ts +3 -0
- package/dist-types/plugins/fileSize.d.ts +2 -2
- package/dist-types/provider/helpers.d.ts +2 -1
- package/dist-types/server/assets-middleware/getFileFromUrl.d.ts +2 -2
- package/dist-types/server/assets-middleware/index.d.ts +5 -9
- package/dist-types/server/assets-middleware/setupOutputFileSystem.d.ts +1 -1
- package/dist-types/server/devMiddlewares.d.ts +1 -1
- package/dist-types/server/proxy.d.ts +2 -2
- package/dist-types/server/socketServer.d.ts +8 -4
- package/dist-types/types/config.d.ts +1 -1
- package/dist-types/types/context.d.ts +8 -1
- package/dist-types/types/rsbuild.d.ts +7 -0
- package/package.json +7 -7
package/compiled/memfs/index.js
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
};
|
|
147
147
|
exports.toMatcher = toMatcher;
|
|
148
148
|
},
|
|
149
|
-
|
|
149
|
+
854: (__unused_webpack_module, exports) => {
|
|
150
150
|
"use strict";
|
|
151
151
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
152
152
|
exports.constants = exports.SEP = void 0;
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
COPYFILE_FICLONE_FORCE: 4,
|
|
202
202
|
};
|
|
203
203
|
},
|
|
204
|
-
|
|
204
|
+
49: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
205
205
|
"use strict";
|
|
206
206
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
207
207
|
exports.File = void 0;
|
|
208
|
-
const constants_1 = __nccwpck_require__(
|
|
208
|
+
const constants_1 = __nccwpck_require__(854);
|
|
209
209
|
const { O_APPEND } = constants_1.constants;
|
|
210
210
|
class File {
|
|
211
211
|
constructor(link, node, flags, fd) {
|
|
@@ -258,11 +258,11 @@
|
|
|
258
258
|
}
|
|
259
259
|
exports.File = File;
|
|
260
260
|
},
|
|
261
|
-
|
|
261
|
+
423: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
262
262
|
"use strict";
|
|
263
263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
264
264
|
exports.Link = void 0;
|
|
265
|
-
const constants_1 = __nccwpck_require__(
|
|
265
|
+
const constants_1 = __nccwpck_require__(854);
|
|
266
266
|
const fanout_1 = __nccwpck_require__(766);
|
|
267
267
|
const { S_IFREG } = constants_1.constants;
|
|
268
268
|
class Link {
|
|
@@ -358,14 +358,14 @@
|
|
|
358
358
|
}
|
|
359
359
|
exports.Link = Link;
|
|
360
360
|
},
|
|
361
|
-
|
|
361
|
+
531: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
362
362
|
"use strict";
|
|
363
363
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
364
364
|
exports.Node = void 0;
|
|
365
365
|
const fanout_1 = __nccwpck_require__(766);
|
|
366
|
-
const process_1 = __nccwpck_require__(
|
|
367
|
-
const buffer_1 = __nccwpck_require__(
|
|
368
|
-
const constants_1 = __nccwpck_require__(
|
|
366
|
+
const process_1 = __nccwpck_require__(982);
|
|
367
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
368
|
+
const constants_1 = __nccwpck_require__(854);
|
|
369
369
|
const { S_IFMT, S_IFDIR, S_IFREG, S_IFLNK, S_IFCHR } =
|
|
370
370
|
constants_1.constants;
|
|
371
371
|
const getuid = () => process_1.default.getuid?.() ?? 0;
|
|
@@ -599,21 +599,21 @@
|
|
|
599
599
|
}
|
|
600
600
|
exports.Node = Node;
|
|
601
601
|
},
|
|
602
|
-
|
|
602
|
+
139: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
603
603
|
"use strict";
|
|
604
604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
605
605
|
exports.Superblock = void 0;
|
|
606
|
-
const path_1 = __nccwpck_require__(
|
|
607
|
-
const Node_1 = __nccwpck_require__(
|
|
608
|
-
const Link_1 = __nccwpck_require__(
|
|
609
|
-
const File_1 = __nccwpck_require__(
|
|
610
|
-
const buffer_1 = __nccwpck_require__(
|
|
611
|
-
const process_1 = __nccwpck_require__(
|
|
612
|
-
const constants_1 = __nccwpck_require__(
|
|
613
|
-
const constants_2 = __nccwpck_require__(
|
|
614
|
-
const util_1 = __nccwpck_require__(
|
|
615
|
-
const util_2 = __nccwpck_require__(
|
|
616
|
-
const json_1 = __nccwpck_require__(
|
|
606
|
+
const path_1 = __nccwpck_require__(272);
|
|
607
|
+
const Node_1 = __nccwpck_require__(531);
|
|
608
|
+
const Link_1 = __nccwpck_require__(423);
|
|
609
|
+
const File_1 = __nccwpck_require__(49);
|
|
610
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
611
|
+
const process_1 = __nccwpck_require__(982);
|
|
612
|
+
const constants_1 = __nccwpck_require__(854);
|
|
613
|
+
const constants_2 = __nccwpck_require__(129);
|
|
614
|
+
const util_1 = __nccwpck_require__(414);
|
|
615
|
+
const util_2 = __nccwpck_require__(987);
|
|
616
|
+
const json_1 = __nccwpck_require__(885);
|
|
617
617
|
const pathSep = path_1.posix ? path_1.posix.sep : path_1.sep;
|
|
618
618
|
const pathRelative = path_1.posix
|
|
619
619
|
? path_1.posix.relative
|
|
@@ -1275,35 +1275,35 @@
|
|
|
1275
1275
|
exports.Superblock = Superblock;
|
|
1276
1276
|
Superblock.fd = 2147483647;
|
|
1277
1277
|
},
|
|
1278
|
-
|
|
1278
|
+
283: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1279
1279
|
"use strict";
|
|
1280
1280
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1281
1281
|
exports.Superblock = exports.File = exports.Link = exports.Node = void 0;
|
|
1282
1282
|
const tslib_1 = __nccwpck_require__(477);
|
|
1283
|
-
tslib_1.__exportStar(__nccwpck_require__(
|
|
1284
|
-
tslib_1.__exportStar(__nccwpck_require__(
|
|
1285
|
-
var Node_1 = __nccwpck_require__(
|
|
1283
|
+
tslib_1.__exportStar(__nccwpck_require__(762), exports);
|
|
1284
|
+
tslib_1.__exportStar(__nccwpck_require__(885), exports);
|
|
1285
|
+
var Node_1 = __nccwpck_require__(531);
|
|
1286
1286
|
Object.defineProperty(exports, "Node", {
|
|
1287
1287
|
enumerable: true,
|
|
1288
1288
|
get: function () {
|
|
1289
1289
|
return Node_1.Node;
|
|
1290
1290
|
},
|
|
1291
1291
|
});
|
|
1292
|
-
var Link_1 = __nccwpck_require__(
|
|
1292
|
+
var Link_1 = __nccwpck_require__(423);
|
|
1293
1293
|
Object.defineProperty(exports, "Link", {
|
|
1294
1294
|
enumerable: true,
|
|
1295
1295
|
get: function () {
|
|
1296
1296
|
return Link_1.Link;
|
|
1297
1297
|
},
|
|
1298
1298
|
});
|
|
1299
|
-
var File_1 = __nccwpck_require__(
|
|
1299
|
+
var File_1 = __nccwpck_require__(49);
|
|
1300
1300
|
Object.defineProperty(exports, "File", {
|
|
1301
1301
|
enumerable: true,
|
|
1302
1302
|
get: function () {
|
|
1303
1303
|
return File_1.File;
|
|
1304
1304
|
},
|
|
1305
1305
|
});
|
|
1306
|
-
var Superblock_1 = __nccwpck_require__(
|
|
1306
|
+
var Superblock_1 = __nccwpck_require__(139);
|
|
1307
1307
|
Object.defineProperty(exports, "Superblock", {
|
|
1308
1308
|
enumerable: true,
|
|
1309
1309
|
get: function () {
|
|
@@ -1311,12 +1311,12 @@
|
|
|
1311
1311
|
},
|
|
1312
1312
|
});
|
|
1313
1313
|
},
|
|
1314
|
-
|
|
1314
|
+
885: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1315
1315
|
"use strict";
|
|
1316
1316
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1317
1317
|
exports.flattenJSON = void 0;
|
|
1318
|
-
const buffer_1 = __nccwpck_require__(
|
|
1319
|
-
const path_1 = __nccwpck_require__(
|
|
1318
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
1319
|
+
const path_1 = __nccwpck_require__(272);
|
|
1320
1320
|
const pathJoin = path_1.posix ? path_1.posix.join : path_1.join;
|
|
1321
1321
|
const flattenJSON = (nestedJSON) => {
|
|
1322
1322
|
const flatJSON = {};
|
|
@@ -1346,11 +1346,11 @@
|
|
|
1346
1346
|
};
|
|
1347
1347
|
exports.flattenJSON = flattenJSON;
|
|
1348
1348
|
},
|
|
1349
|
-
|
|
1349
|
+
762: (__unused_webpack_module, exports) => {
|
|
1350
1350
|
"use strict";
|
|
1351
1351
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1352
1352
|
},
|
|
1353
|
-
|
|
1353
|
+
987: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1354
1354
|
"use strict";
|
|
1355
1355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1356
1356
|
exports.filenameToSteps =
|
|
@@ -1361,11 +1361,11 @@
|
|
|
1361
1361
|
exports.isFd = isFd;
|
|
1362
1362
|
exports.validateFd = validateFd;
|
|
1363
1363
|
exports.dataToBuffer = dataToBuffer;
|
|
1364
|
-
const path_1 = __nccwpck_require__(
|
|
1365
|
-
const buffer_1 = __nccwpck_require__(
|
|
1366
|
-
const process_1 = __nccwpck_require__(
|
|
1367
|
-
const encoding_1 = __nccwpck_require__(
|
|
1368
|
-
const constants_1 = __nccwpck_require__(
|
|
1364
|
+
const path_1 = __nccwpck_require__(272);
|
|
1365
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
1366
|
+
const process_1 = __nccwpck_require__(982);
|
|
1367
|
+
const encoding_1 = __nccwpck_require__(822);
|
|
1368
|
+
const constants_1 = __nccwpck_require__(129);
|
|
1369
1369
|
exports.isWin = process_1.default.platform === "win32";
|
|
1370
1370
|
const resolveCrossPlatform = path_1.resolve;
|
|
1371
1371
|
const pathSep = path_1.posix ? path_1.posix.sep : path_1.sep;
|
|
@@ -1423,14 +1423,14 @@
|
|
|
1423
1423
|
else return (0, buffer_1.bufferFrom)(String(data), encoding);
|
|
1424
1424
|
}
|
|
1425
1425
|
},
|
|
1426
|
-
|
|
1426
|
+
822: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1427
1427
|
"use strict";
|
|
1428
1428
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1429
1429
|
exports.ENCODING_UTF8 = void 0;
|
|
1430
1430
|
exports.assertEncoding = assertEncoding;
|
|
1431
1431
|
exports.strToEncoding = strToEncoding;
|
|
1432
|
-
const buffer_1 = __nccwpck_require__(
|
|
1433
|
-
const errors = __nccwpck_require__(
|
|
1432
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
1433
|
+
const errors = __nccwpck_require__(330);
|
|
1434
1434
|
exports.ENCODING_UTF8 = "utf8";
|
|
1435
1435
|
function assertEncoding(encoding) {
|
|
1436
1436
|
if (encoding && !buffer_1.Buffer.isEncoding(encoding))
|
|
@@ -1445,23 +1445,23 @@
|
|
|
1445
1445
|
return new buffer_1.Buffer(str).toString(encoding);
|
|
1446
1446
|
}
|
|
1447
1447
|
},
|
|
1448
|
-
|
|
1448
|
+
91: (module, exports, __nccwpck_require__) => {
|
|
1449
1449
|
"use strict";
|
|
1450
1450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1451
1451
|
exports.memfs = exports.fs = exports.vol = exports.Volume = void 0;
|
|
1452
1452
|
exports.createFsFromVolume = createFsFromVolume;
|
|
1453
|
-
const Stats_1 = __nccwpck_require__(
|
|
1454
|
-
const Dirent_1 = __nccwpck_require__(
|
|
1455
|
-
const volume_1 = __nccwpck_require__(
|
|
1453
|
+
const Stats_1 = __nccwpck_require__(783);
|
|
1454
|
+
const Dirent_1 = __nccwpck_require__(862);
|
|
1455
|
+
const volume_1 = __nccwpck_require__(552);
|
|
1456
1456
|
Object.defineProperty(exports, "Volume", {
|
|
1457
1457
|
enumerable: true,
|
|
1458
1458
|
get: function () {
|
|
1459
1459
|
return volume_1.Volume;
|
|
1460
1460
|
},
|
|
1461
1461
|
});
|
|
1462
|
-
const constants_1 = __nccwpck_require__(
|
|
1463
|
-
const fsSynchronousApiList_1 = __nccwpck_require__(
|
|
1464
|
-
const fsCallbackApiList_1 = __nccwpck_require__(
|
|
1462
|
+
const constants_1 = __nccwpck_require__(854);
|
|
1463
|
+
const fsSynchronousApiList_1 = __nccwpck_require__(804);
|
|
1464
|
+
const fsCallbackApiList_1 = __nccwpck_require__(470);
|
|
1465
1465
|
const { F_OK, R_OK, W_OK, X_OK } = constants_1.constants;
|
|
1466
1466
|
exports.vol = new volume_1.Volume();
|
|
1467
1467
|
function createFsFromVolume(vol) {
|
|
@@ -1511,7 +1511,7 @@
|
|
|
1511
1511
|
module.exports = { ...module.exports, ...exports.fs };
|
|
1512
1512
|
module.exports.semantic = true;
|
|
1513
1513
|
},
|
|
1514
|
-
|
|
1514
|
+
185: (__unused_webpack_module, exports) => {
|
|
1515
1515
|
"use strict";
|
|
1516
1516
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1517
1517
|
exports.newNotAllowedError =
|
|
@@ -1568,13 +1568,13 @@
|
|
|
1568
1568
|
new DOMException("Permission not granted.", "NotAllowedError");
|
|
1569
1569
|
exports.newNotAllowedError = newNotAllowedError;
|
|
1570
1570
|
},
|
|
1571
|
-
|
|
1571
|
+
143: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1572
1572
|
"use strict";
|
|
1573
1573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1574
1574
|
exports.Dir = void 0;
|
|
1575
|
-
const util_1 = __nccwpck_require__(
|
|
1576
|
-
const Dirent_1 = __nccwpck_require__(
|
|
1577
|
-
const errors = __nccwpck_require__(
|
|
1575
|
+
const util_1 = __nccwpck_require__(414);
|
|
1576
|
+
const Dirent_1 = __nccwpck_require__(862);
|
|
1577
|
+
const errors = __nccwpck_require__(330);
|
|
1578
1578
|
class Dir {
|
|
1579
1579
|
constructor(link, options) {
|
|
1580
1580
|
this.link = link;
|
|
@@ -1726,12 +1726,12 @@
|
|
|
1726
1726
|
}
|
|
1727
1727
|
exports.Dir = Dir;
|
|
1728
1728
|
},
|
|
1729
|
-
|
|
1729
|
+
862: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1730
1730
|
"use strict";
|
|
1731
1731
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1732
1732
|
exports.Dirent = void 0;
|
|
1733
|
-
const constants_1 = __nccwpck_require__(
|
|
1734
|
-
const encoding_1 = __nccwpck_require__(
|
|
1733
|
+
const constants_1 = __nccwpck_require__(854);
|
|
1734
|
+
const encoding_1 = __nccwpck_require__(822);
|
|
1735
1735
|
const {
|
|
1736
1736
|
S_IFMT,
|
|
1737
1737
|
S_IFDIR,
|
|
@@ -1786,12 +1786,12 @@
|
|
|
1786
1786
|
exports.Dirent = Dirent;
|
|
1787
1787
|
exports["default"] = Dirent;
|
|
1788
1788
|
},
|
|
1789
|
-
|
|
1789
|
+
906: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1790
1790
|
"use strict";
|
|
1791
1791
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1792
1792
|
exports.FileHandle = void 0;
|
|
1793
|
-
const util_1 = __nccwpck_require__(
|
|
1794
|
-
const events_1 = __nccwpck_require__(
|
|
1793
|
+
const util_1 = __nccwpck_require__(414);
|
|
1794
|
+
const events_1 = __nccwpck_require__(198);
|
|
1795
1795
|
class FileHandle extends events_1.EventEmitter {
|
|
1796
1796
|
constructor(fs, fd) {
|
|
1797
1797
|
super();
|
|
@@ -2013,12 +2013,12 @@
|
|
|
2013
2013
|
}
|
|
2014
2014
|
exports.FileHandle = FileHandle;
|
|
2015
2015
|
},
|
|
2016
|
-
|
|
2016
|
+
687: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2017
2017
|
"use strict";
|
|
2018
2018
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2019
2019
|
exports.FsPromises = void 0;
|
|
2020
|
-
const util_1 = __nccwpck_require__(
|
|
2021
|
-
const constants_1 = __nccwpck_require__(
|
|
2020
|
+
const util_1 = __nccwpck_require__(414);
|
|
2021
|
+
const constants_1 = __nccwpck_require__(854);
|
|
2022
2022
|
class FSWatchAsyncIterator {
|
|
2023
2023
|
constructor(fs, path, options = {}) {
|
|
2024
2024
|
this.fs = fs;
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
}
|
|
2189
2189
|
exports.FsPromises = FsPromises;
|
|
2190
2190
|
},
|
|
2191
|
-
|
|
2191
|
+
339: (__unused_webpack_module, exports) => {
|
|
2192
2192
|
"use strict";
|
|
2193
2193
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2194
2194
|
exports.StatFs = void 0;
|
|
@@ -2216,11 +2216,11 @@
|
|
|
2216
2216
|
exports.StatFs = StatFs;
|
|
2217
2217
|
exports["default"] = StatFs;
|
|
2218
2218
|
},
|
|
2219
|
-
|
|
2219
|
+
783: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2220
2220
|
"use strict";
|
|
2221
2221
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2222
2222
|
exports.Stats = void 0;
|
|
2223
|
-
const constants_1 = __nccwpck_require__(
|
|
2223
|
+
const constants_1 = __nccwpck_require__(854);
|
|
2224
2224
|
const {
|
|
2225
2225
|
S_IFMT,
|
|
2226
2226
|
S_IFDIR,
|
|
@@ -2294,11 +2294,11 @@
|
|
|
2294
2294
|
exports.Stats = Stats;
|
|
2295
2295
|
exports["default"] = Stats;
|
|
2296
2296
|
},
|
|
2297
|
-
|
|
2297
|
+
129: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2298
2298
|
"use strict";
|
|
2299
2299
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2300
2300
|
exports.FLAGS = exports.ERRSTR = void 0;
|
|
2301
|
-
const constants_1 = __nccwpck_require__(
|
|
2301
|
+
const constants_1 = __nccwpck_require__(854);
|
|
2302
2302
|
exports.ERRSTR = {
|
|
2303
2303
|
PATH_STR: "path must be a string, Buffer, or Uint8Array",
|
|
2304
2304
|
FD: "fd must be a file descriptor",
|
|
@@ -2347,13 +2347,13 @@
|
|
|
2347
2347
|
FLAGS[(FLAGS["xa+"] = FLAGS["ax+"])] = "xa+";
|
|
2348
2348
|
})(FLAGS || (exports.FLAGS = FLAGS = {}));
|
|
2349
2349
|
},
|
|
2350
|
-
|
|
2350
|
+
732: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2351
2351
|
"use strict";
|
|
2352
2352
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2353
2353
|
exports.globSync = globSync;
|
|
2354
|
-
const path_1 = __nccwpck_require__(
|
|
2354
|
+
const path_1 = __nccwpck_require__(272);
|
|
2355
2355
|
const glob_to_regex_js_1 = __nccwpck_require__(728);
|
|
2356
|
-
const util_1 = __nccwpck_require__(
|
|
2356
|
+
const util_1 = __nccwpck_require__(414);
|
|
2357
2357
|
const pathJoin = path_1.posix.join;
|
|
2358
2358
|
const pathRelative = path_1.posix.relative;
|
|
2359
2359
|
const pathResolve = path_1.posix.resolve;
|
|
@@ -2439,7 +2439,7 @@
|
|
|
2439
2439
|
return results;
|
|
2440
2440
|
}
|
|
2441
2441
|
},
|
|
2442
|
-
|
|
2442
|
+
470: (__unused_webpack_module, exports) => {
|
|
2443
2443
|
"use strict";
|
|
2444
2444
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2445
2445
|
exports.fsCallbackApiList = void 0;
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
"writeFile",
|
|
2495
2495
|
];
|
|
2496
2496
|
},
|
|
2497
|
-
|
|
2497
|
+
804: (__unused_webpack_module, exports) => {
|
|
2498
2498
|
"use strict";
|
|
2499
2499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2500
2500
|
exports.fsSynchronousApiList = void 0;
|
|
@@ -2541,7 +2541,7 @@
|
|
|
2541
2541
|
"writevSync",
|
|
2542
2542
|
];
|
|
2543
2543
|
},
|
|
2544
|
-
|
|
2544
|
+
626: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2545
2545
|
"use strict";
|
|
2546
2546
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2547
2547
|
exports.getWriteFileOptions =
|
|
@@ -2569,9 +2569,9 @@
|
|
|
2569
2569
|
exports.getOptions = getOptions;
|
|
2570
2570
|
exports.optsGenerator = optsGenerator;
|
|
2571
2571
|
exports.optsAndCbGenerator = optsAndCbGenerator;
|
|
2572
|
-
const constants_1 = __nccwpck_require__(
|
|
2573
|
-
const encoding_1 = __nccwpck_require__(
|
|
2574
|
-
const util_1 = __nccwpck_require__(
|
|
2572
|
+
const constants_1 = __nccwpck_require__(129);
|
|
2573
|
+
const encoding_1 = __nccwpck_require__(822);
|
|
2574
|
+
const util_1 = __nccwpck_require__(414);
|
|
2575
2575
|
const mkdirDefaults = { mode: 511, recursive: false };
|
|
2576
2576
|
const getMkdirOptions = (options) => {
|
|
2577
2577
|
if (typeof options === "number")
|
|
@@ -2684,7 +2684,7 @@
|
|
|
2684
2684
|
};
|
|
2685
2685
|
exports.getWriteFileOptions = optsGenerator(exports.writeFileDefaults);
|
|
2686
2686
|
},
|
|
2687
|
-
|
|
2687
|
+
414: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2688
2688
|
"use strict";
|
|
2689
2689
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2690
2690
|
exports.getWriteSyncArgs =
|
|
@@ -2702,11 +2702,11 @@
|
|
|
2702
2702
|
exports.streamToBuffer = streamToBuffer;
|
|
2703
2703
|
exports.bufferToEncoding = bufferToEncoding;
|
|
2704
2704
|
exports.isReadableStream = isReadableStream;
|
|
2705
|
-
const constants_1 = __nccwpck_require__(
|
|
2706
|
-
const errors = __nccwpck_require__(
|
|
2707
|
-
const buffer_1 = __nccwpck_require__(
|
|
2708
|
-
const queueMicrotask_1 = __nccwpck_require__(
|
|
2709
|
-
const util_1 = __nccwpck_require__(
|
|
2705
|
+
const constants_1 = __nccwpck_require__(129);
|
|
2706
|
+
const errors = __nccwpck_require__(330);
|
|
2707
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
2708
|
+
const queueMicrotask_1 = __nccwpck_require__(619);
|
|
2709
|
+
const util_1 = __nccwpck_require__(987);
|
|
2710
2710
|
function promisify(fs, fn, getResult = (input) => input) {
|
|
2711
2711
|
return (...args) =>
|
|
2712
2712
|
new Promise((resolve, reject) => {
|
|
@@ -2963,35 +2963,35 @@
|
|
|
2963
2963
|
);
|
|
2964
2964
|
}
|
|
2965
2965
|
},
|
|
2966
|
-
|
|
2966
|
+
552: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2967
2967
|
"use strict";
|
|
2968
2968
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2969
2969
|
exports.FSWatcher = exports.StatWatcher = exports.Volume = void 0;
|
|
2970
2970
|
exports.pathToSteps = pathToSteps;
|
|
2971
2971
|
exports.dataToStr = dataToStr;
|
|
2972
2972
|
exports.toUnixTimestamp = toUnixTimestamp;
|
|
2973
|
-
const path_1 = __nccwpck_require__(
|
|
2974
|
-
const core_1 = __nccwpck_require__(
|
|
2975
|
-
const Stats_1 = __nccwpck_require__(
|
|
2976
|
-
const Dirent_1 = __nccwpck_require__(
|
|
2977
|
-
const StatFs_1 = __nccwpck_require__(
|
|
2978
|
-
const buffer_1 = __nccwpck_require__(
|
|
2979
|
-
const queueMicrotask_1 = __nccwpck_require__(
|
|
2980
|
-
const setTimeoutUnref_1 = __nccwpck_require__(
|
|
2981
|
-
const stream_1 = __nccwpck_require__(
|
|
2982
|
-
const constants_1 = __nccwpck_require__(
|
|
2983
|
-
const events_1 = __nccwpck_require__(
|
|
2984
|
-
const encoding_1 = __nccwpck_require__(
|
|
2985
|
-
const FileHandle_1 = __nccwpck_require__(
|
|
2986
|
-
const util_1 = __nccwpck_require__(
|
|
2987
|
-
const FsPromises_1 = __nccwpck_require__(
|
|
2988
|
-
const print_1 = __nccwpck_require__(
|
|
2989
|
-
const constants_2 = __nccwpck_require__(
|
|
2990
|
-
const errors = __nccwpck_require__(
|
|
2991
|
-
const options_1 = __nccwpck_require__(
|
|
2992
|
-
const util_2 = __nccwpck_require__(
|
|
2993
|
-
const Dir_1 = __nccwpck_require__(
|
|
2994
|
-
const util_3 = __nccwpck_require__(
|
|
2973
|
+
const path_1 = __nccwpck_require__(272);
|
|
2974
|
+
const core_1 = __nccwpck_require__(283);
|
|
2975
|
+
const Stats_1 = __nccwpck_require__(783);
|
|
2976
|
+
const Dirent_1 = __nccwpck_require__(862);
|
|
2977
|
+
const StatFs_1 = __nccwpck_require__(339);
|
|
2978
|
+
const buffer_1 = __nccwpck_require__(527);
|
|
2979
|
+
const queueMicrotask_1 = __nccwpck_require__(619);
|
|
2980
|
+
const setTimeoutUnref_1 = __nccwpck_require__(922);
|
|
2981
|
+
const stream_1 = __nccwpck_require__(195);
|
|
2982
|
+
const constants_1 = __nccwpck_require__(854);
|
|
2983
|
+
const events_1 = __nccwpck_require__(198);
|
|
2984
|
+
const encoding_1 = __nccwpck_require__(822);
|
|
2985
|
+
const FileHandle_1 = __nccwpck_require__(906);
|
|
2986
|
+
const util_1 = __nccwpck_require__(983);
|
|
2987
|
+
const FsPromises_1 = __nccwpck_require__(687);
|
|
2988
|
+
const print_1 = __nccwpck_require__(643);
|
|
2989
|
+
const constants_2 = __nccwpck_require__(129);
|
|
2990
|
+
const errors = __nccwpck_require__(330);
|
|
2991
|
+
const options_1 = __nccwpck_require__(626);
|
|
2992
|
+
const util_2 = __nccwpck_require__(414);
|
|
2993
|
+
const Dir_1 = __nccwpck_require__(143);
|
|
2994
|
+
const util_3 = __nccwpck_require__(987);
|
|
2995
2995
|
const resolveCrossPlatform = path_1.resolve;
|
|
2996
2996
|
const {
|
|
2997
2997
|
O_SYMLINK,
|
|
@@ -3873,7 +3873,7 @@
|
|
|
3873
3873
|
this.globSync = (pattern, options = {}) =>
|
|
3874
3874
|
this._globSync(pattern, options);
|
|
3875
3875
|
this._globSync = (pattern, options = {}) => {
|
|
3876
|
-
const { globSync } = __nccwpck_require__(
|
|
3876
|
+
const { globSync } = __nccwpck_require__(732);
|
|
3877
3877
|
return globSync(this, pattern, options);
|
|
3878
3878
|
};
|
|
3879
3879
|
this._opendir = (filename, options) => {
|
|
@@ -4682,12 +4682,12 @@
|
|
|
4682
4682
|
}
|
|
4683
4683
|
exports.FSWatcher = FSWatcher;
|
|
4684
4684
|
},
|
|
4685
|
-
|
|
4685
|
+
643: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4686
4686
|
"use strict";
|
|
4687
4687
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4688
4688
|
exports.toTreeSync = void 0;
|
|
4689
4689
|
const tree_dump_1 = __nccwpck_require__(752);
|
|
4690
|
-
const util_1 = __nccwpck_require__(
|
|
4690
|
+
const util_1 = __nccwpck_require__(185);
|
|
4691
4691
|
const toTreeSync = (fs, opts = {}) => {
|
|
4692
4692
|
const separator = opts.separator || "/";
|
|
4693
4693
|
let dir = opts.dir || separator;
|
|
@@ -4721,7 +4721,7 @@
|
|
|
4721
4721
|
};
|
|
4722
4722
|
exports.toTreeSync = toTreeSync;
|
|
4723
4723
|
},
|
|
4724
|
-
|
|
4724
|
+
982: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4725
4725
|
"use strict";
|
|
4726
4726
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4727
4727
|
exports.createProcess = createProcess;
|
|
@@ -4747,7 +4747,7 @@
|
|
|
4747
4747
|
}
|
|
4748
4748
|
exports["default"] = createProcess();
|
|
4749
4749
|
},
|
|
4750
|
-
|
|
4750
|
+
619: (__unused_webpack_module, exports) => {
|
|
4751
4751
|
"use strict";
|
|
4752
4752
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4753
4753
|
exports["default"] =
|
|
@@ -4758,7 +4758,7 @@
|
|
|
4758
4758
|
.then(() => cb())
|
|
4759
4759
|
.catch(() => {});
|
|
4760
4760
|
},
|
|
4761
|
-
|
|
4761
|
+
922: (__unused_webpack_module, exports) => {
|
|
4762
4762
|
"use strict";
|
|
4763
4763
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4764
4764
|
function setTimeoutUnref(callback, time, args) {
|
|
@@ -4772,7 +4772,7 @@
|
|
|
4772
4772
|
}
|
|
4773
4773
|
exports["default"] = setTimeoutUnref;
|
|
4774
4774
|
},
|
|
4775
|
-
|
|
4775
|
+
601: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4776
4776
|
"use strict";
|
|
4777
4777
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4778
4778
|
exports.Buffer = void 0;
|
|
@@ -4784,7 +4784,7 @@
|
|
|
4784
4784
|
},
|
|
4785
4785
|
});
|
|
4786
4786
|
},
|
|
4787
|
-
|
|
4787
|
+
198: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4788
4788
|
"use strict";
|
|
4789
4789
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4790
4790
|
exports.EventEmitter = void 0;
|
|
@@ -4796,11 +4796,11 @@
|
|
|
4796
4796
|
},
|
|
4797
4797
|
});
|
|
4798
4798
|
},
|
|
4799
|
-
|
|
4799
|
+
527: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4800
4800
|
"use strict";
|
|
4801
4801
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4802
4802
|
exports.bufferFrom = exports.bufferAllocUnsafe = exports.Buffer = void 0;
|
|
4803
|
-
const buffer_1 = __nccwpck_require__(
|
|
4803
|
+
const buffer_1 = __nccwpck_require__(601);
|
|
4804
4804
|
Object.defineProperty(exports, "Buffer", {
|
|
4805
4805
|
enumerable: true,
|
|
4806
4806
|
get: function () {
|
|
@@ -4816,7 +4816,7 @@
|
|
|
4816
4816
|
const bufferFrom = buffer_1.Buffer.from || bufferV0P12Ponyfill;
|
|
4817
4817
|
exports.bufferFrom = bufferFrom;
|
|
4818
4818
|
},
|
|
4819
|
-
|
|
4819
|
+
330: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4820
4820
|
"use strict";
|
|
4821
4821
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4822
4822
|
exports.AssertionError =
|
|
@@ -4826,7 +4826,7 @@
|
|
|
4826
4826
|
void 0;
|
|
4827
4827
|
exports.message = message;
|
|
4828
4828
|
exports.E = E;
|
|
4829
|
-
const util_1 = __nccwpck_require__(
|
|
4829
|
+
const util_1 = __nccwpck_require__(983);
|
|
4830
4830
|
const kCode = typeof Symbol === "undefined" ? "_kCode" : Symbol("code");
|
|
4831
4831
|
const messages = {};
|
|
4832
4832
|
function makeNodeError(Base) {
|
|
@@ -4913,7 +4913,7 @@
|
|
|
4913
4913
|
);
|
|
4914
4914
|
E("ERR_INVALID_ARG_VALUE", "Unable to open file as blob");
|
|
4915
4915
|
},
|
|
4916
|
-
|
|
4916
|
+
272: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4917
4917
|
"use strict";
|
|
4918
4918
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4919
4919
|
exports.basename =
|
|
@@ -4982,7 +4982,7 @@
|
|
|
4982
4982
|
},
|
|
4983
4983
|
});
|
|
4984
4984
|
},
|
|
4985
|
-
|
|
4985
|
+
195: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4986
4986
|
"use strict";
|
|
4987
4987
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4988
4988
|
exports.Writable = exports.Readable = void 0;
|
|
@@ -5000,7 +5000,7 @@
|
|
|
5000
5000
|
},
|
|
5001
5001
|
});
|
|
5002
5002
|
},
|
|
5003
|
-
|
|
5003
|
+
983: (__unused_webpack_module, exports) => {
|
|
5004
5004
|
"use strict";
|
|
5005
5005
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5006
5006
|
exports.inherits = inherits;
|
|
@@ -6020,6 +6020,6 @@
|
|
|
6020
6020
|
}
|
|
6021
6021
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
6022
6022
|
__nccwpck_require__.ab = __dirname + "/";
|
|
6023
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
6023
|
+
var __webpack_exports__ = __nccwpck_require__(91);
|
|
6024
6024
|
module.exports = __webpack_exports__;
|
|
6025
6025
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"memfs","author":{"name":"streamich","url":"https://github.com/streamich"},"version":"4.
|
|
1
|
+
{"name":"memfs","author":{"name":"streamich","url":"https://github.com/streamich"},"version":"4.49.0","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
|
+
581: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(903)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
903: (__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__(226);
|
|
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
|
+
226: (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__(581);
|
|
719
719
|
module.exports = __webpack_exports__;
|
|
720
720
|
})();
|