@rspack/core 1.2.0-alpha.0 → 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.
Files changed (76) hide show
  1. package/compiled/browserslist/index.js +28 -28
  2. package/compiled/graceful-fs/index.js +18 -18
  3. package/compiled/watchpack/index.js +34 -34
  4. package/compiled/webpack-sources/index.js +76 -76
  5. package/compiled/zod/index.js +30 -30
  6. package/dist/ChunkGraph.d.ts +1 -0
  7. package/dist/ChunkGroup.d.ts +2 -0
  8. package/dist/Compilation.d.ts +0 -9
  9. package/dist/Module.d.ts +5 -8
  10. package/dist/ResolverFactory.d.ts +1 -1
  11. package/dist/builtin-plugin/APIPlugin.d.ts +1 -1
  12. package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +1 -1
  13. package/dist/builtin-plugin/AssetModulesPlugin.d.ts +1 -1
  14. package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +1 -1
  15. package/dist/builtin-plugin/BannerPlugin.d.ts +1 -1
  16. package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +1 -1
  17. package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +1 -1
  18. package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +1 -1
  19. package/dist/builtin-plugin/ContextReplacementPlugin.d.ts +1 -1
  20. package/dist/builtin-plugin/CopyRspackPlugin.d.ts +1 -1
  21. package/dist/builtin-plugin/CssModulesPlugin.d.ts +1 -1
  22. package/dist/builtin-plugin/DataUriPlugin.d.ts +1 -1
  23. package/dist/builtin-plugin/DefinePlugin.d.ts +1 -1
  24. package/dist/builtin-plugin/DllEntryPlugin.d.ts +1 -1
  25. package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +1 -1
  26. package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +1 -1
  27. package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +1 -1
  28. package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +1 -1
  29. package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +1 -1
  30. package/dist/builtin-plugin/EntryPlugin.d.ts +1 -1
  31. package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +1 -1
  32. package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +1 -1
  33. package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +1 -1
  34. package/dist/builtin-plugin/FileUriPlugin.d.ts +1 -1
  35. package/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts +1 -1
  36. package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +1 -1
  37. package/dist/builtin-plugin/HtmlRspackPlugin.d.ts +1 -1
  38. package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +1 -1
  39. package/dist/builtin-plugin/IgnorePlugin.d.ts +1 -1
  40. package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +1 -1
  41. package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +1 -1
  42. package/dist/builtin-plugin/JsonModulesPlugin.d.ts +1 -1
  43. package/dist/builtin-plugin/LibManifestPlugin.d.ts +1 -1
  44. package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +1 -1
  45. package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +1 -1
  46. package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +1 -1
  47. package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +1 -1
  48. package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +1 -1
  49. package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +1 -1
  50. package/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts +1 -1
  51. package/dist/builtin-plugin/NodeTargetPlugin.d.ts +1 -1
  52. package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +1 -1
  53. package/dist/builtin-plugin/ProgressPlugin.d.ts +1 -1
  54. package/dist/builtin-plugin/ProvidePlugin.d.ts +1 -1
  55. package/dist/builtin-plugin/RealContentHashPlugin.d.ts +1 -1
  56. package/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts +1 -1
  57. package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +1 -1
  58. package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +1 -1
  59. package/dist/builtin-plugin/RuntimePlugin.d.ts +1 -1
  60. package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +1 -1
  61. package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +1 -1
  62. package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +1 -1
  63. package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +1 -1
  64. package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +1 -1
  65. package/dist/builtin-plugin/base.d.ts +1 -1
  66. package/dist/builtin-plugin/css-extract/index.d.ts +1 -0
  67. package/dist/builtin-plugin/lazy-compilation/backend.d.ts +1 -1
  68. package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +1 -1
  69. package/dist/config/normalization.d.ts +3 -2
  70. package/dist/config/types.d.ts +33 -53
  71. package/dist/config/zod.d.ts +124 -119
  72. package/dist/container/ModuleFederationRuntimePlugin.d.ts +1 -1
  73. package/dist/exports.d.ts +2 -3
  74. package/dist/index.js +368 -290
  75. package/dist/stats/statsFactoryUtils.d.ts +9 -0
  76. package/package.json +11 -5
