@rsbuild/core 1.2.0-beta.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 2261: (module) => {
3
+ 3997: (module) => {
4
4
  "use strict";
5
5
  /*!
6
6
  * ee-first
@@ -52,12 +52,12 @@
52
52
  };
53
53
  }
54
54
  },
55
- 8990: (__unused_webpack_module, exports, __nccwpck_require__) => {
55
+ 1698: (__unused_webpack_module, exports, __nccwpck_require__) => {
56
56
  "use strict";
57
57
  Object.defineProperty(exports, "__esModule", { value: true });
58
58
  exports.Dir = void 0;
59
- const util_1 = __nccwpck_require__(2061);
60
- const Dirent_1 = __nccwpck_require__(7650);
59
+ const util_1 = __nccwpck_require__(7260);
60
+ const Dirent_1 = __nccwpck_require__(5817);
61
61
  class Dir {
62
62
  constructor(link, options) {
63
63
  this.link = link;
@@ -178,12 +178,12 @@
178
178
  }
179
179
  exports.Dir = Dir;
180
180
  },
181
- 7650: (__unused_webpack_module, exports, __nccwpck_require__) => {
181
+ 5817: (__unused_webpack_module, exports, __nccwpck_require__) => {
182
182
  "use strict";
183
183
  Object.defineProperty(exports, "__esModule", { value: true });
184
184
  exports.Dirent = void 0;
185
- const constants_1 = __nccwpck_require__(6930);
186
- const encoding_1 = __nccwpck_require__(5349);
185
+ const constants_1 = __nccwpck_require__(1640);
186
+ const encoding_1 = __nccwpck_require__(312);
187
187
  const {
188
188
  S_IFMT,
189
189
  S_IFDIR,
@@ -238,11 +238,11 @@
238
238
  exports.Dirent = Dirent;
239
239
  exports["default"] = Dirent;
240
240
  },
241
- 721: (__unused_webpack_module, exports, __nccwpck_require__) => {
241
+ 4146: (__unused_webpack_module, exports, __nccwpck_require__) => {
242
242
  "use strict";
243
243
  Object.defineProperty(exports, "__esModule", { value: true });
244
244
  exports.Stats = void 0;
245
- const constants_1 = __nccwpck_require__(6930);
245
+ const constants_1 = __nccwpck_require__(1640);
246
246
  const {
247
247
  S_IFMT,
248
248
  S_IFDIR,
@@ -316,7 +316,7 @@
316
316
  exports.Stats = Stats;
317
317
  exports["default"] = Stats;
318
318
  },
319
- 6930: (__unused_webpack_module, exports) => {
319
+ 1640: (__unused_webpack_module, exports) => {
320
320
  "use strict";
321
321
  Object.defineProperty(exports, "__esModule", { value: true });
322
322
  exports.constants = void 0;
@@ -370,14 +370,14 @@
370
370
  COPYFILE_FICLONE_FORCE: 4,
371
371
  };
372
372
  },
373
- 5349: (__unused_webpack_module, exports, __nccwpck_require__) => {
373
+ 312: (__unused_webpack_module, exports, __nccwpck_require__) => {
374
374
  "use strict";
375
375
  Object.defineProperty(exports, "__esModule", { value: true });
376
376
  exports.ENCODING_UTF8 = void 0;
377
377
  exports.assertEncoding = assertEncoding;
378
378
  exports.strToEncoding = strToEncoding;
379
- const buffer_1 = __nccwpck_require__(1889);
380
- const errors = __nccwpck_require__(6688);
379
+ const buffer_1 = __nccwpck_require__(6741);
380
+ const errors = __nccwpck_require__(7012);
381
381
  exports.ENCODING_UTF8 = "utf8";
382
382
  function assertEncoding(encoding) {
383
383
  if (encoding && !buffer_1.Buffer.isEncoding(encoding))
@@ -392,17 +392,17 @@
392
392
  return new buffer_1.Buffer(str).toString(encoding);
393
393
  }
394
394
  },
395
- 5953: (module, exports, __nccwpck_require__) => {
395
+ 1025: (module, exports, __nccwpck_require__) => {
396
396
  "use strict";
397
397
  Object.defineProperty(exports, "__esModule", { value: true });
398
398
  exports.memfs = exports.fs = exports.vol = exports.Volume = void 0;
399
399
  exports.createFsFromVolume = createFsFromVolume;
400
- const Stats_1 = __nccwpck_require__(721);
401
- const Dirent_1 = __nccwpck_require__(7650);
402
- const volume_1 = __nccwpck_require__(421);
403
- const constants_1 = __nccwpck_require__(6930);
404
- const fsSynchronousApiList_1 = __nccwpck_require__(5013);
405
- const fsCallbackApiList_1 = __nccwpck_require__(5848);
400
+ const Stats_1 = __nccwpck_require__(4146);
401
+ const Dirent_1 = __nccwpck_require__(5817);
402
+ const volume_1 = __nccwpck_require__(4523);
403
+ const constants_1 = __nccwpck_require__(1640);
404
+ const fsSynchronousApiList_1 = __nccwpck_require__(5778);
405
+ const fsCallbackApiList_1 = __nccwpck_require__(1168);
406
406
  const { F_OK, R_OK, W_OK, X_OK } = constants_1.constants;
407
407
  exports.Volume = volume_1.Volume;
408
408
  exports.vol = new volume_1.Volume();
@@ -444,11 +444,11 @@
444
444
  );
445
445
  module.exports.semantic = true;
446
446
  },
447
- 1889: (__unused_webpack_module, exports, __nccwpck_require__) => {
447
+ 6741: (__unused_webpack_module, exports, __nccwpck_require__) => {
448
448
  "use strict";
449
449
  Object.defineProperty(exports, "__esModule", { value: true });
450
450
  exports.bufferFrom = exports.bufferAllocUnsafe = exports.Buffer = void 0;
451
- const buffer_1 = __nccwpck_require__(4300);
451
+ const buffer_1 = __nccwpck_require__(181);
452
452
  Object.defineProperty(exports, "Buffer", {
453
453
  enumerable: true,
454
454
  get: function () {
@@ -464,7 +464,7 @@
464
464
  const bufferFrom = buffer_1.Buffer.from || bufferV0P12Ponyfill;
465
465
  exports.bufferFrom = bufferFrom;
466
466
  },
467
- 6688: (__unused_webpack_module, exports, __nccwpck_require__) => {
467
+ 7012: (__unused_webpack_module, exports, __nccwpck_require__) => {
468
468
  "use strict";
469
469
  Object.defineProperty(exports, "__esModule", { value: true });
470
470
  exports.AssertionError =
@@ -474,8 +474,8 @@
474
474
  void 0;
475
475
  exports.message = message;
476
476
  exports.E = E;
477
- const assert = __nccwpck_require__(9491);
478
- const util = __nccwpck_require__(3837);
477
+ const assert = __nccwpck_require__(2613);
478
+ const util = __nccwpck_require__(9023);
479
479
  const kCode = typeof Symbol === "undefined" ? "_kCode" : Symbol("code");
480
480
  const messages = {};
481
481
  function makeNodeError(Base) {
@@ -743,7 +743,7 @@
743
743
  }
744
744
  }
745
745
  },
746
- 5032: (__unused_webpack_module, exports) => {
746
+ 2583: (__unused_webpack_module, exports) => {
747
747
  "use strict";
748
748
  Object.defineProperty(exports, "__esModule", { value: true });
749
749
  exports.newNotAllowedError =
@@ -799,15 +799,15 @@
799
799
  new DOMException("Permission not granted.", "NotAllowedError");
800
800
  exports.newNotAllowedError = newNotAllowedError;
801
801
  },
802
- 9694: (__unused_webpack_module, exports, __nccwpck_require__) => {
802
+ 3385: (__unused_webpack_module, exports, __nccwpck_require__) => {
803
803
  "use strict";
804
804
  Object.defineProperty(exports, "__esModule", { value: true });
805
805
  exports.File = exports.Link = exports.Node = exports.SEP = void 0;
806
- const process_1 = __nccwpck_require__(4699);
807
- const buffer_1 = __nccwpck_require__(1889);
808
- const constants_1 = __nccwpck_require__(6930);
809
- const events_1 = __nccwpck_require__(2361);
810
- const Stats_1 = __nccwpck_require__(721);
806
+ const process_1 = __nccwpck_require__(7412);
807
+ const buffer_1 = __nccwpck_require__(6741);
808
+ const constants_1 = __nccwpck_require__(1640);
809
+ const events_1 = __nccwpck_require__(4434);
810
+ const Stats_1 = __nccwpck_require__(4146);
811
811
  const { S_IFMT, S_IFDIR, S_IFREG, S_IFLNK, O_APPEND } =
812
812
  constants_1.constants;
813
813
  const getuid = () => {
@@ -1208,11 +1208,11 @@
1208
1208
  }
1209
1209
  exports.File = File;
1210
1210
  },
1211
- 1812: (__unused_webpack_module, exports, __nccwpck_require__) => {
1211
+ 2296: (__unused_webpack_module, exports, __nccwpck_require__) => {
1212
1212
  "use strict";
1213
1213
  Object.defineProperty(exports, "__esModule", { value: true });
1214
1214
  exports.FileHandle = void 0;
1215
- const util_1 = __nccwpck_require__(2061);
1215
+ const util_1 = __nccwpck_require__(7260);
1216
1216
  class FileHandle {
1217
1217
  constructor(fs, fd) {
1218
1218
  this.fs = fs;
@@ -1299,12 +1299,12 @@
1299
1299
  }
1300
1300
  exports.FileHandle = FileHandle;
1301
1301
  },
1302
- 8063: (__unused_webpack_module, exports, __nccwpck_require__) => {
1302
+ 8989: (__unused_webpack_module, exports, __nccwpck_require__) => {
1303
1303
  "use strict";
1304
1304
  Object.defineProperty(exports, "__esModule", { value: true });
1305
1305
  exports.FsPromises = void 0;
1306
- const util_1 = __nccwpck_require__(2061);
1307
- const constants_1 = __nccwpck_require__(6930);
1306
+ const util_1 = __nccwpck_require__(7260);
1307
+ const constants_1 = __nccwpck_require__(1640);
1308
1308
  class FsPromises {
1309
1309
  constructor(fs, FileHandle) {
1310
1310
  this.fs = fs;
@@ -1371,11 +1371,11 @@
1371
1371
  }
1372
1372
  exports.FsPromises = FsPromises;
1373
1373
  },
1374
- 280: (__unused_webpack_module, exports, __nccwpck_require__) => {
1374
+ 3347: (__unused_webpack_module, exports, __nccwpck_require__) => {
1375
1375
  "use strict";
1376
1376
  Object.defineProperty(exports, "__esModule", { value: true });
1377
1377
  exports.FLAGS = exports.ERRSTR = void 0;
1378
- const constants_1 = __nccwpck_require__(6930);
1378
+ const constants_1 = __nccwpck_require__(1640);
1379
1379
  exports.ERRSTR = {
1380
1380
  PATH_STR: "path must be a string or Buffer",
1381
1381
  FD: "fd must be a file descriptor",
@@ -1424,7 +1424,7 @@
1424
1424
  FLAGS[(FLAGS["xa+"] = FLAGS["ax+"])] = "xa+";
1425
1425
  })(FLAGS || (exports.FLAGS = FLAGS = {}));
1426
1426
  },
1427
- 5848: (__unused_webpack_module, exports) => {
1427
+ 1168: (__unused_webpack_module, exports) => {
1428
1428
  "use strict";
1429
1429
  Object.defineProperty(exports, "__esModule", { value: true });
1430
1430
  exports.fsCallbackApiList = void 0;
@@ -1475,7 +1475,7 @@
1475
1475
  "writeFile",
1476
1476
  ];
1477
1477
  },
1478
- 5013: (__unused_webpack_module, exports) => {
1478
+ 5778: (__unused_webpack_module, exports) => {
1479
1479
  "use strict";
1480
1480
  Object.defineProperty(exports, "__esModule", { value: true });
1481
1481
  exports.fsSynchronousApiList = void 0;
@@ -1521,7 +1521,7 @@
1521
1521
  "writevSync",
1522
1522
  ];
1523
1523
  },
1524
- 8395: (__unused_webpack_module, exports, __nccwpck_require__) => {
1524
+ 5004: (__unused_webpack_module, exports, __nccwpck_require__) => {
1525
1525
  "use strict";
1526
1526
  Object.defineProperty(exports, "__esModule", { value: true });
1527
1527
  exports.getWriteFileOptions =
@@ -1547,9 +1547,9 @@
1547
1547
  exports.getOptions = getOptions;
1548
1548
  exports.optsGenerator = optsGenerator;
1549
1549
  exports.optsAndCbGenerator = optsAndCbGenerator;
1550
- const constants_1 = __nccwpck_require__(280);
1551
- const encoding_1 = __nccwpck_require__(5349);
1552
- const util_1 = __nccwpck_require__(2061);
1550
+ const constants_1 = __nccwpck_require__(3347);
1551
+ const encoding_1 = __nccwpck_require__(312);
1552
+ const util_1 = __nccwpck_require__(7260);
1553
1553
  const mkdirDefaults = { mode: 511, recursive: false };
1554
1554
  const getMkdirOptions = (options) => {
1555
1555
  if (typeof options === "number")
@@ -1650,7 +1650,7 @@
1650
1650
  };
1651
1651
  exports.getWriteFileOptions = optsGenerator(exports.writeFileDefaults);
1652
1652
  },
1653
- 2061: (__unused_webpack_module, exports, __nccwpck_require__) => {
1653
+ 7260: (__unused_webpack_module, exports, __nccwpck_require__) => {
1654
1654
  "use strict";
1655
1655
  Object.defineProperty(exports, "__esModule", { value: true });
1656
1656
  exports.unixify =
@@ -1673,12 +1673,12 @@
1673
1673
  exports.dataToBuffer = dataToBuffer;
1674
1674
  exports.bufferToEncoding = bufferToEncoding;
1675
1675
  exports.isReadableStream = isReadableStream;
1676
- const constants_1 = __nccwpck_require__(280);
1677
- const errors = __nccwpck_require__(6688);
1678
- const buffer_1 = __nccwpck_require__(1889);
1679
- const encoding_1 = __nccwpck_require__(5349);
1680
- const buffer_2 = __nccwpck_require__(1889);
1681
- const queueMicrotask_1 = __nccwpck_require__(5239);
1676
+ const constants_1 = __nccwpck_require__(3347);
1677
+ const errors = __nccwpck_require__(7012);
1678
+ const buffer_1 = __nccwpck_require__(6741);
1679
+ const encoding_1 = __nccwpck_require__(312);
1680
+ const buffer_2 = __nccwpck_require__(6741);
1681
+ const queueMicrotask_1 = __nccwpck_require__(2581);
1682
1682
  exports.isWin = process.platform === "win32";
1683
1683
  function promisify(fs, fn, getResult = (input) => input) {
1684
1684
  return (...args) =>
@@ -1742,7 +1742,7 @@
1742
1742
  function pathToFilename(path) {
1743
1743
  if (typeof path !== "string" && !buffer_1.Buffer.isBuffer(path)) {
1744
1744
  try {
1745
- if (!(path instanceof __nccwpck_require__(7310).URL))
1745
+ if (!(path instanceof __nccwpck_require__(7016).URL))
1746
1746
  throw new TypeError(constants_1.ERRSTR.PATH_STR);
1747
1747
  } catch (err) {
1748
1748
  throw new TypeError(constants_1.ERRSTR.PATH_STR);
@@ -1971,12 +1971,12 @@
1971
1971
  };
1972
1972
  exports.unixify = unixify;
1973
1973
  },
1974
- 4481: (__unused_webpack_module, exports, __nccwpck_require__) => {
1974
+ 1389: (__unused_webpack_module, exports, __nccwpck_require__) => {
1975
1975
  "use strict";
1976
1976
  Object.defineProperty(exports, "__esModule", { value: true });
1977
1977
  exports.toTreeSync = void 0;
1978
- const tree_dump_1 = __nccwpck_require__(867);
1979
- const util_1 = __nccwpck_require__(5032);
1978
+ const tree_dump_1 = __nccwpck_require__(1821);
1979
+ const util_1 = __nccwpck_require__(2583);
1980
1980
  const toTreeSync = (fs, opts = {}) => {
1981
1981
  var _a;
1982
1982
  const separator = opts.separator || "/";
@@ -2011,7 +2011,7 @@
2011
2011
  };
2012
2012
  exports.toTreeSync = toTreeSync;
2013
2013
  },
2014
- 4699: (__unused_webpack_module, exports, __nccwpck_require__) => {
2014
+ 7412: (__unused_webpack_module, exports, __nccwpck_require__) => {
2015
2015
  "use strict";
2016
2016
  Object.defineProperty(exports, "__esModule", { value: true });
2017
2017
  exports.createProcess = createProcess;
@@ -2020,7 +2020,7 @@
2020
2020
  return process;
2021
2021
  }
2022
2022
  try {
2023
- return __nccwpck_require__(7282);
2023
+ return __nccwpck_require__(932);
2024
2024
  } catch (_a) {
2025
2025
  return undefined;
2026
2026
  }
@@ -2037,7 +2037,7 @@
2037
2037
  }
2038
2038
  exports["default"] = createProcess();
2039
2039
  },
2040
- 5239: (__unused_webpack_module, exports) => {
2040
+ 2581: (__unused_webpack_module, exports) => {
2041
2041
  "use strict";
2042
2042
  Object.defineProperty(exports, "__esModule", { value: true });
2043
2043
  exports["default"] =
@@ -2048,7 +2048,7 @@
2048
2048
  .then(() => cb())
2049
2049
  .catch(() => {});
2050
2050
  },
2051
- 940: (__unused_webpack_module, exports) => {
2051
+ 8456: (__unused_webpack_module, exports) => {
2052
2052
  "use strict";
2053
2053
  Object.defineProperty(exports, "__esModule", { value: true });
2054
2054
  let _setImmediate;
@@ -2062,7 +2062,7 @@
2062
2062
  );
2063
2063
  exports["default"] = _setImmediate;
2064
2064
  },
2065
- 8088: (__unused_webpack_module, exports) => {
2065
+ 1456: (__unused_webpack_module, exports) => {
2066
2066
  "use strict";
2067
2067
  Object.defineProperty(exports, "__esModule", { value: true });
2068
2068
  function setTimeoutUnref(callback, time, args) {
@@ -2076,7 +2076,7 @@
2076
2076
  }
2077
2077
  exports["default"] = setTimeoutUnref;
2078
2078
  },
2079
- 421: (__unused_webpack_module, exports, __nccwpck_require__) => {
2079
+ 4523: (__unused_webpack_module, exports, __nccwpck_require__) => {
2080
2080
  "use strict";
2081
2081
  Object.defineProperty(exports, "__esModule", { value: true });
2082
2082
  exports.FSWatcher = exports.StatWatcher = exports.Volume = void 0;
@@ -2084,27 +2084,27 @@
2084
2084
  exports.pathToSteps = pathToSteps;
2085
2085
  exports.dataToStr = dataToStr;
2086
2086
  exports.toUnixTimestamp = toUnixTimestamp;
2087
- const pathModule = __nccwpck_require__(1017);
2088
- const node_1 = __nccwpck_require__(9694);
2089
- const Stats_1 = __nccwpck_require__(721);
2090
- const Dirent_1 = __nccwpck_require__(7650);
2091
- const buffer_1 = __nccwpck_require__(1889);
2092
- const setImmediate_1 = __nccwpck_require__(940);
2093
- const queueMicrotask_1 = __nccwpck_require__(5239);
2094
- const process_1 = __nccwpck_require__(4699);
2095
- const setTimeoutUnref_1 = __nccwpck_require__(8088);
2096
- const stream_1 = __nccwpck_require__(2781);
2097
- const constants_1 = __nccwpck_require__(6930);
2098
- const events_1 = __nccwpck_require__(2361);
2099
- const encoding_1 = __nccwpck_require__(5349);
2100
- const FileHandle_1 = __nccwpck_require__(1812);
2101
- const util = __nccwpck_require__(3837);
2102
- const FsPromises_1 = __nccwpck_require__(8063);
2103
- const print_1 = __nccwpck_require__(4481);
2104
- const constants_2 = __nccwpck_require__(280);
2105
- const options_1 = __nccwpck_require__(8395);
2106
- const util_1 = __nccwpck_require__(2061);
2107
- const Dir_1 = __nccwpck_require__(8990);
2087
+ const pathModule = __nccwpck_require__(6928);
2088
+ const node_1 = __nccwpck_require__(3385);
2089
+ const Stats_1 = __nccwpck_require__(4146);
2090
+ const Dirent_1 = __nccwpck_require__(5817);
2091
+ const buffer_1 = __nccwpck_require__(6741);
2092
+ const setImmediate_1 = __nccwpck_require__(8456);
2093
+ const queueMicrotask_1 = __nccwpck_require__(2581);
2094
+ const process_1 = __nccwpck_require__(7412);
2095
+ const setTimeoutUnref_1 = __nccwpck_require__(1456);
2096
+ const stream_1 = __nccwpck_require__(2203);
2097
+ const constants_1 = __nccwpck_require__(1640);
2098
+ const events_1 = __nccwpck_require__(4434);
2099
+ const encoding_1 = __nccwpck_require__(312);
2100
+ const FileHandle_1 = __nccwpck_require__(2296);
2101
+ const util = __nccwpck_require__(9023);
2102
+ const FsPromises_1 = __nccwpck_require__(8989);
2103
+ const print_1 = __nccwpck_require__(1389);
2104
+ const constants_2 = __nccwpck_require__(3347);
2105
+ const options_1 = __nccwpck_require__(5004);
2106
+ const util_1 = __nccwpck_require__(7260);
2107
+ const Dir_1 = __nccwpck_require__(1698);
2108
2108
  const resolveCrossPlatform = pathModule.resolve;
2109
2109
  const {
2110
2110
  O_RDONLY,
@@ -4232,7 +4232,7 @@
4232
4232
  }
4233
4233
  exports.FSWatcher = FSWatcher;
4234
4234
  },
4235
- 8772: (module, __unused_webpack_exports, __nccwpck_require__) => {
4235
+ 21: (module, __unused_webpack_exports, __nccwpck_require__) => {
4236
4236
  "use strict";
4237
4237
  /*!
4238
4238
  * on-finished
@@ -4242,7 +4242,7 @@
4242
4242
  */ module.exports = onFinished;
4243
4243
  module.exports.isFinished = isFinished;
4244
4244
  var asyncHooks = tryRequireAsyncHooks();
4245
- var first = __nccwpck_require__(2261);
4245
+ var first = __nccwpck_require__(3997);
4246
4246
  var defer =
4247
4247
  typeof setImmediate === "function"
4248
4248
  ? setImmediate
@@ -4329,7 +4329,7 @@
4329
4329
  }
4330
4330
  function tryRequireAsyncHooks() {
4331
4331
  try {
4332
- return __nccwpck_require__(852);
4332
+ return __nccwpck_require__(290);
4333
4333
  } catch (e) {
4334
4334
  return {};
4335
4335
  }
@@ -4345,7 +4345,7 @@
4345
4345
  return res.runInAsyncScope.bind(res, fn, null);
4346
4346
  }
4347
4347
  },
