@rspack/core 1.0.0-alpha.3 → 1.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiled/browserslist/index.js +17 -17
- package/compiled/enhanced-resolve/index.js +107 -107
- package/compiled/graceful-fs/index.js +8 -8
- package/compiled/json-parse-even-better-errors/index.js +2 -2
- package/compiled/neo-async/index.js +2 -2
- package/compiled/watchpack/index.js +15 -15
- package/compiled/webpack-sources/index.js +76 -76
- package/compiled/zod/index.js +30 -30
- package/compiled/zod-validation-error/index.js +6 -6
- package/dist/Compilation.js +2 -3
- package/dist/ErrorHelpers.d.ts +16 -7
- package/dist/ErrorHelpers.js +34 -33
- package/dist/ExecuteModulePlugin.js +1 -1
- package/dist/FileSystem.js +6 -6
- package/dist/Module.d.ts +1 -2
- package/dist/Module.js +2 -6
- package/dist/MultiCompiler.js +1 -1
- package/dist/NormalModule.js +6 -6
- package/dist/ResolverFactory.d.ts +5 -1
- package/dist/ResolverFactory.js +7 -1
- package/dist/RuntimeGlobals.js +3 -3
- package/dist/Stats.js +4 -4
- package/dist/Template.js +2 -2
- package/dist/Watching.js +2 -2
- package/dist/builtin-plugin/DefinePlugin.js +2 -2
- package/dist/builtin-plugin/EntryPlugin.js +1 -1
- package/dist/builtin-plugin/SplitChunksPlugin.js +2 -2
- package/dist/builtin-plugin/SwcCssMinimizerPlugin.d.ts +10 -2
- package/dist/builtin-plugin/SwcCssMinimizerPlugin.js +7 -1
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.js +2 -2
- package/dist/builtin-plugin/WorkerPlugin.js +5 -1
- package/dist/builtin-plugin/base.js +1 -1
- package/dist/builtin-plugin/css-extract/loader.js +5 -5
- package/dist/builtin-plugin/css-extract/utils.js +3 -3
- package/dist/builtin-plugin/lazy-compilation/backend.d.ts +3 -3
- package/dist/builtin-plugin/lazy-compilation/backend.js +1 -1
- package/dist/config/adapter.d.ts +1 -1
- package/dist/config/adapter.js +27 -16
- package/dist/config/adapterRuleUse.js +1 -1
- package/dist/config/browserslistTargetHandler.js +2 -2
- package/dist/config/defaults.js +11 -10
- package/dist/config/zod.d.ts +119 -12
- package/dist/config/zod.js +43 -40
- package/dist/container/ModuleFederationPlugin.js +2 -2
- package/dist/lib/EntryOptionPlugin.js +2 -2
- package/dist/lib/WebpackError.js +1 -1
- package/dist/loader-runner/index.js +22 -22
- package/dist/loader-runner/loadLoader.js +1 -1
- package/dist/logging/runtime.js +1 -1
- package/dist/node/NodeWatchFileSystem.js +5 -5
- package/dist/node/nodeConsole.js +1 -1
- package/dist/rspack.js +6 -6
- package/dist/rspackOptionsApply.js +3 -3
- package/dist/sharing/ConsumeSharedPlugin.js +1 -1
- package/dist/stats/DefaultStatsFactoryPlugin.js +285 -50
- package/dist/stats/DefaultStatsPresetPlugin.js +17 -17
- package/dist/stats/DefaultStatsPrinterPlugin.js +2 -2
- package/dist/stats/statsFactoryUtils.d.ts +24 -10
- package/dist/util/bindingVersionCheck.js +6 -6
- package/dist/util/createHash.js +2 -2
- package/dist/util/fs.js +11 -11
- package/dist/util/identifier.d.ts +65 -62
- package/dist/util/identifier.js +30 -55
- package/package.json +6 -3
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 714:
|
|
6
6
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
7
7
|
|
|
8
8
|
/*
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
const DescriptionFileUtils = __nccwpck_require__(
|
|
16
|
-
const getInnerRequest = __nccwpck_require__(
|
|
15
|
+
const DescriptionFileUtils = __nccwpck_require__(194);
|
|
16
|
+
const getInnerRequest = __nccwpck_require__(830);
|
|
17
17
|
|
|
18
18
|
/** @typedef {import("./Resolver")} Resolver */
|
|
19
19
|
/** @typedef {import("./Resolver").ResolveRequest} ResolveRequest */
|
|
@@ -110,7 +110,7 @@ module.exports = class AliasFieldPlugin {
|
|
|
110
110
|
|
|
111
111
|
/***/ }),
|
|
112
112
|
|
|
113
|
-
/***/
|
|
113
|
+
/***/ 462:
|
|
114
114
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
115
115
|
|
|
116
116
|
/*
|
|
@@ -120,8 +120,8 @@ module.exports = class AliasFieldPlugin {
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
const forEachBail = __nccwpck_require__(
|
|
124
|
-
const { PathType, getType } = __nccwpck_require__(
|
|
123
|
+
const forEachBail = __nccwpck_require__(880);
|
|
124
|
+
const { PathType, getType } = __nccwpck_require__(552);
|
|
125
125
|
|
|
126
126
|
/** @typedef {import("./Resolver")} Resolver */
|
|
127
127
|
/** @typedef {import("./Resolver").ResolveRequest} ResolveRequest */
|
|
@@ -248,7 +248,7 @@ module.exports = class AliasPlugin {
|
|
|
248
248
|
|
|
249
249
|
/***/ }),
|
|
250
250
|
|
|
251
|
-
/***/
|
|
251
|
+
/***/ 203:
|
|
252
252
|
/***/ ((module) => {
|
|
253
253
|
|
|
254
254
|
/*
|
|
@@ -302,7 +302,7 @@ module.exports = class AppendPlugin {
|
|
|
302
302
|
|
|
303
303
|
/***/ }),
|
|
304
304
|
|
|
305
|
-
/***/
|
|
305
|
+
/***/ 96:
|
|
306
306
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
307
307
|
|
|
308
308
|
/*
|
|
@@ -786,7 +786,7 @@ module.exports = class CachedInputFileSystem {
|
|
|
786
786
|
|
|
787
787
|
/***/ }),
|
|
788
788
|
|
|
789
|
-
/***/
|
|
789
|
+
/***/ 646:
|
|
790
790
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
791
791
|
|
|
792
792
|
/*
|
|
@@ -796,7 +796,7 @@ module.exports = class CachedInputFileSystem {
|
|
|
796
796
|
|
|
797
797
|
|
|
798
798
|
|
|
799
|
-
const basename = (__nccwpck_require__(
|
|
799
|
+
const basename = (__nccwpck_require__(790).basename);
|
|
800
800
|
|
|
801
801
|
/** @typedef {import("./Resolver")} Resolver */
|
|
802
802
|
|
|
@@ -838,7 +838,7 @@ module.exports = class CloneBasenamePlugin {
|
|
|
838
838
|
|
|
839
839
|
/***/ }),
|
|
840
840
|
|
|
841
|
-
/***/
|
|
841
|
+
/***/ 192:
|
|
842
842
|
/***/ ((module) => {
|
|
843
843
|
|
|
844
844
|
/*
|
|
@@ -904,7 +904,7 @@ module.exports = class ConditionalPlugin {
|
|
|
904
904
|
|
|
905
905
|
/***/ }),
|
|
906
906
|
|
|
907
|
-
/***/
|
|
907
|
+
/***/ 293:
|
|
908
908
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
909
909
|
|
|
910
910
|
/*
|
|
@@ -914,7 +914,7 @@ module.exports = class ConditionalPlugin {
|
|
|
914
914
|
|
|
915
915
|
|
|
916
916
|
|
|
917
|
-
const DescriptionFileUtils = __nccwpck_require__(
|
|
917
|
+
const DescriptionFileUtils = __nccwpck_require__(194);
|
|
918
918
|
|
|
919
919
|
/** @typedef {import("./Resolver")} Resolver */
|
|
920
920
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -1007,7 +1007,7 @@ module.exports = class DescriptionFilePlugin {
|
|
|
1007
1007
|
|
|
1008
1008
|
/***/ }),
|
|
1009
1009
|
|
|
1010
|
-
/***/
|
|
1010
|
+
/***/ 194:
|
|
1011
1011
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1012
1012
|
|
|
1013
1013
|
/*
|
|
@@ -1017,7 +1017,7 @@ module.exports = class DescriptionFilePlugin {
|
|
|
1017
1017
|
|
|
1018
1018
|
|
|
1019
1019
|
|
|
1020
|
-
const forEachBail = __nccwpck_require__(
|
|
1020
|
+
const forEachBail = __nccwpck_require__(880);
|
|
1021
1021
|
|
|
1022
1022
|
/** @typedef {import("./Resolver")} Resolver */
|
|
1023
1023
|
/** @typedef {import("./Resolver").ResolveContext} ResolveContext */
|
|
@@ -1184,7 +1184,7 @@ exports.cdUp = cdUp;
|
|
|
1184
1184
|
|
|
1185
1185
|
/***/ }),
|
|
1186
1186
|
|
|
1187
|
-
/***/
|
|
1187
|
+
/***/ 121:
|
|
1188
1188
|
/***/ ((module) => {
|
|
1189
1189
|
|
|
1190
1190
|
/*
|
|
@@ -1254,7 +1254,7 @@ module.exports = class DirectoryExistsPlugin {
|
|
|
1254
1254
|
|
|
1255
1255
|
/***/ }),
|
|
1256
1256
|
|
|
1257
|
-
/***/
|
|
1257
|
+
/***/ 834:
|
|
1258
1258
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1259
1259
|
|
|
1260
1260
|
/*
|
|
@@ -1265,11 +1265,11 @@ module.exports = class DirectoryExistsPlugin {
|
|
|
1265
1265
|
|
|
1266
1266
|
|
|
1267
1267
|
const path = __nccwpck_require__(17);
|
|
1268
|
-
const DescriptionFileUtils = __nccwpck_require__(
|
|
1269
|
-
const forEachBail = __nccwpck_require__(
|
|
1270
|
-
const { processExportsField } = __nccwpck_require__(
|
|
1271
|
-
const { parseIdentifier } = __nccwpck_require__(
|
|
1272
|
-
const { checkImportsExportsFieldTarget } = __nccwpck_require__(
|
|
1268
|
+
const DescriptionFileUtils = __nccwpck_require__(194);
|
|
1269
|
+
const forEachBail = __nccwpck_require__(880);
|
|
1270
|
+
const { processExportsField } = __nccwpck_require__(105);
|
|
1271
|
+
const { parseIdentifier } = __nccwpck_require__(343);
|
|
1272
|
+
const { checkImportsExportsFieldTarget } = __nccwpck_require__(552);
|
|
1273
1273
|
|
|
1274
1274
|
/** @typedef {import("./Resolver")} Resolver */
|
|
1275
1275
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -1410,7 +1410,7 @@ module.exports = class ExportsFieldPlugin {
|
|
|
1410
1410
|
|
|
1411
1411
|
/***/ }),
|
|
1412
1412
|
|
|
1413
|
-
/***/
|
|
1413
|
+
/***/ 995:
|
|
1414
1414
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1415
1415
|
|
|
1416
1416
|
/*
|
|
@@ -1420,7 +1420,7 @@ module.exports = class ExportsFieldPlugin {
|
|
|
1420
1420
|
|
|
1421
1421
|
|
|
1422
1422
|
|
|
1423
|
-
const forEachBail = __nccwpck_require__(
|
|
1423
|
+
const forEachBail = __nccwpck_require__(880);
|
|
1424
1424
|
|
|
1425
1425
|
/** @typedef {import("./Resolver")} Resolver */
|
|
1426
1426
|
/** @typedef {import("./Resolver").ResolveRequest} ResolveRequest */
|
|
@@ -1485,7 +1485,7 @@ module.exports = class ExtensionAliasPlugin {
|
|
|
1485
1485
|
|
|
1486
1486
|
/***/ }),
|
|
1487
1487
|
|
|
1488
|
-
/***/
|
|
1488
|
+
/***/ 763:
|
|
1489
1489
|
/***/ ((module) => {
|
|
1490
1490
|
|
|
1491
1491
|
/*
|
|
@@ -1550,7 +1550,7 @@ module.exports = class FileExistsPlugin {
|
|
|
1550
1550
|
|
|
1551
1551
|
/***/ }),
|
|
1552
1552
|
|
|
1553
|
-
/***/
|
|
1553
|
+
/***/ 83:
|
|
1554
1554
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1555
1555
|
|
|
1556
1556
|
/*
|
|
@@ -1561,11 +1561,11 @@ module.exports = class FileExistsPlugin {
|
|
|
1561
1561
|
|
|
1562
1562
|
|
|
1563
1563
|
const path = __nccwpck_require__(17);
|
|
1564
|
-
const DescriptionFileUtils = __nccwpck_require__(
|
|
1565
|
-
const forEachBail = __nccwpck_require__(
|
|
1566
|
-
const { processImportsField } = __nccwpck_require__(
|
|
1567
|
-
const { parseIdentifier } = __nccwpck_require__(
|
|
1568
|
-
const { checkImportsExportsFieldTarget } = __nccwpck_require__(
|
|
1564
|
+
const DescriptionFileUtils = __nccwpck_require__(194);
|
|
1565
|
+
const forEachBail = __nccwpck_require__(880);
|
|
1566
|
+
const { processImportsField } = __nccwpck_require__(105);
|
|
1567
|
+
const { parseIdentifier } = __nccwpck_require__(343);
|
|
1568
|
+
const { checkImportsExportsFieldTarget } = __nccwpck_require__(552);
|
|
1569
1569
|
|
|
1570
1570
|
/** @typedef {import("./Resolver")} Resolver */
|
|
1571
1571
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -1735,7 +1735,7 @@ module.exports = class ImportsFieldPlugin {
|
|
|
1735
1735
|
|
|
1736
1736
|
/***/ }),
|
|
1737
1737
|
|
|
1738
|
-
/***/
|
|
1738
|
+
/***/ 233:
|
|
1739
1739
|
/***/ ((module) => {
|
|
1740
1740
|
|
|
1741
1741
|
/*
|
|
@@ -1806,7 +1806,7 @@ module.exports = class JoinRequestPartPlugin {
|
|
|
1806
1806
|
|
|
1807
1807
|
/***/ }),
|
|
1808
1808
|
|
|
1809
|
-
/***/
|
|
1809
|
+
/***/ 284:
|
|
1810
1810
|
/***/ ((module) => {
|
|
1811
1811
|
|
|
1812
1812
|
/*
|
|
@@ -1854,7 +1854,7 @@ module.exports = class JoinRequestPlugin {
|
|
|
1854
1854
|
|
|
1855
1855
|
/***/ }),
|
|
1856
1856
|
|
|
1857
|
-
/***/
|
|
1857
|
+
/***/ 705:
|
|
1858
1858
|
/***/ ((module) => {
|
|
1859
1859
|
|
|
1860
1860
|
/*
|
|
@@ -1911,7 +1911,7 @@ module.exports = class LogInfoPlugin {
|
|
|
1911
1911
|
|
|
1912
1912
|
/***/ }),
|
|
1913
1913
|
|
|
1914
|
-
/***/
|
|
1914
|
+
/***/ 322:
|
|
1915
1915
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1916
1916
|
|
|
1917
1917
|
/*
|
|
@@ -1922,7 +1922,7 @@ module.exports = class LogInfoPlugin {
|
|
|
1922
1922
|
|
|
1923
1923
|
|
|
1924
1924
|
const path = __nccwpck_require__(17);
|
|
1925
|
-
const DescriptionFileUtils = __nccwpck_require__(
|
|
1925
|
+
const DescriptionFileUtils = __nccwpck_require__(194);
|
|
1926
1926
|
|
|
1927
1927
|
/** @typedef {import("./Resolver")} Resolver */
|
|
1928
1928
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -1999,7 +1999,7 @@ module.exports = class MainFieldPlugin {
|
|
|
1999
1999
|
|
|
2000
2000
|
/***/ }),
|
|
2001
2001
|
|
|
2002
|
-
/***/
|
|
2002
|
+
/***/ 608:
|
|
2003
2003
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2004
2004
|
|
|
2005
2005
|
/*
|
|
@@ -2009,8 +2009,8 @@ module.exports = class MainFieldPlugin {
|
|
|
2009
2009
|
|
|
2010
2010
|
|
|
2011
2011
|
|
|
2012
|
-
const forEachBail = __nccwpck_require__(
|
|
2013
|
-
const getPaths = __nccwpck_require__(
|
|
2012
|
+
const forEachBail = __nccwpck_require__(880);
|
|
2013
|
+
const getPaths = __nccwpck_require__(790);
|
|
2014
2014
|
|
|
2015
2015
|
/** @typedef {import("./Resolver")} Resolver */
|
|
2016
2016
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -2086,7 +2086,7 @@ module.exports = class ModulesInHierarchicalDirectoriesPlugin {
|
|
|
2086
2086
|
|
|
2087
2087
|
/***/ }),
|
|
2088
2088
|
|
|
2089
|
-
/***/
|
|
2089
|
+
/***/ 633:
|
|
2090
2090
|
/***/ ((module) => {
|
|
2091
2091
|
|
|
2092
2092
|
/*
|
|
@@ -2140,7 +2140,7 @@ module.exports = class ModulesInRootPlugin {
|
|
|
2140
2140
|
|
|
2141
2141
|
/***/ }),
|
|
2142
2142
|
|
|
2143
|
-
/***/
|
|
2143
|
+
/***/ 691:
|
|
2144
2144
|
/***/ ((module) => {
|
|
2145
2145
|
|
|
2146
2146
|
/*
|
|
@@ -2180,7 +2180,7 @@ module.exports = class NextPlugin {
|
|
|
2180
2180
|
|
|
2181
2181
|
/***/ }),
|
|
2182
2182
|
|
|
2183
|
-
/***/
|
|
2183
|
+
/***/ 89:
|
|
2184
2184
|
/***/ ((module) => {
|
|
2185
2185
|
|
|
2186
2186
|
/*
|
|
@@ -2261,7 +2261,7 @@ module.exports = class ParsePlugin {
|
|
|
2261
2261
|
|
|
2262
2262
|
/***/ }),
|
|
2263
2263
|
|
|
2264
|
-
/***/
|
|
2264
|
+
/***/ 39:
|
|
2265
2265
|
/***/ ((module) => {
|
|
2266
2266
|
|
|
2267
2267
|
/*
|
|
@@ -2371,7 +2371,7 @@ module.exports = class PnpPlugin {
|
|
|
2371
2371
|
|
|
2372
2372
|
/***/ }),
|
|
2373
2373
|
|
|
2374
|
-
/***/
|
|
2374
|
+
/***/ 16:
|
|
2375
2375
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2376
2376
|
|
|
2377
2377
|
/*
|
|
@@ -2382,14 +2382,14 @@ module.exports = class PnpPlugin {
|
|
|
2382
2382
|
|
|
2383
2383
|
|
|
2384
2384
|
const { AsyncSeriesBailHook, AsyncSeriesHook, SyncHook } = __nccwpck_require__(348);
|
|
2385
|
-
const createInnerContext = __nccwpck_require__(
|
|
2386
|
-
const { parseIdentifier } = __nccwpck_require__(
|
|
2385
|
+
const createInnerContext = __nccwpck_require__(390);
|
|
2386
|
+
const { parseIdentifier } = __nccwpck_require__(343);
|
|
2387
2387
|
const {
|
|
2388
2388
|
normalize,
|
|
2389
2389
|
cachedJoin: join,
|
|
2390
2390
|
getType,
|
|
2391
2391
|
PathType
|
|
2392
|
-
} = __nccwpck_require__(
|
|
2392
|
+
} = __nccwpck_require__(552);
|
|
2393
2393
|
|
|
2394
2394
|
/** @typedef {import("./ResolverFactory").ResolveOptions} ResolveOptions */
|
|
2395
2395
|
|
|
@@ -2878,7 +2878,7 @@ module.exports = Resolver;
|
|
|
2878
2878
|
|
|
2879
2879
|
/***/ }),
|
|
2880
2880
|
|
|
2881
|
-
/***/
|
|
2881
|
+
/***/ 455:
|
|
2882
2882
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2883
2883
|
|
|
2884
2884
|
/*
|
|
@@ -2889,37 +2889,37 @@ module.exports = Resolver;
|
|
|
2889
2889
|
|
|
2890
2890
|
|
|
2891
2891
|
const versions = (__nccwpck_require__(282).versions);
|
|
2892
|
-
const Resolver = __nccwpck_require__(
|
|
2893
|
-
const { getType, PathType } = __nccwpck_require__(
|
|
2894
|
-
|
|
2895
|
-
const SyncAsyncFileSystemDecorator = __nccwpck_require__(
|
|
2896
|
-
|
|
2897
|
-
const AliasFieldPlugin = __nccwpck_require__(
|
|
2898
|
-
const AliasPlugin = __nccwpck_require__(
|
|
2899
|
-
const AppendPlugin = __nccwpck_require__(
|
|
2900
|
-
const ConditionalPlugin = __nccwpck_require__(
|
|
2901
|
-
const DescriptionFilePlugin = __nccwpck_require__(
|
|
2902
|
-
const DirectoryExistsPlugin = __nccwpck_require__(
|
|
2903
|
-
const ExportsFieldPlugin = __nccwpck_require__(
|
|
2904
|
-
const ExtensionAliasPlugin = __nccwpck_require__(
|
|
2905
|
-
const FileExistsPlugin = __nccwpck_require__(
|
|
2906
|
-
const ImportsFieldPlugin = __nccwpck_require__(
|
|
2907
|
-
const JoinRequestPartPlugin = __nccwpck_require__(
|
|
2908
|
-
const JoinRequestPlugin = __nccwpck_require__(
|
|
2909
|
-
const MainFieldPlugin = __nccwpck_require__(
|
|
2910
|
-
const ModulesInHierarchicalDirectoriesPlugin = __nccwpck_require__(
|
|
2911
|
-
const ModulesInRootPlugin = __nccwpck_require__(
|
|
2912
|
-
const NextPlugin = __nccwpck_require__(
|
|
2913
|
-
const ParsePlugin = __nccwpck_require__(
|
|
2914
|
-
const PnpPlugin = __nccwpck_require__(
|
|
2915
|
-
const RestrictionsPlugin = __nccwpck_require__(
|
|
2916
|
-
const ResultPlugin = __nccwpck_require__(
|
|
2917
|
-
const RootsPlugin = __nccwpck_require__(
|
|
2918
|
-
const SelfReferencePlugin = __nccwpck_require__(
|
|
2919
|
-
const SymlinkPlugin = __nccwpck_require__(
|
|
2920
|
-
const TryNextPlugin = __nccwpck_require__(
|
|
2921
|
-
const UnsafeCachePlugin = __nccwpck_require__(
|
|
2922
|
-
const UseFilePlugin = __nccwpck_require__(
|
|
2892
|
+
const Resolver = __nccwpck_require__(16);
|
|
2893
|
+
const { getType, PathType } = __nccwpck_require__(552);
|
|
2894
|
+
|
|
2895
|
+
const SyncAsyncFileSystemDecorator = __nccwpck_require__(24);
|
|
2896
|
+
|
|
2897
|
+
const AliasFieldPlugin = __nccwpck_require__(714);
|
|
2898
|
+
const AliasPlugin = __nccwpck_require__(462);
|
|
2899
|
+
const AppendPlugin = __nccwpck_require__(203);
|
|
2900
|
+
const ConditionalPlugin = __nccwpck_require__(192);
|
|
2901
|
+
const DescriptionFilePlugin = __nccwpck_require__(293);
|
|
2902
|
+
const DirectoryExistsPlugin = __nccwpck_require__(121);
|
|
2903
|
+
const ExportsFieldPlugin = __nccwpck_require__(834);
|
|
2904
|
+
const ExtensionAliasPlugin = __nccwpck_require__(995);
|
|
2905
|
+
const FileExistsPlugin = __nccwpck_require__(763);
|
|
2906
|
+
const ImportsFieldPlugin = __nccwpck_require__(83);
|
|
2907
|
+
const JoinRequestPartPlugin = __nccwpck_require__(233);
|
|
2908
|
+
const JoinRequestPlugin = __nccwpck_require__(284);
|
|
2909
|
+
const MainFieldPlugin = __nccwpck_require__(322);
|
|
2910
|
+
const ModulesInHierarchicalDirectoriesPlugin = __nccwpck_require__(608);
|
|
2911
|
+
const ModulesInRootPlugin = __nccwpck_require__(633);
|
|
2912
|
+
const NextPlugin = __nccwpck_require__(691);
|
|
2913
|
+
const ParsePlugin = __nccwpck_require__(89);
|
|
2914
|
+
const PnpPlugin = __nccwpck_require__(39);
|
|
2915
|
+
const RestrictionsPlugin = __nccwpck_require__(600);
|
|
2916
|
+
const ResultPlugin = __nccwpck_require__(214);
|
|
2917
|
+
const RootsPlugin = __nccwpck_require__(494);
|
|
2918
|
+
const SelfReferencePlugin = __nccwpck_require__(517);
|
|
2919
|
+
const SymlinkPlugin = __nccwpck_require__(491);
|
|
2920
|
+
const TryNextPlugin = __nccwpck_require__(703);
|
|
2921
|
+
const UnsafeCachePlugin = __nccwpck_require__(415);
|
|
2922
|
+
const UseFilePlugin = __nccwpck_require__(120);
|
|
2923
2923
|
|
|
2924
2924
|
/** @typedef {import("./AliasPlugin").AliasOption} AliasOptionEntry */
|
|
2925
2925
|
/** @typedef {import("./ExtensionAliasPlugin").ExtensionAliasOption} ExtensionAliasOption */
|
|
@@ -3569,7 +3569,7 @@ function mergeFilteredToArray(array, filter) {
|
|
|
3569
3569
|
|
|
3570
3570
|
/***/ }),
|
|
3571
3571
|
|
|
3572
|
-
/***/
|
|
3572
|
+
/***/ 600:
|
|
3573
3573
|
/***/ ((module) => {
|
|
3574
3574
|
|
|
3575
3575
|
/*
|
|
@@ -3641,7 +3641,7 @@ module.exports = class RestrictionsPlugin {
|
|
|
3641
3641
|
|
|
3642
3642
|
/***/ }),
|
|
3643
3643
|
|
|
3644
|
-
/***/
|
|
3644
|
+
/***/ 214:
|
|
3645
3645
|
/***/ ((module) => {
|
|
3646
3646
|
|
|
3647
3647
|
/*
|
|
@@ -3690,7 +3690,7 @@ module.exports = class ResultPlugin {
|
|
|
3690
3690
|
|
|
3691
3691
|
/***/ }),
|
|
3692
3692
|
|
|
3693
|
-
/***/
|
|
3693
|
+
/***/ 494:
|
|
3694
3694
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3695
3695
|
|
|
3696
3696
|
/*
|
|
@@ -3700,7 +3700,7 @@ module.exports = class ResultPlugin {
|
|
|
3700
3700
|
|
|
3701
3701
|
|
|
3702
3702
|
|
|
3703
|
-
const forEachBail = __nccwpck_require__(
|
|
3703
|
+
const forEachBail = __nccwpck_require__(880);
|
|
3704
3704
|
|
|
3705
3705
|
/** @typedef {import("./Resolver")} Resolver */
|
|
3706
3706
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -3759,7 +3759,7 @@ module.exports = RootsPlugin;
|
|
|
3759
3759
|
|
|
3760
3760
|
/***/ }),
|
|
3761
3761
|
|
|
3762
|
-
/***/
|
|
3762
|
+
/***/ 517:
|
|
3763
3763
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3764
3764
|
|
|
3765
3765
|
/*
|
|
@@ -3769,7 +3769,7 @@ module.exports = RootsPlugin;
|
|
|
3769
3769
|
|
|
3770
3770
|
|
|
3771
3771
|
|
|
3772
|
-
const DescriptionFileUtils = __nccwpck_require__(
|
|
3772
|
+
const DescriptionFileUtils = __nccwpck_require__(194);
|
|
3773
3773
|
|
|
3774
3774
|
/** @typedef {import("./Resolver")} Resolver */
|
|
3775
3775
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -3846,7 +3846,7 @@ module.exports = class SelfReferencePlugin {
|
|
|
3846
3846
|
|
|
3847
3847
|
/***/ }),
|
|
3848
3848
|
|
|
3849
|
-
/***/
|
|
3849
|
+
/***/ 491:
|
|
3850
3850
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3851
3851
|
|
|
3852
3852
|
/*
|
|
@@ -3856,9 +3856,9 @@ module.exports = class SelfReferencePlugin {
|
|
|
3856
3856
|
|
|
3857
3857
|
|
|
3858
3858
|
|
|
3859
|
-
const forEachBail = __nccwpck_require__(
|
|
3860
|
-
const getPaths = __nccwpck_require__(
|
|
3861
|
-
const { getType, PathType } = __nccwpck_require__(
|
|
3859
|
+
const forEachBail = __nccwpck_require__(880);
|
|
3860
|
+
const getPaths = __nccwpck_require__(790);
|
|
3861
|
+
const { getType, PathType } = __nccwpck_require__(552);
|
|
3862
3862
|
|
|
3863
3863
|
/** @typedef {import("./Resolver")} Resolver */
|
|
3864
3864
|
/** @typedef {import("./Resolver").ResolveStepHook} ResolveStepHook */
|
|
@@ -3941,7 +3941,7 @@ module.exports = class SymlinkPlugin {
|
|
|
3941
3941
|
|
|
3942
3942
|
/***/ }),
|
|
3943
3943
|
|
|
3944
|
-
/***/
|
|
3944
|
+
/***/ 24:
|
|
3945
3945
|
/***/ ((module) => {
|
|
3946
3946
|
|
|
3947
3947
|
/*
|
|
@@ -4043,7 +4043,7 @@ module.exports = SyncAsyncFileSystemDecorator;
|
|
|
4043
4043
|
|
|
4044
4044
|
/***/ }),
|
|
4045
4045
|
|
|
4046
|
-
/***/
|
|
4046
|
+
/***/ 703:
|
|
4047
4047
|
/***/ ((module) => {
|
|
4048
4048
|
|
|
4049
4049
|
/*
|
|
@@ -4091,7 +4091,7 @@ module.exports = class TryNextPlugin {
|
|
|
4091
4091
|
|
|
4092
4092
|
/***/ }),
|
|
4093
4093
|
|
|
4094
|
-
/***/
|
|
4094
|
+
/***/ 415:
|
|
4095
4095
|
/***/ ((module) => {
|
|
4096
4096
|
|
|
4097
4097
|
/*
|
|
@@ -4197,7 +4197,7 @@ module.exports = class UnsafeCachePlugin {
|
|
|
4197
4197
|
|
|
4198
4198
|
/***/ }),
|
|
4199
4199
|
|
|
4200
|
-
/***/
|
|
4200
|
+
/***/ 120:
|
|
4201
4201
|
/***/ ((module) => {
|
|
4202
4202
|
|
|
4203
4203
|
/*
|
|
@@ -4253,7 +4253,7 @@ module.exports = class UseFilePlugin {
|
|
|
4253
4253
|
|
|
4254
4254
|
/***/ }),
|
|
4255
4255
|
|
|
4256
|
-
/***/
|
|
4256
|
+
/***/ 390:
|
|
4257
4257
|
/***/ ((module) => {
|
|
4258
4258
|
|
|
4259
4259
|
/*
|
|
@@ -4297,7 +4297,7 @@ module.exports = function createInnerContext(
|
|
|
4297
4297
|
|
|
4298
4298
|
/***/ }),
|
|
4299
4299
|
|
|
4300
|
-
/***/
|
|
4300
|
+
/***/ 880:
|
|
4301
4301
|
/***/ ((module) => {
|
|
4302
4302
|
|
|
4303
4303
|
/*
|
|
@@ -4329,7 +4329,7 @@ module.exports = function forEachBail(array, iterator, callback) {
|
|
|
4329
4329
|
|
|
4330
4330
|
/***/ }),
|
|
4331
4331
|
|
|
4332
|
-
/***/
|
|
4332
|
+
/***/ 830:
|
|
4333
4333
|
/***/ ((module) => {
|
|
4334
4334
|
|
|
4335
4335
|
/*
|
|
@@ -4363,7 +4363,7 @@ module.exports = function getInnerRequest(resolver, request) {
|
|
|
4363
4363
|
|
|
4364
4364
|
/***/ }),
|
|
4365
4365
|
|
|
4366
|
-
/***/
|
|
4366
|
+
/***/ 790:
|
|
4367
4367
|
/***/ ((module) => {
|
|
4368
4368
|
|
|
4369
4369
|
/*
|
|
@@ -4407,7 +4407,7 @@ module.exports.basename = function basename(path) {
|
|
|
4407
4407
|
|
|
4408
4408
|
/***/ }),
|
|
4409
4409
|
|
|
4410
|
-
/***/
|
|
4410
|
+
/***/ 129:
|
|
4411
4411
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4412
4412
|
|
|
4413
4413
|
/*
|
|
@@ -4418,8 +4418,8 @@ module.exports.basename = function basename(path) {
|
|
|
4418
4418
|
|
|
4419
4419
|
|
|
4420
4420
|
const fs = __nccwpck_require__(344);
|
|
4421
|
-
const CachedInputFileSystem = __nccwpck_require__(
|
|
4422
|
-
const ResolverFactory = __nccwpck_require__(
|
|
4421
|
+
const CachedInputFileSystem = __nccwpck_require__(96);
|
|
4422
|
+
const ResolverFactory = __nccwpck_require__(455);
|
|
4423
4423
|
|
|
4424
4424
|
/** @typedef {import("./PnpPlugin").PnpApiImpl} PnpApi */
|
|
4425
4425
|
/** @typedef {import("./Resolver")} Resolver */
|
|
@@ -4532,20 +4532,20 @@ module.exports = mergeExports(resolve, {
|
|
|
4532
4532
|
ResolverFactory,
|
|
4533
4533
|
CachedInputFileSystem,
|
|
4534
4534
|
get CloneBasenamePlugin() {
|
|
4535
|
-
return __nccwpck_require__(
|
|
4535
|
+
return __nccwpck_require__(646);
|
|
4536
4536
|
},
|
|
4537
4537
|
get LogInfoPlugin() {
|
|
4538
|
-
return __nccwpck_require__(
|
|
4538
|
+
return __nccwpck_require__(705);
|
|
4539
4539
|
},
|
|
4540
4540
|
get forEachBail() {
|
|
4541
|
-
return __nccwpck_require__(
|
|
4541
|
+
return __nccwpck_require__(880);
|
|
4542
4542
|
}
|
|
4543
4543
|
});
|
|
4544
4544
|
|
|
4545
4545
|
|
|
4546
4546
|
/***/ }),
|
|
4547
4547
|
|
|
4548
|
-
/***/
|
|
4548
|
+
/***/ 105:
|
|
4549
4549
|
/***/ ((module) => {
|
|
4550
4550
|
|
|
4551
4551
|
/*
|
|
@@ -5219,7 +5219,7 @@ function buildImportsFieldPathTree(field) {
|
|
|
5219
5219
|
|
|
5220
5220
|
/***/ }),
|
|
5221
5221
|
|
|
5222
|
-
/***/
|
|
5222
|
+
/***/ 343:
|
|
5223
5223
|
/***/ ((module) => {
|
|
5224
5224
|
|
|
5225
5225
|
/*
|
|
@@ -5252,7 +5252,7 @@ module.exports.parseIdentifier = parseIdentifier;
|
|
|
5252
5252
|
|
|
5253
5253
|
/***/ }),
|
|
5254
5254
|
|
|
5255
|
-
/***/
|
|
5255
|
+
/***/ 552:
|
|
5256
5256
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5257
5257
|
|
|
5258
5258
|
/*
|
|
@@ -5559,7 +5559,7 @@ module.exports = require("process");
|
|
|
5559
5559
|
/******/ // startup
|
|
5560
5560
|
/******/ // Load entry module and return exports
|
|
5561
5561
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
5562
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
5562
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(129);
|
|
5563
5563
|
/******/ module.exports = __webpack_exports__;
|
|
5564
5564
|
/******/
|
|
5565
5565
|
/******/ })()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/******/ (() => { // webpackBootstrap
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 577:
|
|
5
5
|
/***/ ((module) => {
|
|
6
6
|
|
|
7
7
|
"use strict";
|
|
@@ -32,13 +32,13 @@ function clone (obj) {
|
|
|
32
32
|
|
|
33
33
|
/***/ }),
|
|
34
34
|
|
|
35
|
-
/***/
|
|
35
|
+
/***/ 500:
|
|
36
36
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
37
37
|
|
|
38
38
|
var fs = __nccwpck_require__(147)
|
|
39
|
-
var polyfills = __nccwpck_require__(
|
|
40
|
-
var legacy = __nccwpck_require__(
|
|
41
|
-
var clone = __nccwpck_require__(
|
|
39
|
+
var polyfills = __nccwpck_require__(722)
|
|
40
|
+
var legacy = __nccwpck_require__(89)
|
|
41
|
+
var clone = __nccwpck_require__(577)
|
|
42
42
|
|
|
43
43
|
var util = __nccwpck_require__(837)
|
|
44
44
|
|
|
@@ -487,7 +487,7 @@ function retry () {
|
|
|
487
487
|
|
|
488
488
|
/***/ }),
|
|
489
489
|
|
|
490
|
-
/***/
|
|
490
|
+
/***/ 89:
|
|
491
491
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
492
492
|
|
|
493
493
|
var Stream = (__nccwpck_require__(781).Stream)
|
|
@@ -612,7 +612,7 @@ function legacy (fs) {
|
|
|
612
612
|
|
|
613
613
|
/***/ }),
|
|
614
614
|
|
|
615
|
-
/***/
|
|
615
|
+
/***/ 722:
|
|
616
616
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
617
617
|
|
|
618
618
|
var constants = __nccwpck_require__(57)
|
|
@@ -1056,7 +1056,7 @@ module.exports = require("util");
|
|
|
1056
1056
|
/******/ // startup
|
|
1057
1057
|
/******/ // Load entry module and return exports
|
|
1058
1058
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
1059
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
1059
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(500);
|
|
1060
1060
|
/******/ module.exports = __webpack_exports__;
|
|
1061
1061
|
/******/
|
|
1062
1062
|
/******/ })()
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 218:
|
|
6
6
|
/***/ ((module) => {
|
|
7
7
|
|
|
8
8
|
|
|
@@ -186,7 +186,7 @@ parseJsonError.noExceptions = (raw, reviver) => {
|
|
|
186
186
|
/******/ // startup
|
|
187
187
|
/******/ // Load entry module and return exports
|
|
188
188
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
189
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
189
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(218);
|
|
190
190
|
/******/ module.exports = __webpack_exports__;
|
|
191
191
|
/******/
|
|
192
192
|
/******/ })()
|