@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,16 +1,16 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 242: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 7229: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  module.exports = {
5
- version: __nccwpck_require__(3178),
6
- stringifyInfo: __nccwpck_require__(4280),
7
- stringifyStream: __nccwpck_require__(25),
8
- parseChunked: __nccwpck_require__(5588),
5
+ version: __nccwpck_require__(6069),
6
+ stringifyInfo: __nccwpck_require__(2009),
7
+ stringifyStream: __nccwpck_require__(585),
8
+ parseChunked: __nccwpck_require__(6959),
9
9
  };
10
10
  },
11
- 5588: (module, __unused_webpack_exports, __nccwpck_require__) => {
12
- const { isReadableStream } = __nccwpck_require__(5995);
13
- const TextDecoder = __nccwpck_require__(6983);
11
+ 6959: (module, __unused_webpack_exports, __nccwpck_require__) => {
12
+ const { isReadableStream } = __nccwpck_require__(1816);
13
+ const TextDecoder = __nccwpck_require__(3775);
14
14
  const STACK_OBJECT = 1;
15
15
  const STACK_ARRAY = 2;
16
16
  const decoder = new TextDecoder();
@@ -291,7 +291,7 @@
291
291
  }
292
292
  }
293
293
  },
294
- 4280: (module, __unused_webpack_exports, __nccwpck_require__) => {
294
+ 2009: (module, __unused_webpack_exports, __nccwpck_require__) => {
295
295
  const {
296
296
  normalizeReplacer,
297
297
  normalizeSpace,
@@ -309,7 +309,7 @@
309
309
  STRING_STREAM,
310
310
  OBJECT_STREAM,
311
311
  },
312
- } = __nccwpck_require__(5995);
312
+ } = __nccwpck_require__(1816);
313
313
  const charLength2048 = Array.from({ length: 2048 }).map((_, code) => {
314
314
  if (escapableCharCodeSubstitution.hasOwnProperty(code)) {
315
315
  return 2;
@@ -479,8 +479,8 @@
479
479
  };
480
480
  };
481
481
  },
482
- 25: (module, __unused_webpack_exports, __nccwpck_require__) => {
483
- const { Readable } = __nccwpck_require__(2781);
482
+ 585: (module, __unused_webpack_exports, __nccwpck_require__) => {
483
+ const { Readable } = __nccwpck_require__(2203);
484
484
  const {
485
485
  normalizeReplacer,
486
486
  normalizeSpace,
@@ -494,7 +494,7 @@
494
494
  STRING_STREAM,
495
495
  OBJECT_STREAM,
496
496
  },
497
- } = __nccwpck_require__(5995);
497
+ } = __nccwpck_require__(1816);
498
498
  const noop = () => {};
499
499
  const hasOwnProperty = Object.prototype.hasOwnProperty;
500
500
  const wellformedStringStringify =
@@ -849,10 +849,10 @@
849
849
  return new JsonStringifyStream(value, replacer, space);
850
850
  };
851
851
  },