4348
- 2395: (module) => {
4348
+ 2668: (module) => {
4349
4349
  "use strict";
4350
4350
  /*!
4351
4351
  * range-parser
@@ -4417,14 +4417,14 @@
4417
4417
  return a.start - b.start;
4418
4418
  }
4419
4419
  },
4420
- 9096: (module, __unused_webpack_exports, __nccwpck_require__) => {
4420
+ 9641: (module, __unused_webpack_exports, __nccwpck_require__) => {
4421
4421
  "use strict";
4422
- const middleware = __nccwpck_require__(242);
4423
- const getFilenameFromUrl = __nccwpck_require__(2039);
4424
- const setupHooks = __nccwpck_require__(1618);
4425
- const setupWriteToDisk = __nccwpck_require__(8764);
4426
- const setupOutputFileSystem = __nccwpck_require__(5921);
4427
- const ready = __nccwpck_require__(6247);
4422
+ const middleware = __nccwpck_require__(3669);
4423
+ const getFilenameFromUrl = __nccwpck_require__(9685);
4424
+ const setupHooks = __nccwpck_require__(9160);
4425
+ const setupWriteToDisk = __nccwpck_require__(4371);
4426
+ const setupOutputFileSystem = __nccwpck_require__(4328);
4427
+ const ready = __nccwpck_require__(9956);
4428
4428
  const noop = () => {};
4429
4429
  function wdm(compiler, options = {}) {
4430
4430
  const context = {
@@ -4479,14 +4479,14 @@
4479
4479
  }
4480
4480
  module.exports = wdm;
4481
4481
  },
4482
- 242: (module, __unused_webpack_exports, __nccwpck_require__) => {
4482
+ 3669: (module, __unused_webpack_exports, __nccwpck_require__) => {
4483
4483
  "use strict";
4484
- const mrmime = __nccwpck_require__(802);
4485
- const onFinishedStream = __nccwpck_require__(8772);
4486
- const getFilenameFromUrl = __nccwpck_require__(2039);
4487
- const ready = __nccwpck_require__(6247);
4488
- const parseTokenList = __nccwpck_require__(6653);
4489
- const memorize = __nccwpck_require__(4544);
4484
+ const mrmime = __nccwpck_require__(8311);
4485
+ const onFinishedStream = __nccwpck_require__(21);
4486
+ const getFilenameFromUrl = __nccwpck_require__(9685);
4487
+ const ready = __nccwpck_require__(9956);
4488
+ const parseTokenList = __nccwpck_require__(1219);
4489
+ const memorize = __nccwpck_require__(6109);
4490
4490
  async function getEtag(stat) {
4491
4491
  const mtime = stat.mtime.getTime().toString(16);
4492
4492
  const size = stat.size.toString(16);
@@ -4553,7 +4553,7 @@
4553
4553
  };
4554
4554
  const parseRangeHeaders = memorize((value) => {
4555
4555
  const [len, rangeHeader] = value.split("|");
4556
- return __nccwpck_require__(2395)(Number(len), rangeHeader, {
4556
+ return __nccwpck_require__(2668)(Number(len), rangeHeader, {
4557
4557
  combine: true,
4558
4558
  });
4559
4559
  });
@@ -4578,7 +4578,7 @@
4578
4578
  return;
4579
4579
  }
4580
4580
  function sendError(status, options) {
4581
- const escapeHtml = __nccwpck_require__(643);
4581
+ const escapeHtml = __nccwpck_require__(5065);
4582
4582
  const content = statuses[status] || String(status);
4583
4583
  const document = Buffer.from(
4584
4584
  `<!DOCTYPE html>\n<html lang="en">\n<head>\n<meta charset="utf-8">\n<title>Error</title>\n</head>\n<body>\n<pre>${escapeHtml(content)}</pre>\n</body>\n</html>`,
@@ -4883,7 +4883,7 @@
4883
4883
  }
4884
4884
  module.exports = wrapper;
4885
4885
  },
4886
- 643: (module) => {
4886
+ 5065: (module) => {
4887
4887
  "use strict";
4888
4888
  const matchHtmlRegExp = /["'&<>]/;
4889
4889
  function escapeHtml(string) {
@@ -4928,13 +4928,13 @@
4928
4928
  }
4929
4929
  module.exports = escapeHtml;
4930
4930
  },
4931
- 2039: (module, __unused_webpack_exports, __nccwpck_require__) => {
4931
+ 9685: (module, __unused_webpack_exports, __nccwpck_require__) => {
4932
4932
  "use strict";
4933
- const path = __nccwpck_require__(1017);
4934
- const { parse } = __nccwpck_require__(7310);
4935
- const querystring = __nccwpck_require__(3477);
4936
- const getPaths = __nccwpck_require__(1197);
4937
- const memorize = __nccwpck_require__(4544);
4933
+ const path = __nccwpck_require__(6928);
4934
+ const { parse } = __nccwpck_require__(7016);
4935
+ const querystring = __nccwpck_require__(3480);
4936
+ const getPaths = __nccwpck_require__(8863);
4937
+ const memorize = __nccwpck_require__(6109);
4938
4938
  const memoizedParse = memorize(parse, undefined, (value) => {
4939
4939
  if (value.pathname) {
4940
4940
  value.pathname = decode(value.pathname);
@@ -5017,7 +5017,7 @@
5017
5017
  }
5018
5018
  module.exports = getFilenameFromUrl;
5019
5019
  },
5020
- 1197: (module) => {
5020
+ 8863: (module) => {
5021
5021
  "use strict";
5022
5022
  function getPaths(context) {
5023
5023
  const { stats, options } = context;
@@ -5038,7 +5038,7 @@
5038
5038
  }
5039
5039
  module.exports = getPaths;
5040
5040
  },
5041
- 4544: (module) => {
5041
+ 6109: (module) => {
5042
5042
  "use strict";
5043
5043
  const cacheStore = new WeakMap();
5044
5044
  function memorize(fn, { cache = new Map() } = {}, callback) {
@@ -5060,7 +5060,7 @@
5060
5060
  }
5061
5061
  module.exports = memorize;
5062
5062
  },
5063
- 6653: (module) => {
5063
+ 1219: (module) => {
5064
5064
  "use strict";
5065
5065
  function parseTokenList(str) {
5066
5066
  let end = 0;
@@ -5093,7 +5093,7 @@
5093
5093
  }
5094
5094
  module.exports = parseTokenList;
5095
5095
  },
5096
- 6247: (module) => {
5096
+ 9956: (module) => {
5097
5097
  "use strict";
5098
5098
  function ready(context, callback, req) {
5099
5099
  if (context.state) {
@@ -5108,7 +5108,7 @@
5108
5108
  }
5109
5109
  module.exports = ready;
5110
5110
  },
5111
- 1618: (module) => {
5111
+ 9160: (module) => {
5112
5112
  "use strict";
5113
5113
  function setupHooks(context) {
5114
5114
  function invalid() {
@@ -5140,9 +5140,9 @@
5140
5140
  }
5141
5141
  module.exports = setupHooks;
5142
5142
  },
5143
- 5921: (module, __unused_webpack_exports, __nccwpck_require__) => {
5143
+ 4328: (module, __unused_webpack_exports, __nccwpck_require__) => {
5144
5144
  "use strict";
5145
- const memfs = __nccwpck_require__(5953);
5145
+ const memfs = __nccwpck_require__(1025);
5146
5146
  function setupOutputFileSystem(context) {
5147
5147
  let outputFileSystem;
5148
5148
  if (context.options.writeToDisk !== true) {
@@ -5167,10 +5167,10 @@
5167
5167
  }
5168
5168
  module.exports = setupOutputFileSystem;
5169
5169
  },
5170
- 8764: (module, __unused_webpack_exports, __nccwpck_require__) => {
5170
+ 4371: (module, __unused_webpack_exports, __nccwpck_require__) => {
5171
5171
  "use strict";
5172
- const fs = __nccwpck_require__(7147);
5173
- const path = __nccwpck_require__(1017);
5172
+ const fs = __nccwpck_require__(9896);
5173
+ const path = __nccwpck_require__(6928);
5174
5174
  function setupWriteToDisk(context) {
5175
5175
  const compilers = context.compiler.compilers || [context.compiler];
5176
5176
  for (const compiler of compilers) {
@@ -5222,14 +5222,14 @@
5222
5222
  }
5223
5223
  module.exports = setupWriteToDisk;
5224
5224
  },
5225
- 867: (__unused_webpack_module, exports, __nccwpck_require__) => {
5225
+ 1821: (__unused_webpack_module, exports, __nccwpck_require__) => {
5226
5226
  "use strict";
5227
5227
  Object.defineProperty(exports, "__esModule", { value: true });
5228
- const tslib_1 = __nccwpck_require__(7433);
5229
- tslib_1.__exportStar(__nccwpck_require__(7995), exports);
5230
- tslib_1.__exportStar(__nccwpck_require__(5543), exports);
5228
+ const tslib_1 = __nccwpck_require__(5477);
5229
+ tslib_1.__exportStar(__nccwpck_require__(2290), exports);
5230
+ tslib_1.__exportStar(__nccwpck_require__(7839), exports);
5231
5231
  },
5232
- 5543: (__unused_webpack_module, exports) => {
5232
+ 7839: (__unused_webpack_module, exports) => {
5233
5233
  "use strict";
5234
5234
  Object.defineProperty(exports, "__esModule", { value: true });
5235
5235
  exports.printBinary = void 0;
@@ -5243,7 +5243,7 @@
5243
5243
  };
5244
5244
  exports.printBinary = printBinary;
5245
5245
  },
5246
- 7995: (__unused_webpack_module, exports) => {
5246
+ 2290: (__unused_webpack_module, exports) => {
5247
5247
  "use strict";
5248
5248
  Object.defineProperty(exports, "__esModule", { value: true });
5249
5249
  exports.printTree = void 0;
@@ -5263,7 +5263,7 @@
5263
5263
  };
5264
5264
  exports.printTree = printTree;
5265
5265
  },
5266
- 7433: (module) => {
5266
+ 5477: (module) => {
5267
5267
  var __extends;
5268
5268
  var __assign;
5269
5269
  var __rest;
@@ -6082,51 +6082,51 @@
6082
6082
  });
6083
6083
  0 && 0;
6084
6084
  },
6085
- 802: (module) => {
6085
+ 8311: (module) => {
6086
6086
  "use strict";
6087
6087
  module.exports = require("../mrmime");
6088
6088
  },
6089
- 9491: (module) => {
6089
+ 2613: (module) => {
6090
6090
  "use strict";
6091
6091
  module.exports = require("assert");
6092
6092
  },
6093
- 852: (module) => {
6093
+ 290: (module) => {
6094
6094
  "use strict";
6095
6095
  module.exports = require("async_hooks");
6096
6096
  },
6097
- 4300: (module) => {
6097
+ 181: (module) => {
6098
6098
  "use strict";
6099
6099
  module.exports = require("buffer");
6100
6100
  },
6101
- 2361: (module) => {
6101
+ 4434: (module) => {
6102
6102
  "use strict";
6103
6103
  module.exports = require("events");
6104
6104
  },
6105
- 7147: (module) => {
6105
+ 9896: (module) => {
6106
6106
  "use strict";
6107
6107
  module.exports = require("fs");
6108
6108
  },
6109
- 1017: (module) => {
6109
+ 6928: (module) => {
6110
6110
  "use strict";
6111
6111
  module.exports = require("path");
6112
6112
  },
6113
- 7282: (module) => {
6113
+ 932: (module) => {
6114
6114
  "use strict";
6115
6115
  module.exports = require("process");
6116
6116
  },
6117
- 3477: (module) => {
6117
+ 3480: (module) => {
6118
6118
  "use strict";
6119
6119
  module.exports = require("querystring");
6120
6120
  },
6121
- 2781: (module) => {
6121
+ 2203: (module) => {
6122
6122
  "use strict";
6123
6123
  module.exports = require("stream");
6124
6124
  },
6125
- 7310: (module) => {
6125
+ 7016: (module) => {
6126
6126
  "use strict";
6127
6127
  module.exports = require("url");
6128
6128
  },
6129
- 3837: (module) => {
6129
+ 9023: (module) => {
6130
6130
  "use strict";
6131
6131
  module.exports = require("util");
6132
6132
  },
@@ -6153,6 +6153,6 @@
6153
6153
  }
6154
6154
  if (typeof __nccwpck_require__ !== "undefined")
6155
6155
  __nccwpck_require__.ab = __dirname + "/";
6156
- var __webpack_exports__ = __nccwpck_require__(9096);
6156
+ var __webpack_exports__ = __nccwpck_require__(9641);
6157
6157
  module.exports = __webpack_exports__;
6158
6158
  })();