@@ -1,7 +1,7 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 584:
4
+ /***/ 137:
5
5
  /***/ ((module) => {
6
6
 
7
7
  module.exports = function (glob, opts) {
@@ -138,7 +138,7 @@ module.exports = function (glob, opts) {
138
138
 
139
139
  /***/ }),
140
140
 
141
- /***/ 757:
141
+ /***/ 100:
142
142
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
143
143
 
144
144
  "use strict";
@@ -148,17 +148,17 @@ module.exports = function (glob, opts) {
148
148
  */
149
149
 
150
150
 
151
- const EventEmitter = (__nccwpck_require__(361).EventEmitter);
152
- const fs = __nccwpck_require__(344);
153
- const path = __nccwpck_require__(17);
151
+ const EventEmitter = (__nccwpck_require__(434).EventEmitter);
152
+ const fs = __nccwpck_require__(923);
153
+ const path = __nccwpck_require__(928);
154
154
 
155
- const watchEventSource = __nccwpck_require__(178);
155
+ const watchEventSource = __nccwpck_require__(829);
156
156
 
157
157
  const EXISTANCE_ONLY_TIME_ENTRY = Object.freeze({});
158
158
 
159
159
  let FS_ACCURACY = 2000;
160
160
 
161
- const IS_OSX = (__nccwpck_require__(37).platform)() === "darwin";
161
+ const IS_OSX = (__nccwpck_require__(857).platform)() === "darwin";
162
162
  const WATCHPACK_POLLING = process.env.WATCHPACK_POLLING;
163
163
  const FORCE_POLLING =
164
164
  `${+WATCHPACK_POLLING}` === WATCHPACK_POLLING
@@ -933,7 +933,7 @@ function ensureFsAccuracy(mtime) {
933
933
 
934
934
  /***/ }),
935
935
 
936
- /***/ 391:
936
+ /***/ 91:
937
937
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
938
938
 
939
939
  "use strict";
@@ -943,8 +943,8 @@ function ensureFsAccuracy(mtime) {
943
943
  */
944
944
 
945
945
 
946
- const fs = __nccwpck_require__(147);
947
- const path = __nccwpck_require__(17);
946
+ const fs = __nccwpck_require__(896);
947
+ const path = __nccwpck_require__(928);
948
948
 
949
949
  // macOS, Linux, and Windows all rely on these errors
950
950
  const EXPECTED_ERRORS = new Set(["EINVAL", "ENOENT"]);
@@ -1048,7 +1048,7 @@ module.exports = LinkResolver;
1048
1048
 
1049
1049
  /***/ }),
1050
1050
 
1051
- /***/ 380:
1051
+ /***/ 130:
1052
1052
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1053
1053
 
1054
1054
  "use strict";
@@ -1058,8 +1058,8 @@ module.exports = LinkResolver;
1058
1058
  */
1059
1059
 
1060
1060
 
1061
- const path = __nccwpck_require__(17);
1062
- const DirectoryWatcher = __nccwpck_require__(757);
1061
+ const path = __nccwpck_require__(928);
1062
+ const DirectoryWatcher = __nccwpck_require__(100);
1063
1063
 
1064
1064
  class WatcherManager {
1065
1065
  constructor(options) {
@@ -1108,7 +1108,7 @@ module.exports.WatcherManager = WatcherManager;
1108
1108
 
1109
1109
  /***/ }),
1110
1110
 
1111
- /***/ 883:
1111
+ /***/ 948:
1112
1112
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1113
1113
 
1114
1114
  "use strict";
@@ -1118,7 +1118,7 @@ module.exports.WatcherManager = WatcherManager;
1118
1118
  */
1119
1119
 
1120
1120
 
1121
- const path = __nccwpck_require__(17);
1121
+ const path = __nccwpck_require__(928);
1122
1122
 
1123
1123
  /**
1124
1124
  * @template T
@@ -1254,7 +1254,7 @@ module.exports = (plan, limit) => {
1254
1254
 
1255
1255
  /***/ }),