852
- 6983: (module, __unused_webpack_exports, __nccwpck_require__) => {
853
- module.exports = __nccwpck_require__(3837).TextDecoder;
852
+ 3775: (module, __unused_webpack_exports, __nccwpck_require__) => {
853
+ module.exports = __nccwpck_require__(9023).TextDecoder;
854
854
  },
855
- 5995: (module) => {
855
+ 1816: (module) => {
856
856
  const PrimitiveType = 1;
857
857
  const ObjectType = 2;
858
858
  const ArrayType = 3;
@@ -980,11 +980,11 @@
980
980
  normalizeSpace,
981
981
  };
982
982
  },
983
- 3178: (module, __unused_webpack_exports, __nccwpck_require__) => {
984
- module.exports = __nccwpck_require__(3684).version;
983
+ 6069: (module, __unused_webpack_exports, __nccwpck_require__) => {
984
+ module.exports = __nccwpck_require__(3344).version;
985
985
  },
986
- 7472: (__unused_webpack_module, exports, __nccwpck_require__) => {
987
- const qs = __nccwpck_require__(3477);
986
+ 9847: (__unused_webpack_module, exports, __nccwpck_require__) => {
987
+ const qs = __nccwpck_require__(3480);
988
988
  function parse(req) {
989
989
  let raw = req.url;
990
990
  if (raw == null) return;
@@ -1007,7 +1007,7 @@
1007
1007
  }
1008
1008
  exports.parse = parse;
1009
1009
  },
1010
- 8290: function (__unused_webpack_module, exports) {
1010
+ 9703: function (__unused_webpack_module, exports) {
1011
1011
  (function (global, factory) {
1012
1012
  true ? factory(exports) : 0;
1013
1013
  })(this, function (exports) {
@@ -1542,7 +1542,7 @@
1542
1542
  exports.simple = simple;
1543
1543
  });
1544
1544
  },
1545
- 9934: function (__unused_webpack_module, exports) {
1545
+ 8024: function (__unused_webpack_module, exports) {
1546
1546
  (function (global, factory) {
1547
1547
  true ? factory(exports) : 0;
1548
1548
  })(this, function (exports) {
@@ -8405,8 +8405,8 @@
8405
8405
  exports.version = version;
8406
8406
  });
8407
8407
  },
8408
- 225: (module, __unused_webpack_exports, __nccwpck_require__) => {
8409
- var Stream = __nccwpck_require__(2781);
8408
+ 6615: (module, __unused_webpack_exports, __nccwpck_require__) => {
8409
+ var Stream = __nccwpck_require__(2203);
8410
8410
  var writeMethods = ["write", "end", "destroy"];
8411
8411
  var readMethods = ["resume", "pause"];
8412
8412
  var readEvents = ["data", "close"];
@@ -8474,13 +8474,13 @@
8474
8474
  }
8475
8475
  }
8476
8476
  },
8477
- 2759: (module, __unused_webpack_exports, __nccwpck_require__) => {
8477
+ 3520: (module, __unused_webpack_exports, __nccwpck_require__) => {
8478
8478
  "use strict";
8479
- const fs = __nccwpck_require__(7147);
8480
- const stream = __nccwpck_require__(2781);
8481
- const zlib = __nccwpck_require__(9796);
8482
- const { promisify } = __nccwpck_require__(3837);
8483
- const duplexer = __nccwpck_require__(225);
8479
+ const fs = __nccwpck_require__(9896);
8480
+ const stream = __nccwpck_require__(2203);
8481
+ const zlib = __nccwpck_require__(3106);
8482
+ const { promisify } = __nccwpck_require__(9023);
8483
+ const duplexer = __nccwpck_require__(6615);
8484
8484
  const getOptions = (options) => ({ level: 9, ...options });
8485
8485
  const gzip = promisify(zlib.gzip);
8486
8486
  module.exports = async (input, options) => {
@@ -8525,7 +8525,7 @@
8525
8525
  module.exports.fileSync = (path, options) =>
8526
8526
  module.exports.sync(fs.readFileSync(path), options);
8527
8527
  },
8528
- 5486: (__unused_webpack_module, exports) => {
8528
+ 7008: (__unused_webpack_module, exports) => {
8529
8529
  const mimes = {
8530
8530
  "3g2": "video/3gpp2",
8531
8531
  "3gp": "video/3gpp",
@@ -8970,10 +8970,10 @@
8970
8970
  exports.mimes = mimes;
8971
8971
  exports.lookup = lookup;
8972
8972
  },
8973
- 3075: (module, __unused_webpack_exports, __nccwpck_require__) => {
8973
+ 8565: (module, __unused_webpack_exports, __nccwpck_require__) => {
8974
8974
  "use strict";
8975
- var childProcess = __nccwpck_require__(2081);
8976
- var os = __nccwpck_require__(2037);
8975
+ var childProcess = __nccwpck_require__(5317);
8976
+ var os = __nccwpck_require__(857);
8977
8977
  module.exports = function opener(args, options, callback) {
8978
8978
  var platform = process.platform;
8979
8979
  if (platform === "linux" && os.release().indexOf("Microsoft") !== -1) {
@@ -9017,7 +9017,7 @@
9017
9017
  return childProcess.execFile(command, args, options, callback);
9018
9018
  };
9019
9019
  },
9020
- 5209: (module) => {
9020
+ 9456: (module) => {
9021
9021
  let p = process || {},
9022
9022
  argv = p.argv || [],
9023
9023
  env = p.env || {};
@@ -9097,12 +9097,12 @@
9097
9097
  module.exports = createColors();
9098
9098
  module.exports.createColors = createColors;
9099
9099
  },
9100
- 2486: (module, __unused_webpack_exports, __nccwpck_require__) => {
9101
- const fs = __nccwpck_require__(7147);
9102
- const { join, normalize, resolve } = __nccwpck_require__(1017);
9103
- const { totalist } = __nccwpck_require__(2190);
9104
- const { parse } = __nccwpck_require__(7472);
9105
- const { lookup } = __nccwpck_require__(5486);
9100
+ 6008: (module, __unused_webpack_exports, __nccwpck_require__) => {
9101
+ const fs = __nccwpck_require__(9896);
9102
+ const { join, normalize, resolve } = __nccwpck_require__(6928);
9103
+ const { totalist } = __nccwpck_require__(8794);
9104
+ const { parse } = __nccwpck_require__(9847);
9105
+ const { lookup } = __nccwpck_require__(7008);
9106
9106
  const noop = () => {};
9107
9107
  function isMatch(uri, arr) {
9108
9108
  for (let i = 0; i < arr.length; i++) {
@@ -9270,9 +9270,9 @@
9270
9270
  };
9271
9271
  };
9272
9272
  },
9273
- 2190: (__unused_webpack_module, exports, __nccwpck_require__) => {
9274
- const { join, resolve } = __nccwpck_require__(1017);
9275
- const { readdirSync, statSync } = __nccwpck_require__(7147);
9273
+ 8794: (__unused_webpack_module, exports, __nccwpck_require__) => {
9274
+ const { join, resolve } = __nccwpck_require__(6928);
9275
+ const { readdirSync, statSync } = __nccwpck_require__(9896);
9276
9276
  function totalist(dir, callback, pre = "") {
9277
9277
  dir = resolve(".", dir);
9278
9278
  let arr = readdirSync(dir);
@@ -9289,15 +9289,15 @@
9289
9289
  }
9290
9290
  exports.totalist = totalist;
9291
9291
  },
9292
- 2181: (module, __unused_webpack_exports, __nccwpck_require__) => {
9292
+ 5258: (module, __unused_webpack_exports, __nccwpck_require__) => {
9293
9293
  "use strict";
9294
- const fs = __nccwpck_require__(7147);
9295
- const path = __nccwpck_require__(1017);
9296
- const { bold } = __nccwpck_require__(5209);
9297
- const Logger = __nccwpck_require__(1283);
9298
- const viewer = __nccwpck_require__(7498);
9299
- const utils = __nccwpck_require__(5554);
9300
- const { writeStats } = __nccwpck_require__(7508);
9294
+ const fs = __nccwpck_require__(9896);
9295
+ const path = __nccwpck_require__(6928);
9296
+ const { bold } = __nccwpck_require__(9456);
9297
+ const Logger = __nccwpck_require__(7087);
9298
+ const viewer = __nccwpck_require__(2257);
9299
+ const utils = __nccwpck_require__(3762);
9300
+ const { writeStats } = __nccwpck_require__(4839);
9301
9301
  class BundleAnalyzerPlugin {
9302
9302
  constructor(opts = {}) {
9303
9303
  this.opts = {
@@ -9446,7 +9446,7 @@
9446
9446
  }
9447
9447
  module.exports = BundleAnalyzerPlugin;
9448
9448
  },
9449
- 1283: (module) => {
9449
+ 7087: (module) => {
9450
9450
  "use strict";
9451
9451
  const LEVELS = ["debug", "info", "warn", "error", "silent"];
9452
9452
  const LEVEL_TO_CONSOLE_METHOD = new Map([
@@ -9484,16 +9484,16 @@
9484
9484
  });
9485
9485
  module.exports = Logger;
9486
9486
  },
9487
- 3377: (module, __unused_webpack_exports, __nccwpck_require__) => {
9487
+ 5433: (module, __unused_webpack_exports, __nccwpck_require__) => {
9488
9488
  "use strict";
9489
- const fs = __nccwpck_require__(7147);
9490
- const path = __nccwpck_require__(1017);
9491
- const gzipSize = __nccwpck_require__(2759);
9492
- const { parseChunked } = __nccwpck_require__(242);
9493
- const Logger = __nccwpck_require__(1283);
9494
- const Folder = __nccwpck_require__(3227).Z;
9495
- const { parseBundle } = __nccwpck_require__(5132);
9496
- const { createAssetsFilter } = __nccwpck_require__(5554);
9489
+ const fs = __nccwpck_require__(9896);
9490
+ const path = __nccwpck_require__(6928);
9491
+ const gzipSize = __nccwpck_require__(3520);
9492
+ const { parseChunked } = __nccwpck_require__(7229);
9493
+ const Logger = __nccwpck_require__(7087);
9494
+ const Folder = __nccwpck_require__(5266).A;
9495
+ const { parseBundle } = __nccwpck_require__(9451);
9496
+ const { createAssetsFilter } = __nccwpck_require__(3762);
9497
9497
  const FILENAME_QUERY_REGEXP = /\?.*$/u;
9498
9498
  const FILENAME_EXTENSIONS = /\.(js|mjs|cjs)$/iu;
9499
9499
  module.exports = { getViewerData, readStatsFromFile };
@@ -9721,19 +9721,19 @@
9721
9721
  return res;
9722
9722
  }
9723
9723
  },
9724
- 7787: (module, __unused_webpack_exports, __nccwpck_require__) => {
9724
+ 8791: (module, __unused_webpack_exports, __nccwpck_require__) => {
9725
9725
  "use strict";
9726
- const { start } = __nccwpck_require__(7498);
9726
+ const { start } = __nccwpck_require__(2257);
9727
9727
  module.exports = {
9728
9728
  start,
9729
- BundleAnalyzerPlugin: __nccwpck_require__(2181),
9729
+ BundleAnalyzerPlugin: __nccwpck_require__(5258),
9730
9730
  };
9731
9731
  },
9732
- 5132: (module, __unused_webpack_exports, __nccwpck_require__) => {
9732
+ 9451: (module, __unused_webpack_exports, __nccwpck_require__) => {
9733
9733
  "use strict";
9734
- const fs = __nccwpck_require__(7147);
9735
- const acorn = __nccwpck_require__(9934);
9736
- const walk = __nccwpck_require__(8290);
9734
+ const fs = __nccwpck_require__(9896);
9735
+ const acorn = __nccwpck_require__(8024);
9736
+ const walk = __nccwpck_require__(9703);
9737
9737
  module.exports = { parseBundle };
9738
9738
  function parseBundle(bundlePath) {
9739
9739
  const content = fs.readFileSync(bundlePath, "utf8");
@@ -9974,10 +9974,10 @@
9974
9974
  return { start: node.start, end: node.end };
9975
9975
  }
9976
9976
  },
9977
- 7508: (__unused_webpack_module, exports, __nccwpck_require__) => {
9977
+ 4839: (__unused_webpack_module, exports, __nccwpck_require__) => {
9978
9978
  "use strict";
9979
- const { createWriteStream } = __nccwpck_require__(7147);
9980
- const { Readable } = __nccwpck_require__(2781);
9979
+ const { createWriteStream } = __nccwpck_require__(9896);
9980
+ const { Readable } = __nccwpck_require__(2203);
9981
9981
  class StatsSerializeStream extends Readable {
9982
9982
  constructor(stats) {
9983
9983
  super();
@@ -10050,11 +10050,11 @@
10050
10050
  });
10051
10051
  }
10052
10052
  },
10053
- 1393: (__unused_webpack_module, exports, __nccwpck_require__) => {
10053
+ 5713: (__unused_webpack_module, exports, __nccwpck_require__) => {
10054
10054
  "use strict";
10055
- const path = __nccwpck_require__(1017);
10056
- const fs = __nccwpck_require__(7147);
10057
- const { escape } = __nccwpck_require__(2954);
10055
+ const path = __nccwpck_require__(6928);
10056
+ const fs = __nccwpck_require__(9896);
10057
+ const { escape } = __nccwpck_require__(8214);
10058
10058
  const projectRoot = path.resolve(__dirname, "..");
10059
10059
  const assetsRoot = __nccwpck_require__.ab + "public";
10060
10060
  exports.renderViewer = renderViewer;
@@ -10120,11 +10120,11 @@
10120
10120
  </html>`;
10121
10121
  }
10122
10122
  },
10123
- 8302: (__unused_webpack_module, exports, __nccwpck_require__) => {
10123
+ 5943: (__unused_webpack_module, exports, __nccwpck_require__) => {
10124
10124
  "use strict";
10125
10125
  Object.defineProperty(exports, "__esModule", { value: true });
10126
10126
  exports["default"] = void 0;
10127
- var _Node = _interopRequireDefault(__nccwpck_require__(2382));
10127
+ var _Node = _interopRequireDefault(__nccwpck_require__(5954));
10128
10128
  function _interopRequireDefault(obj) {
10129
10129
  return obj && obj.__esModule ? obj : { default: obj };
10130
10130
  }
@@ -10226,14 +10226,14 @@
10226
10226
  }
10227
10227
  exports["default"] = BaseFolder;
10228
10228
  },
10229
- 1461: (__unused_webpack_module, exports, __nccwpck_require__) => {
10229
+ 6217: (__unused_webpack_module, exports, __nccwpck_require__) => {
10230
10230
  "use strict";
10231
10231
  Object.defineProperty(exports, "__esModule", { value: true });
10232
10232
  exports["default"] = void 0;
10233
- var _Module = _interopRequireDefault(__nccwpck_require__(1322));
10234
- var _ContentModule = _interopRequireDefault(__nccwpck_require__(3612));
10235
- var _ContentFolder = _interopRequireDefault(__nccwpck_require__(9511));
10236
- var _utils = __nccwpck_require__(7756);
10233
+ var _Module = _interopRequireDefault(__nccwpck_require__(3186));
10234
+ var _ContentModule = _interopRequireDefault(__nccwpck_require__(4749));
10235
+ var _ContentFolder = _interopRequireDefault(__nccwpck_require__(2305));
10236
+ var _utils = __nccwpck_require__(2109);
10237
10237
  function _interopRequireDefault(obj) {
10238
10238
  return obj && obj.__esModule ? obj : { default: obj };
10239
10239
  }
@@ -10327,11 +10327,11 @@
10327
10327
  }
10328
10328
  exports["default"] = ConcatenatedModule;
10329
10329
  },
10330
- 9511: (__unused_webpack_module, exports, __nccwpck_require__) => {
10330
+ 2305: (__unused_webpack_module, exports, __nccwpck_require__) => {
10331
10331
  "use strict";
10332
10332
  Object.defineProperty(exports, "__esModule", { value: true });
10333
10333
  exports["default"] = void 0;
10334
- var _BaseFolder = _interopRequireDefault(__nccwpck_require__(8302));
10334
+ var _BaseFolder = _interopRequireDefault(__nccwpck_require__(5943));
10335
10335
  function _interopRequireDefault(obj) {
10336
10336
  return obj && obj.__esModule ? obj : { default: obj };
10337
10337
  }
@@ -10365,11 +10365,11 @@
10365
10365
  }
10366
10366
  exports["default"] = ContentFolder;
10367
10367
  },
10368
- 3612: (__unused_webpack_module, exports, __nccwpck_require__) => {
10368
+ 4749: (__unused_webpack_module, exports, __nccwpck_require__) => {
10369
10369
  "use strict";
10370
10370
  Object.defineProperty(exports, "__esModule", { value: true });
10371
10371
  exports["default"] = void 0;
10372
- var _Module = _interopRequireDefault(__nccwpck_require__(1322));
10372
+ var _Module = _interopRequireDefault(__nccwpck_require__(3186));
10373
10373
  function _interopRequireDefault(obj) {
10374
10374
  return obj && obj.__esModule ? obj : { default: obj };
10375
10375
  }
@@ -10398,18 +10398,18 @@
10398
10398
  }
10399
10399
  exports["default"] = ContentModule;
10400
10400
  },
10401
- 3227: (__unused_webpack_module, exports, __nccwpck_require__) => {
10401
+ 5266: (__unused_webpack_module, exports, __nccwpck_require__) => {
10402
10402
  "use strict";
10403
10403
  var __webpack_unused_export__;
10404
10404
  __webpack_unused_export__ = { value: true };
10405
- exports.Z = void 0;
10406
- var _gzipSize = _interopRequireDefault(__nccwpck_require__(2759));
10407
- var _Module = _interopRequireDefault(__nccwpck_require__(1322));
10408
- var _BaseFolder = _interopRequireDefault(__nccwpck_require__(8302));
10405
+ exports.A = void 0;
10406
+ var _gzipSize = _interopRequireDefault(__nccwpck_require__(3520));
10407
+ var _Module = _interopRequireDefault(__nccwpck_require__(3186));
10408
+ var _BaseFolder = _interopRequireDefault(__nccwpck_require__(5943));
10409
10409
  var _ConcatenatedModule = _interopRequireDefault(
10410
- __nccwpck_require__(1461),
10410
+ __nccwpck_require__(6217),
10411
10411
  );
10412
- var _utils = __nccwpck_require__(7756);
10412
+ var _utils = __nccwpck_require__(2109);
10413
10413
  function _interopRequireDefault(obj) {
10414
10414
  return obj && obj.__esModule ? obj : { default: obj };
10415
10415
  }
@@ -10454,14 +10454,14 @@
10454
10454
  };
10455
10455
  }
10456
10456
  }
10457
- exports.Z = Folder;
10457
+ exports.A = Folder;
10458
10458
  },
10459
- 1322: (__unused_webpack_module, exports, __nccwpck_require__) => {
10459
+ 3186: (__unused_webpack_module, exports, __nccwpck_require__) => {
10460
10460
  "use strict";
10461
10461
  Object.defineProperty(exports, "__esModule", { value: true });
10462
10462
  exports["default"] = void 0;
10463
- var _gzipSize = _interopRequireDefault(__nccwpck_require__(2759));
10464
- var _Node = _interopRequireDefault(__nccwpck_require__(2382));
10463
+ var _gzipSize = _interopRequireDefault(__nccwpck_require__(3520));
10464
+ var _Node = _interopRequireDefault(__nccwpck_require__(5954));
10465
10465
  function _interopRequireDefault(obj) {
10466
10466
  return obj && obj.__esModule ? obj : { default: obj };
10467
10467
  }
@@ -10521,7 +10521,7 @@
10521
10521
  }
10522
10522
  exports["default"] = Module;
10523
10523
  },
10524
- 2382: (__unused_webpack_module, exports) => {
10524
+ 5954: (__unused_webpack_module, exports) => {
10525
10525
  "use strict";
10526
10526
  Object.defineProperty(exports, "__esModule", { value: true });
10527
10527
  exports["default"] = void 0;
@@ -10545,7 +10545,7 @@
10545
10545
  }
10546
10546
  exports["default"] = Node;
10547
10547
  },
10548
- 7756: (__unused_webpack_module, exports) => {
10548
+ 2109: (__unused_webpack_module, exports) => {
10549
10549
  "use strict";
10550
10550
  Object.defineProperty(exports, "__esModule", { value: true });
10551
10551
  exports.getModulePathParts = getModulePathParts;
@@ -10562,10 +10562,10 @@
10562
10562
  return parsedPath.length ? parsedPath : null;
10563
10563
  }
10564
10564
  },
10565
- 5554: (__unused_webpack_module, exports, __nccwpck_require__) => {
10565
+ 3762: (__unused_webpack_module, exports, __nccwpck_require__) => {
10566
10566
  "use strict";
10567
- const { inspect, types } = __nccwpck_require__(3837);
10568
- const opener = __nccwpck_require__(3075);
10567
+ const { inspect, types } = __nccwpck_require__(9023);
10568
+ const opener = __nccwpck_require__(8565);
10569
10569
  const MONTHS = [
10570
10570
  "Jan",
10571
10571
  "Feb",
@@ -10628,18 +10628,18 @@
10628
10628
  }
10629
10629
  };
10630
10630
  },
10631
- 7498: (module, __unused_webpack_exports, __nccwpck_require__) => {
10631
+ 2257: (module, __unused_webpack_exports, __nccwpck_require__) => {
10632
10632
  "use strict";
10633
- const path = __nccwpck_require__(1017);
10634
- const fs = __nccwpck_require__(7147);
10635
- const http = __nccwpck_require__(3685);
10636
- const WebSocket = __nccwpck_require__(7532);
10637
- const sirv = __nccwpck_require__(2486);
10638
- const { bold } = __nccwpck_require__(5209);
10639
- const Logger = __nccwpck_require__(1283);
10640
- const analyzer = __nccwpck_require__(3377);
10641
- const { open } = __nccwpck_require__(5554);
10642
- const { renderViewer } = __nccwpck_require__(1393);
10633
+ const path = __nccwpck_require__(6928);
10634
+ const fs = __nccwpck_require__(9896);
10635
+ const http = __nccwpck_require__(8611);
10636
+ const WebSocket = __nccwpck_require__(9073);
10637
+ const sirv = __nccwpck_require__(6008);
10638
+ const { bold } = __nccwpck_require__(9456);
10639
+ const Logger = __nccwpck_require__(7087);
10640
+ const analyzer = __nccwpck_require__(5433);
10641
+ const { open } = __nccwpck_require__(3762);
10642
+ const { renderViewer } = __nccwpck_require__(5713);
10643
10643
  const projectRoot = path.resolve(__dirname, "..");
10644
10644
  function resolveTitle(reportTitle) {
10645
10645
  if (typeof reportTitle === "function") {
@@ -10825,18 +10825,18 @@
10825
10825
  );
10826
10826
  }
10827
10827
  },
10828
- 7532: (module, __unused_webpack_exports, __nccwpck_require__) => {
10828
+ 9073: (module, __unused_webpack_exports, __nccwpck_require__) => {
10829
10829
  "use strict";
10830
- const WebSocket = __nccwpck_require__(5443);
10831
- WebSocket.createWebSocketStream = __nccwpck_require__(8234);
10832
- WebSocket.Server = __nccwpck_require__(2443);
10833
- WebSocket.Receiver = __nccwpck_require__(6784);
10834
- WebSocket.Sender = __nccwpck_require__(3345);
10830
+ const WebSocket = __nccwpck_require__(6958);
10831
+ WebSocket.createWebSocketStream = __nccwpck_require__(4605);
10832
+ WebSocket.Server = __nccwpck_require__(4536);
10833
+ WebSocket.Receiver = __nccwpck_require__(8804);
10834
+ WebSocket.Sender = __nccwpck_require__(2716);
10835
10835
  module.exports = WebSocket;
10836
10836
  },
10837
- 44: (module, __unused_webpack_exports, __nccwpck_require__) => {
10837
+ 1412: (module, __unused_webpack_exports, __nccwpck_require__) => {
10838
10838
  "use strict";
10839
- const { EMPTY_BUFFER } = __nccwpck_require__(3539);
10839
+ const { EMPTY_BUFFER } = __nccwpck_require__(1168);
10840
10840
  function concat(list, totalLength) {
10841
10841
  if (list.length === 0) return EMPTY_BUFFER;
10842
10842
  if (list.length === 1) return list[0];
@@ -10885,7 +10885,7 @@
10885
10885
  return buf;
10886
10886
  }
10887
10887
  try {
10888
- const bufferUtil = __nccwpck_require__(5471);
10888
+ const bufferUtil = __nccwpck_require__(1098);
10889
10889
  const bu = bufferUtil.BufferUtil || bufferUtil;
10890
10890
  module.exports = {
10891
10891
  concat,
@@ -10910,7 +10910,7 @@
10910
10910
  };
10911
10911
  }
10912
10912
  },
10913
- 3539: (module) => {
10913
+ 1168: (module) => {
10914
10914
  "use strict";
10915
10915
  module.exports = {
10916
10916
  BINARY_TYPES: ["nodebuffer", "arraybuffer", "fragments"],
@@ -10921,7 +10921,7 @@
10921
10921
  NOOP: () => {},
10922
10922
  };
10923
10923
  },
10924
- 101: (module) => {
10924
+ 2827: (module) => {
10925
10925
  "use strict";
10926
10926
  class Event {
10927
10927
  constructor(type, target) {
@@ -11001,7 +11001,7 @@
11001
11001
  };
11002
11002
  module.exports = EventTarget;
11003
11003
  },
11004
- 6915: (module) => {
11004
+ 5496: (module) => {
11005
11005
  "use strict";
11006
11006
  const tokenChars = [
11007
11007
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@@ -11166,7 +11166,7 @@
11166
11166
  }
11167
11167
  module.exports = { format, parse };
11168
11168
  },
11169
- 9936: (module) => {
11169
+ 77: (module) => {
11170
11170
  "use strict";
11171
11171
  const kDone = Symbol("kDone");
11172
11172
  const kRun = Symbol("kRun");
@@ -11195,12 +11195,12 @@
11195
11195
  }
11196
11196
  module.exports = Limiter;
11197
11197
  },
11198
- 2094: (module, __unused_webpack_exports, __nccwpck_require__) => {
11198
+ 4989: (module, __unused_webpack_exports, __nccwpck_require__) => {
11199
11199
  "use strict";
11200
- const zlib = __nccwpck_require__(9796);
11201
- const bufferUtil = __nccwpck_require__(44);
11202
- const Limiter = __nccwpck_require__(9936);
11203
- const { kStatusCode, NOOP } = __nccwpck_require__(3539);
11200
+ const zlib = __nccwpck_require__(3106);
11201
+ const bufferUtil = __nccwpck_require__(1412);
11202
+ const Limiter = __nccwpck_require__(77);
11203
+ const { kStatusCode, NOOP } = __nccwpck_require__(1168);
11204
11204
  const TRAILER = Buffer.from([0, 0, 255, 255]);
11205
11205
  const kPerMessageDeflate = Symbol("permessage-deflate");
11206
11206
  const kTotalLength = Symbol("total-length");
@@ -11514,14 +11514,14 @@
11514
11514
  this[kCallback](err);
11515
11515
  }
11516
11516
  },
11517
- 6784: (module, __unused_webpack_exports, __nccwpck_require__) => {
11517
+ 8804: (module, __unused_webpack_exports, __nccwpck_require__) => {
11518
11518
  "use strict";
11519
- const { Writable } = __nccwpck_require__(2781);
11520
- const PerMessageDeflate = __nccwpck_require__(2094);
11519
+ const { Writable } = __nccwpck_require__(2203);
11520
+ const PerMessageDeflate = __nccwpck_require__(4989);
11521
11521
  const { BINARY_TYPES, EMPTY_BUFFER, kStatusCode, kWebSocket } =
11522
- __nccwpck_require__(3539);
11523
- const { concat, toArrayBuffer, unmask } = __nccwpck_require__(44);
11524
- const { isValidStatusCode, isValidUTF8 } = __nccwpck_require__(105);
11522
+ __nccwpck_require__(1168);
11523
+ const { concat, toArrayBuffer, unmask } = __nccwpck_require__(1412);
11524
+ const { isValidStatusCode, isValidUTF8 } = __nccwpck_require__(9506);
11525
11525
  const GET_INFO = 0;
11526
11526
  const GET_PAYLOAD_LENGTH_16 = 1;
11527
11527
  const GET_PAYLOAD_LENGTH_64 = 2;
@@ -11940,15 +11940,15 @@
11940
11940
  return err;
11941
11941
  }
11942
11942
  },
11943
- 3345: (module, __unused_webpack_exports, __nccwpck_require__) => {
11943
+ 2716: (module, __unused_webpack_exports, __nccwpck_require__) => {
11944
11944
  "use strict";
11945
- const net = __nccwpck_require__(1808);
11946
- const tls = __nccwpck_require__(4404);
11947
- const { randomFillSync } = __nccwpck_require__(6113);
11948
- const PerMessageDeflate = __nccwpck_require__(2094);
11949
- const { EMPTY_BUFFER } = __nccwpck_require__(3539);
11950
- const { isValidStatusCode } = __nccwpck_require__(105);
11951
- const { mask: applyMask, toBuffer } = __nccwpck_require__(44);
11945
+ const net = __nccwpck_require__(9278);
11946
+ const tls = __nccwpck_require__(4756);
11947
+ const { randomFillSync } = __nccwpck_require__(6982);
11948
+ const PerMessageDeflate = __nccwpck_require__(4989);
11949
+ const { EMPTY_BUFFER } = __nccwpck_require__(1168);
11950
+ const { isValidStatusCode } = __nccwpck_require__(9506);
11951
+ const { mask: applyMask, toBuffer } = __nccwpck_require__(1412);
11952
11952
  const mask = Buffer.alloc(4);
11953
11953
  class Sender {
11954
11954
  constructor(socket, extensions) {
@@ -12182,9 +12182,9 @@
12182
12182
  }
12183
12183
  module.exports = Sender;
12184
12184
  },
12185
- 8234: (module, __unused_webpack_exports, __nccwpck_require__) => {
12185
+ 4605: (module, __unused_webpack_exports, __nccwpck_require__) => {
12186
12186
  "use strict";
12187
- const { Duplex } = __nccwpck_require__(2781);
12187
+ const { Duplex } = __nccwpck_require__(2203);
12188
12188
  function emitClose(stream) {
12189
12189
  stream.emit("close");
12190
12190
  }
@@ -12296,7 +12296,7 @@
12296
12296
  }
12297
12297
  module.exports = createWebSocketStream;
12298
12298
  },
12299
- 105: (module, __unused_webpack_exports, __nccwpck_require__) => {
12299
+ 9506: (module, __unused_webpack_exports, __nccwpck_require__) => {
12300
12300
  "use strict";
12301
12301
  function isValidStatusCode(code) {
12302
12302
  return (
@@ -12354,7 +12354,7 @@
12354
12354
  return true;
12355
12355
  }
12356
12356
  try {
12357
- let isValidUTF8 = __nccwpck_require__(2177);
12357
+ let isValidUTF8 = __nccwpck_require__(5643);
12358
12358
  if (typeof isValidUTF8 === "object") {
12359
12359
  isValidUTF8 = isValidUTF8.Validation.isValidUTF8;
12360
12360
  }
@@ -12368,18 +12368,18 @@
12368
12368
  module.exports = { isValidStatusCode, isValidUTF8: _isValidUTF8 };
12369
12369
  }
12370
12370
  },
12371
- 2443: (module, __unused_webpack_exports, __nccwpck_require__) => {
12371
+ 4536: (module, __unused_webpack_exports, __nccwpck_require__) => {
12372
12372
  "use strict";
12373
- const EventEmitter = __nccwpck_require__(2361);
12374
- const http = __nccwpck_require__(3685);
12375
- const https = __nccwpck_require__(5687);
12376
- const net = __nccwpck_require__(1808);
12377
- const tls = __nccwpck_require__(4404);
12378
- const { createHash } = __nccwpck_require__(6113);
12379
- const PerMessageDeflate = __nccwpck_require__(2094);
12380
- const WebSocket = __nccwpck_require__(5443);
12381
- const { format, parse } = __nccwpck_require__(6915);
12382
- const { GUID, kWebSocket } = __nccwpck_require__(3539);
12373
+ const EventEmitter = __nccwpck_require__(4434);
12374
+ const http = __nccwpck_require__(8611);
12375
+ const https = __nccwpck_require__(5692);
12376
+ const net = __nccwpck_require__(9278);
12377
+ const tls = __nccwpck_require__(4756);
12378
+ const { createHash } = __nccwpck_require__(6982);
12379
+ const PerMessageDeflate = __nccwpck_require__(4989);
12380
+ const WebSocket = __nccwpck_require__(6958);
12381
+ const { format, parse } = __nccwpck_require__(5496);
12382
+ const { GUID, kWebSocket } = __nccwpck_require__(1168);
12383
12383
  const keyRegex = /^[+/0-9A-Za-z]{22}==$/;
12384
12384
  const RUNNING = 0;
12385
12385
  const CLOSING = 1;
@@ -12643,19 +12643,19 @@
12643
12643
  return str.trim();
12644
12644
  }
12645
12645
  },
12646
- 5443: (module, __unused_webpack_exports, __nccwpck_require__) => {
12646
+ 6958: (module, __unused_webpack_exports, __nccwpck_require__) => {
12647
12647
  "use strict";
12648
- const EventEmitter = __nccwpck_require__(2361);
12649
- const https = __nccwpck_require__(5687);
12650
- const http = __nccwpck_require__(3685);
12651
- const net = __nccwpck_require__(1808);
12652
- const tls = __nccwpck_require__(4404);
12653
- const { randomBytes, createHash } = __nccwpck_require__(6113);
12654
- const { Readable } = __nccwpck_require__(2781);
12655
- const { URL } = __nccwpck_require__(7310);
12656
- const PerMessageDeflate = __nccwpck_require__(2094);
12657
- const Receiver = __nccwpck_require__(6784);
12658
- const Sender = __nccwpck_require__(3345);
12648
+ const EventEmitter = __nccwpck_require__(4434);
12649
+ const https = __nccwpck_require__(5692);
12650
+ const http = __nccwpck_require__(8611);
12651
+ const net = __nccwpck_require__(9278);
12652
+ const tls = __nccwpck_require__(4756);
12653
+ const { randomBytes, createHash } = __nccwpck_require__(6982);
12654
+ const { Readable } = __nccwpck_require__(2203);
12655
+ const { URL } = __nccwpck_require__(7016);
12656
+ const PerMessageDeflate = __nccwpck_require__(4989);
12657
+ const Receiver = __nccwpck_require__(8804);
12658
+ const Sender = __nccwpck_require__(2716);
12659
12659
  const {
12660
12660
  BINARY_TYPES,
12661
12661
  EMPTY_BUFFER,
@@ -12663,11 +12663,11 @@
12663
12663
  kStatusCode,
12664
12664
  kWebSocket,
12665
12665
  NOOP,
12666
- } = __nccwpck_require__(3539);
12666
+ } = __nccwpck_require__(1168);
12667
12667
  const { addEventListener, removeEventListener } =
12668
- __nccwpck_require__(101);
12669
- const { format, parse } = __nccwpck_require__(6915);
12670
- const { toBuffer } = __nccwpck_require__(44);
12668
+ __nccwpck_require__(2827);
12669
+ const { format, parse } = __nccwpck_require__(5496);
12670
+ const { toBuffer } = __nccwpck_require__(1412);
12671
12671
  const readyStates = ["CONNECTING", "OPEN", "CLOSING", "CLOSED"];
12672
12672
  const protocolVersions = [8, 13];
12673
12673
  const closeTimeout = 30 * 1e3;
@@ -13342,77 +13342,77 @@
13342
13342
  }
13343
13343
  }
13344
13344
  },
13345
- 5471: (module) => {
13345
+ 1098: (module) => {
13346
13346
  module.exports = eval("require")("bufferutil");
13347
13347
  },
13348
- 2177: (module) => {
13348
+ 5643: (module) => {
13349
13349
  module.exports = eval("require")("utf-8-validate");
13350
13350
  },
13351
- 3684: (module) => {
13351
+ 3344: (module) => {
13352
13352
  "use strict";
13353
13353
  module.exports = require("./package.json");
13354
13354
  },
13355
- 2081: (module) => {
13355
+ 5317: (module) => {
13356
13356
  "use strict";
13357
13357
  module.exports = require("child_process");
13358
13358
  },
13359
- 6113: (module) => {
13359
+ 6982: (module) => {
13360
13360
  "use strict";
13361
13361
  module.exports = require("crypto");
13362
13362
  },
13363
- 2361: (module) => {
13363
+ 4434: (module) => {
13364
13364
  "use strict";
13365
13365
  module.exports = require("events");
13366
13366
  },
13367
- 7147: (module) => {
13367
+ 9896: (module) => {
13368
13368
  "use strict";
13369
13369
  module.exports = require("fs");
13370
13370
  },
13371
- 3685: (module) => {
13371
+ 8611: (module) => {
13372
13372
  "use strict";
13373
13373
  module.exports = require("http");
13374
13374
  },
13375
- 5687: (module) => {
13375
+ 5692: (module) => {
13376
13376
  "use strict";
13377
13377
  module.exports = require("https");
13378
13378
  },
13379
- 1808: (module) => {
13379
+ 9278: (module) => {
13380
13380
  "use strict";
13381
13381
  module.exports = require("net");
13382
13382
  },
13383
- 2037: (module) => {
13383
+ 857: (module) => {
13384
13384
  "use strict";
13385
13385
  module.exports = require("os");
13386
13386
  },
13387
- 1017: (module) => {
13387
+ 6928: (module) => {
13388
13388
  "use strict";
13389
13389
  module.exports = require("path");
13390
13390
  },
13391
- 3477: (module) => {
13391
+ 3480: (module) => {
13392
13392
  "use strict";
13393
13393
  module.exports = require("querystring");
13394
13394
  },
13395
- 2781: (module) => {
13395
+ 2203: (module) => {
13396
13396
  "use strict";
13397
13397
  module.exports = require("stream");
13398
13398
  },
13399
- 4404: (module) => {
13399
+ 4756: (module) => {
13400
13400
  "use strict";
13401
13401
  module.exports = require("tls");
13402
13402
  },
13403
- 7310: (module) => {
13403
+ 7016: (module) => {
13404
13404
  "use strict";
13405
13405
  module.exports = require("url");
13406
13406
  },
13407
- 3837: (module) => {
13407
+ 9023: (module) => {
13408
13408
  "use strict";
13409
13409
  module.exports = require("util");
13410
13410
  },
13411
- 9796: (module) => {
13411
+ 3106: (module) => {
13412
13412
  "use strict";
13413
13413
  module.exports = require("zlib");
13414
13414
  },
13415
- 2954: (__unused_webpack_module, exports) => {
13415
+ 8214: (__unused_webpack_module, exports) => {
13416
13416
  "use strict";
13417
13417
  var replace = "".replace;
13418
13418
  var ca = /[&<>'"]/g;
@@ -13475,6 +13475,6 @@
13475
13475
  }
13476
13476
  if (typeof __nccwpck_require__ !== "undefined")
13477
13477
  __nccwpck_require__.ab = __dirname + "/";
13478
- var __webpack_exports__ = __nccwpck_require__(7787);
13478
+ var __webpack_exports__ = __nccwpck_require__(8791);
13479
13479
  module.exports = __webpack_exports__;
13480
13480
  })();