1256
1256
 
1257
- /***/ 178:
1257
+ /***/ 829:
1258
1258
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
1259
1259
 
1260
1260
  "use strict";
@@ -1264,13 +1264,13 @@ module.exports = (plan, limit) => {
1264
1264
  */
1265
1265
 
1266
1266
 
1267
- const fs = __nccwpck_require__(147);
1268
- const path = __nccwpck_require__(17);
1269
- const { EventEmitter } = __nccwpck_require__(361);
1270
- const reducePlan = __nccwpck_require__(883);
1267
+ const fs = __nccwpck_require__(896);
1268
+ const path = __nccwpck_require__(928);
1269
+ const { EventEmitter } = __nccwpck_require__(434);
1270
+ const reducePlan = __nccwpck_require__(948);
1271
1271
 
1272
- const IS_OSX = (__nccwpck_require__(37).platform)() === "darwin";
1273
- const IS_WIN = (__nccwpck_require__(37).platform)() === "win32";
1272
+ const IS_OSX = (__nccwpck_require__(857).platform)() === "darwin";
1273
+ const IS_WIN = (__nccwpck_require__(857).platform)() === "win32";
1274
1274
  const SUPPORTS_RECURSIVE_WATCHING = IS_OSX || IS_WIN;
1275
1275
 
1276
1276
  const watcherLimit =
@@ -1595,7 +1595,7 @@ exports.getNumberOfWatchers = () => {
1595
1595
 
1596
1596
  /***/ }),
1597
1597
 
1598
- /***/ 619:
1598
+ /***/ 239:
1599
1599
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1600
1600
 
1601
1601
  "use strict";
@@ -1605,11 +1605,11 @@ exports.getNumberOfWatchers = () => {
1605
1605
  */
1606
1606
 
1607
1607
 
1608
- const getWatcherManager = __nccwpck_require__(380);
1609
- const LinkResolver = __nccwpck_require__(391);
1610
- const EventEmitter = (__nccwpck_require__(361).EventEmitter);
1611
- const globToRegExp = __nccwpck_require__(584);
1612
- const watchEventSource = __nccwpck_require__(178);
1608
+ const getWatcherManager = __nccwpck_require__(130);
1609
+ const LinkResolver = __nccwpck_require__(91);
1610
+ const EventEmitter = (__nccwpck_require__(434).EventEmitter);
1611
+ const globToRegExp = __nccwpck_require__(137);
1612
+ const watchEventSource = __nccwpck_require__(829);
1613
1613
 
1614
1614
  const EMPTY_ARRAY = [];
1615
1615
  const EMPTY_OPTIONS = {};
@@ -1986,7 +1986,7 @@ module.exports = Watchpack;
1986
1986
 
1987
1987
  /***/ }),
1988
1988
 
1989
- /***/ 344:
1989
+ /***/ 923:
1990
1990
  /***/ ((module) => {
1991
1991
 
1992
1992
  "use strict";
@@ -1994,7 +1994,7 @@ module.exports = require("../graceful-fs/index.js");
1994
1994
 
1995
1995
  /***/ }),
1996
1996
 
1997
- /***/ 361:
1997
+ /***/ 434:
1998
1998
  /***/ ((module) => {
1999
1999
 
2000
2000
  "use strict";
@@ -2002,7 +2002,7 @@ module.exports = require("events");
2002
2002
 
2003
2003
  /***/ }),
2004
2004
 
2005
- /***/ 147:
2005
+ /***/ 896:
2006
2006
  /***/ ((module) => {
2007
2007
 
2008
2008
  "use strict";
@@ -2010,7 +2010,7 @@ module.exports = require("fs");
2010
2010
 
2011
2011
  /***/ }),
2012
2012
 
2013
- /***/ 37:
2013
+ /***/ 857:
2014
2014
  /***/ ((module) => {
2015
2015
 
2016
2016
  "use strict";
@@ -2018,7 +2018,7 @@ module.exports = require("os");
2018
2018
 
2019
2019
  /***/ }),
2020
2020
 
2021
- /***/ 17:
2021
+ /***/ 928:
2022
2022
  /***/ ((module) => {
2023
2023
 
2024
2024
  "use strict";
@@ -2068,7 +2068,7 @@ module.exports = require("path");
2068
2068
  /******/ // startup
2069
2069
  /******/ // Load entry module and return exports
2070
2070
  /******/ // This entry module is referenced by other modules so it can't be inlined
2071
- /******/ var __webpack_exports__ = __nccwpck_require__(619);
2071
+ /******/ var __webpack_exports__ = __nccwpck_require__(239);
2072
2072
  /******/ module.exports = __webpack_exports__;
2073
2073
  /******/
2074
2074
  /******/ })()
@@ -1,7 +1,7 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 899:
4
+ /***/ 453:
5
5
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6
6
 
7
7
  "use strict";
@@ -11,10 +11,10 @@
11
11
  */
12
12
 
13
13
 
14
- const Source = __nccwpck_require__(690);
15
- const streamChunksOfSourceMap = __nccwpck_require__(728);
16
- const streamChunksOfRawSource = __nccwpck_require__(907);
17
- const streamAndGetSourceAndMap = __nccwpck_require__(377);
14
+ const Source = __nccwpck_require__(171);
15
+ const streamChunksOfSourceMap = __nccwpck_require__(958);
16
+ const streamChunksOfRawSource = __nccwpck_require__(348);
17
+ const streamAndGetSourceAndMap = __nccwpck_require__(391);
18
18
 
19
19
  const mapToBufferedMap = map => {
20
20
  if (typeof map !== "object" || !map) return map;
@@ -283,7 +283,7 @@ module.exports = CachedSource;
283
283
 
284
284
  /***/ }),
285
285
 
286
- /***/ 234:
286
+ /***/ 273:
287
287
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
288
288
 
289
289
  "use strict";
@@ -293,7 +293,7 @@ module.exports = CachedSource;
293
293
  */
294
294
 
295
295
 
296
- const Source = __nccwpck_require__(690);
296
+ const Source = __nccwpck_require__(171);
297
297
 
298
298
  class CompatSource extends Source {
299
299
  static from(sourceLike) {
@@ -357,7 +357,7 @@ module.exports = CompatSource;
357
357
 
358
358
  /***/ }),
359
359
 
360
- /***/ 768:
360
+ /***/ 987:
361
361
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
362
362
 
363
363
  "use strict";
@@ -367,10 +367,10 @@ module.exports = CompatSource;
367
367
  */
368
368
 
369
369
 
370
- const Source = __nccwpck_require__(690);
371
- const RawSource = __nccwpck_require__(683);
372
- const streamChunks = __nccwpck_require__(858);
373
- const { getMap, getSourceAndMap } = __nccwpck_require__(548);
370
+ const Source = __nccwpck_require__(171);
371
+ const RawSource = __nccwpck_require__(327);
372
+ const streamChunks = __nccwpck_require__(266);
373
+ const { getMap, getSourceAndMap } = __nccwpck_require__(56);
374
374
 
375
375
  const stringsAsRawSources = new WeakSet();
376
376
 
@@ -684,7 +684,7 @@ module.exports = ConcatSource;
684
684
 
685
685
  /***/ }),
686
686
 
687
- /***/ 557:
687
+ /***/ 472:
688
688
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
689
689
 
690
690
  "use strict";
@@ -694,11 +694,11 @@ module.exports = ConcatSource;
694
694
  */
695
695
 
696
696
 
697
- const { getMap, getSourceAndMap } = __nccwpck_require__(548);
698
- const splitIntoLines = __nccwpck_require__(391);
699
- const getGeneratedSourceInfo = __nccwpck_require__(314);
700
- const Source = __nccwpck_require__(690);
701
- const splitIntoPotentialTokens = __nccwpck_require__(968);
697
+ const { getMap, getSourceAndMap } = __nccwpck_require__(56);
698
+ const splitIntoLines = __nccwpck_require__(877);
699
+ const getGeneratedSourceInfo = __nccwpck_require__(864);
700
+ const Source = __nccwpck_require__(171);
701
+ const splitIntoPotentialTokens = __nccwpck_require__(914);
702
702
 
703
703
  class OriginalSource extends Source {
704
704
  constructor(value, name) {
@@ -827,7 +827,7 @@ module.exports = OriginalSource;
827
827
 
828
828
  /***/ }),
829
829
 
830
- /***/ 423:
830
+ /***/ 663:
831
831
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
832
832
 
833
833
  "use strict";
@@ -837,10 +837,10 @@ module.exports = OriginalSource;
837
837
  */
838
838
 
839
839
 
840
- const Source = __nccwpck_require__(690);
841
- const RawSource = __nccwpck_require__(683);
842
- const streamChunks = __nccwpck_require__(858);
843
- const { getMap, getSourceAndMap } = __nccwpck_require__(548);
840
+ const Source = __nccwpck_require__(171);
841
+ const RawSource = __nccwpck_require__(327);
842
+ const streamChunks = __nccwpck_require__(266);
843
+ const { getMap, getSourceAndMap } = __nccwpck_require__(56);
844
844
 
845
845
  const REPLACE_REGEX = /\n(?=.|\s)/g;
846
846
 
@@ -949,7 +949,7 @@ module.exports = PrefixSource;
949
949
 
950
950
  /***/ }),
951
951
 
952
- /***/ 683:
952
+ /***/ 327:
953
953
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
954
954
 
955
955
  "use strict";
@@ -960,8 +960,8 @@ module.exports = PrefixSource;
960
960
 
961
961
 
962
962
 
963
- const streamChunksOfRawSource = __nccwpck_require__(907);
964
- const Source = __nccwpck_require__(690);
963
+ const streamChunksOfRawSource = __nccwpck_require__(348);
964
+ const Source = __nccwpck_require__(171);
965
965
 
966
966
  class RawSource extends Source {
967
967
  constructor(value, convertToString = false) {
@@ -1038,7 +1038,7 @@ module.exports = RawSource;
1038
1038
 
1039
1039
  /***/ }),
1040
1040
 
1041
- /***/ 521:
1041
+ /***/ 829:
1042
1042
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1043
1043
 
1044
1044
  "use strict";
@@ -1048,10 +1048,10 @@ module.exports = RawSource;
1048
1048
  */
1049
1049
 
1050
1050
 
1051
- const { getMap, getSourceAndMap } = __nccwpck_require__(548);
1052
- const streamChunks = __nccwpck_require__(858);
1053
- const Source = __nccwpck_require__(690);
1054
- const splitIntoLines = __nccwpck_require__(391);
1051
+ const { getMap, getSourceAndMap } = __nccwpck_require__(56);
1052
+ const streamChunks = __nccwpck_require__(266);
1053
+ const Source = __nccwpck_require__(171);
1054
+ const splitIntoLines = __nccwpck_require__(877);
1055
1055
 
1056
1056
  // since v8 7.0, Array.prototype.sort is stable
1057
1057
  const hasStableSort =
@@ -1513,7 +1513,7 @@ module.exports = ReplaceSource;
1513
1513
 
1514
1514
  /***/ }),
1515
1515
 
1516
- /***/ 878:
1516
+ /***/ 908:
1517
1517
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1518
1518
 
1519
1519
  "use strict";
@@ -1523,7 +1523,7 @@ module.exports = ReplaceSource;
1523
1523
  */
1524
1524
 
1525
1525
 
1526
- const Source = __nccwpck_require__(690);
1526
+ const Source = __nccwpck_require__(171);
1527
1527
 
1528
1528
  class SizeOnlySource extends Source {
1529
1529
  constructor(size) {
@@ -1563,7 +1563,7 @@ module.exports = SizeOnlySource;
1563
1563
 
1564
1564
  /***/ }),
1565
1565
 
1566
- /***/ 690:
1566
+ /***/ 171:
1567
1567
  /***/ ((module) => {
1568
1568
 
1569
1569
  "use strict";
@@ -1609,7 +1609,7 @@ module.exports = Source;
1609
1609
 
1610
1610
  /***/ }),
1611
1611
 
1612
- /***/ 210:
1612
+ /***/ 188:
1613
1613
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1614
1614
 
1615
1615
  "use strict";
@@ -1619,10 +1619,10 @@ module.exports = Source;
1619
1619
  */
1620
1620
 
1621
1621
 
1622
- const Source = __nccwpck_require__(690);
1623
- const streamChunksOfSourceMap = __nccwpck_require__(728);
1624
- const streamChunksOfCombinedSourceMap = __nccwpck_require__(112);
1625
- const { getMap, getSourceAndMap } = __nccwpck_require__(548);
1622
+ const Source = __nccwpck_require__(171);
1623
+ const streamChunksOfSourceMap = __nccwpck_require__(958);
1624
+ const streamChunksOfCombinedSourceMap = __nccwpck_require__(503);
1625
+ const { getMap, getSourceAndMap } = __nccwpck_require__(56);
1626
1626
 
1627
1627
  class SourceMapSource extends Source {
1628
1628
  constructor(
@@ -1864,7 +1864,7 @@ module.exports = SourceMapSource;
1864
1864
 
1865
1865
  /***/ }),
1866
1866
 
1867
- /***/ 951:
1867
+ /***/ 543:
1868
1868
  /***/ ((module) => {
1869
1869
 
1870
1870
  "use strict";
@@ -2078,7 +2078,7 @@ module.exports = createMappingsSerializer;
2078
2078
 
2079
2079
  /***/ }),
2080
2080
 
2081
- /***/ 548:
2081
+ /***/ 56:
2082
2082
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
2083
2083
 
2084
2084
  "use strict";
@@ -2089,7 +2089,7 @@ module.exports = createMappingsSerializer;
2089
2089
 
2090
2090
 
2091
2091
 
2092
- const createMappingsSerializer = __nccwpck_require__(951);
2092
+ const createMappingsSerializer = __nccwpck_require__(543);
2093
2093
 
2094
2094
  exports.getSourceAndMap = (inputSource, options) => {
2095
2095
  let code = "";
@@ -2215,7 +2215,7 @@ exports.getMap = (source, options) => {
2215
2215
 
2216
2216
  /***/ }),
2217
2217
 
2218
- /***/ 314:
2218
+ /***/ 864:
2219
2219
  /***/ ((module) => {
2220
2220
 
2221
2221
  "use strict";
@@ -2256,7 +2256,7 @@ module.exports = getGeneratedSourceInfo;
2256
2256
 
2257
2257
  /***/ }),
2258
2258
 
2259
- /***/ 626:
2259
+ /***/ 367:
2260
2260
  /***/ ((module) => {
2261
2261
 
2262
2262
  "use strict";
@@ -2281,7 +2281,7 @@ module.exports = getSource;
2281
2281
 
2282
2282
  /***/ }),
2283
2283
 
2284
- /***/ 698:
2284
+ /***/ 479:
2285
2285
  /***/ ((module) => {
2286
2286
 
2287
2287
  "use strict";
@@ -2405,7 +2405,7 @@ module.exports = readMappings;
2405
2405
 
2406
2406
  /***/ }),
2407
2407
 
2408
- /***/ 391:
2408
+ /***/ 877:
2409
2409
  /***/ ((module) => {
2410
2410
 
2411
2411
  const splitIntoLines = str => {
@@ -2433,7 +2433,7 @@ module.exports = splitIntoLines;
2433
2433
 
2434
2434
  /***/ }),
2435
2435
 
2436
- /***/ 968:
2436
+ /***/ 914:
2437
2437
  /***/ ((module) => {
2438
2438
 
2439
2439
  // \n = 10
@@ -2481,7 +2481,7 @@ module.exports = splitIntoPotentialTokens;
2481
2481
 
2482
2482
  /***/ }),
2483
2483
 
2484
- /***/ 377:
2484
+ /***/ 391:
2485
2485
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2486
2486
 
2487
2487
  "use strict";
@@ -2492,8 +2492,8 @@ module.exports = splitIntoPotentialTokens;
2492
2492
 
2493
2493
 
2494
2494
 
2495
- const createMappingsSerializer = __nccwpck_require__(951);
2496
- const streamChunks = __nccwpck_require__(858);
2495
+ const createMappingsSerializer = __nccwpck_require__(543);
2496
+ const streamChunks = __nccwpck_require__(266);
2497
2497
 
2498
2498
  const streamAndGetSourceAndMap = (
2499
2499
  inputSource,
@@ -2591,7 +2591,7 @@ module.exports = streamAndGetSourceAndMap;
2591
2591
 
2592
2592
  /***/ }),
2593
2593
 
2594
- /***/ 858:
2594
+ /***/ 266:
2595
2595
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2596
2596
 
2597
2597
  "use strict";
@@ -2602,8 +2602,8 @@ module.exports = streamAndGetSourceAndMap;
2602
2602
 
2603
2603
 
2604
2604
 
2605
- const streamChunksOfRawSource = __nccwpck_require__(907);
2606
- const streamChunksOfSourceMap = __nccwpck_require__(728);
2605
+ const streamChunksOfRawSource = __nccwpck_require__(348);
2606
+ const streamChunksOfSourceMap = __nccwpck_require__(958);
2607
2607
 
2608
2608
  module.exports = (source, options, onChunk, onSource, onName) => {
2609
2609
  if (typeof source.streamChunks === "function") {
@@ -2635,7 +2635,7 @@ module.exports = (source, options, onChunk, onSource, onName) => {
2635
2635
 
2636
2636
  /***/ }),
2637
2637
 
2638
- /***/ 112:
2638
+ /***/ 503:
2639
2639
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2640
2640
 
2641
2641
  "use strict";
@@ -2646,8 +2646,8 @@ module.exports = (source, options, onChunk, onSource, onName) => {
2646
2646
 
2647
2647
 
2648
2648
 
2649
- const streamChunksOfSourceMap = __nccwpck_require__(728);
2650
- const splitIntoLines = __nccwpck_require__(391);
2649
+ const streamChunksOfSourceMap = __nccwpck_require__(958);
2650
+ const splitIntoLines = __nccwpck_require__(877);
2651
2651
 
2652
2652
  const streamChunksOfCombinedSourceMap = (
2653
2653
  source,
@@ -2972,7 +2972,7 @@ module.exports = streamChunksOfCombinedSourceMap;
2972
2972
 
2973
2973
  /***/ }),
2974
2974
 
2975
- /***/ 907:
2975
+ /***/ 348:
2976
2976
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2977
2977
 
2978
2978
  "use strict";
@@ -2983,8 +2983,8 @@ module.exports = streamChunksOfCombinedSourceMap;
2983
2983
 
2984
2984
 
2985
2985
 
2986
- const getGeneratedSourceInfo = __nccwpck_require__(314);
2987
- const splitIntoLines = __nccwpck_require__(391);
2986
+ const getGeneratedSourceInfo = __nccwpck_require__(864);
2987
+ const splitIntoLines = __nccwpck_require__(877);
2988
2988
 
2989
2989
  const streamChunksOfRawSource = (source, onChunk, onSource, onName) => {
2990
2990
  let line = 1;
@@ -3014,7 +3014,7 @@ module.exports = (source, onChunk, onSource, onName, finalSource) => {
3014
3014
 
3015
3015
  /***/ }),
3016
3016
 
3017
- /***/ 728:
3017
+ /***/ 958:
3018
3018
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
3019
3019
 
3020
3020
  "use strict";
@@ -3025,10 +3025,10 @@ module.exports = (source, onChunk, onSource, onName, finalSource) => {
3025
3025
 
3026
3026
 
3027
3027
 
3028
- const getGeneratedSourceInfo = __nccwpck_require__(314);
3029
- const getSource = __nccwpck_require__(626);
3030
- const readMappings = __nccwpck_require__(698);
3031
- const splitIntoLines = __nccwpck_require__(391);
3028
+ const getGeneratedSourceInfo = __nccwpck_require__(864);
3029
+ const getSource = __nccwpck_require__(367);
3030
+ const readMappings = __nccwpck_require__(479);
3031
+ const splitIntoLines = __nccwpck_require__(877);
3032
3032
 
3033
3033
  const streamChunksOfSourceMapFull = (
3034
3034
  source,
@@ -3434,7 +3434,7 @@ module.exports = (
3434
3434
 
3435
3435
  /***/ }),
3436
3436
 
3437
- /***/ 315:
3437
+ /***/ 452:
3438
3438
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
3439
3439
 
3440
3440
  /*
@@ -3456,17 +3456,17 @@ const defineExport = (name, fn) => {
3456
3456
  });
3457
3457
  };
3458
3458
 
3459
- defineExport("Source", () => __nccwpck_require__(690));
3459
+ defineExport("Source", () => __nccwpck_require__(171));
3460
3460
 
3461
- defineExport("RawSource", () => __nccwpck_require__(683));
3462
- defineExport("OriginalSource", () => __nccwpck_require__(557));
3463
- defineExport("SourceMapSource", () => __nccwpck_require__(210));
3464
- defineExport("CachedSource", () => __nccwpck_require__(899));
3465
- defineExport("ConcatSource", () => __nccwpck_require__(768));
3466
- defineExport("ReplaceSource", () => __nccwpck_require__(521));
3467
- defineExport("PrefixSource", () => __nccwpck_require__(423));
3468
- defineExport("SizeOnlySource", () => __nccwpck_require__(878));
3469
- defineExport("CompatSource", () => __nccwpck_require__(234));
3461
+ defineExport("RawSource", () => __nccwpck_require__(327));
3462
+ defineExport("OriginalSource", () => __nccwpck_require__(472));
3463
+ defineExport("SourceMapSource", () => __nccwpck_require__(188));
3464
+ defineExport("CachedSource", () => __nccwpck_require__(453));
3465
+ defineExport("ConcatSource", () => __nccwpck_require__(987));
3466
+ defineExport("ReplaceSource", () => __nccwpck_require__(829));
3467
+ defineExport("PrefixSource", () => __nccwpck_require__(663));
3468
+ defineExport("SizeOnlySource", () => __nccwpck_require__(908));
3469
+ defineExport("CompatSource", () => __nccwpck_require__(273));
3470
3470
 
3471
3471
 
3472
3472
  /***/ })
@@ -3513,7 +3513,7 @@ defineExport("CompatSource", () => __nccwpck_require__(234));
3513
3513
  /******/ // startup
3514
3514
  /******/ // Load entry module and return exports
3515
3515
  /******/ // This entry module is referenced by other modules so it can't be inlined
3516
- /******/ var __webpack_exports__ = __nccwpck_require__(315);
3516
+ /******/ var __webpack_exports__ = __nccwpck_require__(452);
3517
3517
  /******/ module.exports = __webpack_exports__;
3518
3518
  /******/
3519
3519
  /******/ })()