@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.
- package/compiled/chokidar/index.js +21 -21
- package/compiled/connect/index.js +49 -49
- package/compiled/connect-history-api-fallback/index.js +4 -4
- package/compiled/cors/index.js +6 -6
- package/compiled/css-loader/index.js +171 -171
- package/compiled/html-rspack-plugin/index.js +24 -24
- package/compiled/http-proxy-middleware/index.js +145 -145
- package/compiled/jiti/index.js +22 -22
- package/compiled/launch-editor-middleware/index.js +36 -36
- package/compiled/on-finished/index.js +6 -6
- package/compiled/open/index.js +19 -19
- package/compiled/picocolors/index.js +2 -2
- package/compiled/postcss/index.js +152 -152
- package/compiled/postcss-load-config/index.js +26 -26
- package/compiled/postcss-loader/index.js +15 -15
- package/compiled/rsbuild-dev-middleware/index.js +140 -140
- package/compiled/rspack-chain/index.js +85 -85
- package/compiled/rspack-manifest-plugin/index.js +12 -12
- package/compiled/sirv/index.js +18 -18
- package/compiled/style-loader/index.js +13 -13
- package/compiled/tinyglobby/index.js +70 -70
- package/compiled/webpack-bundle-analyzer/index.js +197 -197
- package/compiled/webpack-merge/index.js +29 -29
- package/compiled/ws/index.js +81 -81
- package/dist/index.cjs +153 -142
- package/dist/index.js +153 -142
- package/dist-types/configChain.d.ts +2 -0
- package/dist-types/helpers/path.d.ts +6 -0
- package/dist-types/plugins/css.d.ts +2 -1
- package/dist-types/types/config.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
779: (module) => {
|
|
4
4
|
"use strict";
|
|
5
5
|
var isMergeableObject = function isMergeableObject(value) {
|
|
6
6
|
return isNonNullObject(value) && !isSpecial(value);
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
var deepmerge_1 = deepmerge;
|
|
132
132
|
module.exports = deepmerge_1;
|
|
133
133
|
},
|
|
134
|
-
|
|
134
|
+
257: (__unused_webpack_module, exports) => {
|
|
135
135
|
"use strict";
|
|
136
136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
137
137
|
exports.arrayToString = void 0;
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
};
|
|
149
149
|
exports.arrayToString = arrayToString;
|
|
150
150
|
},
|
|
151
|
-
|
|
151
|
+
210: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
152
152
|
"use strict";
|
|
153
153
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
154
154
|
exports.FunctionParser =
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
exports.functionToString =
|
|
157
157
|
exports.USED_METHOD_KEY =
|
|
158
158
|
void 0;
|
|
159
|
-
const quote_1 = __nccwpck_require__(
|
|
159
|
+
const quote_1 = __nccwpck_require__(412);
|
|
160
160
|
const METHOD_NAMES_ARE_QUOTED =
|
|
161
161
|
{ " "() {} }[" "].toString().charAt(0) === '"';
|
|
162
162
|
const FUNCTION_PREFIXES = {
|
|
@@ -387,12 +387,12 @@
|
|
|
387
387
|
}
|
|
388
388
|
exports.FunctionParser = FunctionParser;
|
|
389
389
|
},
|
|
390
|
-
|
|
390
|
+
824: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
391
391
|
"use strict";
|
|
392
392
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
393
393
|
exports.stringify = void 0;
|
|
394
|
-
const stringify_1 = __nccwpck_require__(
|
|
395
|
-
const quote_1 = __nccwpck_require__(
|
|
394
|
+
const stringify_1 = __nccwpck_require__(421);
|
|
395
|
+
const quote_1 = __nccwpck_require__(412);
|
|
396
396
|
const ROOT_SENTINEL = Symbol("root");
|
|
397
397
|
function stringify(value, replacer, indent, options = {}) {
|
|
398
398
|
const space =
|
|
@@ -472,13 +472,13 @@
|
|
|
472
472
|
);
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
-
|
|
475
|
+
973: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
476
476
|
"use strict";
|
|
477
477
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
478
478
|
exports.objectToString = void 0;
|
|
479
|
-
const quote_1 = __nccwpck_require__(
|
|
480
|
-
const function_1 = __nccwpck_require__(
|
|
481
|
-
const array_1 = __nccwpck_require__(
|
|
479
|
+
const quote_1 = __nccwpck_require__(412);
|
|
480
|
+
const function_1 = __nccwpck_require__(210);
|
|
481
|
+
const array_1 = __nccwpck_require__(257);
|
|
482
482
|
const objectToString = (value, space, next, key) => {
|
|
483
483
|
if (typeof Buffer === "function" && Buffer.isBuffer(value)) {
|
|
484
484
|
return `Buffer.from(${next(value.toString("base64"))}, 'base64')`;
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"[object Window]": globalToString,
|
|
534
534
|
};
|
|
535
535
|
},
|
|
536
|
-
|
|
536
|
+
412: (__unused_webpack_module, exports) => {
|
|
537
537
|
"use strict";
|
|
538
538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
539
539
|
exports.stringifyPath =
|
|
@@ -600,13 +600,13 @@
|
|
|
600
600
|
}
|
|
601
601
|
exports.stringifyPath = stringifyPath;
|
|
602
602
|
},
|
|
603
|
-
|
|
603
|
+
421: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
604
604
|
"use strict";
|
|
605
605
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
606
606
|
exports.toString = void 0;
|
|
607
|
-
const quote_1 = __nccwpck_require__(
|
|
608
|
-
const object_1 = __nccwpck_require__(
|
|
609
|
-
const function_1 = __nccwpck_require__(
|
|
607
|
+
const quote_1 = __nccwpck_require__(412);
|
|
608
|
+
const object_1 = __nccwpck_require__(973);
|
|
609
|
+
const function_1 = __nccwpck_require__(210);
|
|
610
610
|
const PRIMITIVE_TYPES = {
|
|
611
611
|
string: quote_1.quoteString,
|
|
612
612
|
number: (value) => (Object.is(value, -0) ? "-0" : String(value)),
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
};
|
|
628
628
|
exports.toString = toString;
|
|
629
629
|
},
|
|
630
|
-
|
|
630
|
+
438: (module) => {
|
|
631
631
|
module.exports = class extends Function {
|
|
632
632
|
constructor() {
|
|
633
633
|
super();
|
|
@@ -640,35 +640,35 @@
|
|
|
640
640
|
}
|
|
641
641
|
};
|
|
642
642
|
},
|
|
643
|
-
|
|
644
|
-
const createMap = __nccwpck_require__(
|
|
645
|
-
const createChainable = __nccwpck_require__(
|
|
643
|
+
208: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
644
|
+
const createMap = __nccwpck_require__(993);
|
|
645
|
+
const createChainable = __nccwpck_require__(778);
|
|
646
646
|
module.exports = createMap(createChainable(Object));
|
|
647
647
|
},
|
|
648
|
-
|
|
649
|
-
const createSet = __nccwpck_require__(
|
|
650
|
-
const createChainable = __nccwpck_require__(
|
|
648
|
+
994: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
649
|
+
const createSet = __nccwpck_require__(175);
|
|
650
|
+
const createChainable = __nccwpck_require__(778);
|
|
651
651
|
module.exports = createSet(createChainable(Object));
|
|
652
652
|
},
|
|
653
|
-
|
|
654
|
-
const Callable = __nccwpck_require__(
|
|
655
|
-
const createMap = __nccwpck_require__(
|
|
656
|
-
const createChainable = __nccwpck_require__(
|
|
657
|
-
const createValue = __nccwpck_require__(
|
|
653
|
+
329: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
654
|
+
const Callable = __nccwpck_require__(438);
|
|
655
|
+
const createMap = __nccwpck_require__(993);
|
|
656
|
+
const createChainable = __nccwpck_require__(778);
|
|
657
|
+
const createValue = __nccwpck_require__(818);
|
|
658
658
|
module.exports = createValue(createMap(createChainable(Callable)));
|
|
659
659
|
},
|
|
660
|
-
|
|
661
|
-
const ChainedMap = __nccwpck_require__(
|
|
662
|
-
const ChainedValueMap = __nccwpck_require__(
|
|
663
|
-
const ChainedSet = __nccwpck_require__(
|
|
664
|
-
const Resolve = __nccwpck_require__(
|
|
665
|
-
const ResolveLoader = __nccwpck_require__(
|
|
666
|
-
const Output = __nccwpck_require__(
|
|
667
|
-
const DevServer = __nccwpck_require__(
|
|
668
|
-
const Plugin = __nccwpck_require__(
|
|
669
|
-
const Module = __nccwpck_require__(
|
|
670
|
-
const Optimization = __nccwpck_require__(
|
|
671
|
-
const Performance = __nccwpck_require__(
|
|
660
|
+
32: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
661
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
662
|
+
const ChainedValueMap = __nccwpck_require__(329);
|
|
663
|
+
const ChainedSet = __nccwpck_require__(994);
|
|
664
|
+
const Resolve = __nccwpck_require__(148);
|
|
665
|
+
const ResolveLoader = __nccwpck_require__(411);
|
|
666
|
+
const Output = __nccwpck_require__(287);
|
|
667
|
+
const DevServer = __nccwpck_require__(872);
|
|
668
|
+
const Plugin = __nccwpck_require__(433);
|
|
669
|
+
const Module = __nccwpck_require__(986);
|
|
670
|
+
const Optimization = __nccwpck_require__(111);
|
|
671
|
+
const Performance = __nccwpck_require__(122);
|
|
672
672
|
module.exports = class extends ChainedMap {
|
|
673
673
|
constructor() {
|
|
674
674
|
super();
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
config,
|
|
715
715
|
{ verbose = false, configPrefix = "config" } = {},
|
|
716
716
|
) {
|
|
717
|
-
const { stringify } = __nccwpck_require__(
|
|
717
|
+
const { stringify } = __nccwpck_require__(824);
|
|
718
718
|
return stringify(
|
|
719
719
|
config,
|
|
720
720
|
(value, indent, stringify) => {
|
|
@@ -818,9 +818,9 @@
|
|
|
818
818
|
}
|
|
819
819
|
};
|
|
820
820
|
},
|
|
821
|
-
|
|
822
|
-
const ChainedMap = __nccwpck_require__(
|
|
823
|
-
const ChainedSet = __nccwpck_require__(
|
|
821
|
+
872: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
822
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
823
|
+
const ChainedSet = __nccwpck_require__(994);
|
|
824
824
|
module.exports = class extends ChainedMap {
|
|
825
825
|
constructor(parent) {
|
|
826
826
|
super(parent);
|
|
@@ -892,9 +892,9 @@
|
|
|
892
892
|
}
|
|
893
893
|
};
|
|
894
894
|
},
|
|
895
|
-
|
|
896
|
-
const ChainedMap = __nccwpck_require__(
|
|
897
|
-
const Rule = __nccwpck_require__(
|
|
895
|
+
986: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
896
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
897
|
+
const Rule = __nccwpck_require__(884);
|
|
898
898
|
module.exports = class extends ChainedMap {
|
|
899
899
|
constructor(parent) {
|
|
900
900
|
super(parent);
|
|
@@ -949,10 +949,10 @@
|
|
|
949
949
|
}
|
|
950
950
|
};
|
|
951
951
|
},
|
|
952
|
-
|
|
953
|
-
const ChainedMap = __nccwpck_require__(
|
|
954
|
-
const ChainedValueMap = __nccwpck_require__(
|
|
955
|
-
const Plugin = __nccwpck_require__(
|
|
952
|
+
111: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
953
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
954
|
+
const ChainedValueMap = __nccwpck_require__(329);
|
|
955
|
+
const Plugin = __nccwpck_require__(433);
|
|
956
956
|
module.exports = class extends ChainedMap {
|
|
957
957
|
constructor(parent) {
|
|
958
958
|
super(parent);
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
}
|
|
1015
1015
|
};
|
|
1016
1016
|
},
|
|
1017
|
-
|
|
1017
|
+
788: (module) => {
|
|
1018
1018
|
module.exports = (Class) =>
|
|
1019
1019
|
class extends Class {
|
|
1020
1020
|
before(name) {
|
|
@@ -1046,8 +1046,8 @@
|
|
|
1046
1046
|
}
|
|
1047
1047
|
};
|
|
1048
1048
|
},
|
|
1049
|
-
|
|
1050
|
-
const ChainedMap = __nccwpck_require__(
|
|
1049
|
+
287: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1050
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
1051
1051
|
module.exports = class extends ChainedMap {
|
|
1052
1052
|
constructor(parent) {
|
|
1053
1053
|
super(parent);
|
|
@@ -1101,8 +1101,8 @@
|
|
|
1101
1101
|
}
|
|
1102
1102
|
};
|
|
1103
1103
|
},
|
|
1104
|
-
|
|
1105
|
-
const ChainedValueMap = __nccwpck_require__(
|
|
1104
|
+
122: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1105
|
+
const ChainedValueMap = __nccwpck_require__(329);
|
|
1106
1106
|
module.exports = class extends ChainedValueMap {
|
|
1107
1107
|
constructor(parent) {
|
|
1108
1108
|
super(parent);
|
|
@@ -1115,9 +1115,9 @@
|
|
|
1115
1115
|
}
|
|
1116
1116
|
};
|
|
1117
1117
|
},
|
|
1118
|
-
|
|
1119
|
-
const ChainedMap = __nccwpck_require__(
|
|
1120
|
-
const Orderable = __nccwpck_require__(
|
|
1118
|
+
433: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1119
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
1120
|
+
const Orderable = __nccwpck_require__(788);
|
|
1121
1121
|
module.exports = Orderable(
|
|
1122
1122
|
class extends ChainedMap {
|
|
1123
1123
|
constructor(parent, name, type = "plugin") {
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
}
|
|
1172
1172
|
if (typeof plugin === "string") {
|
|
1173
1173
|
pluginPath = plugin;
|
|
1174
|
-
plugin = __nccwpck_require__(
|
|
1174
|
+
plugin = __nccwpck_require__(565)(pluginPath);
|
|
1175
1175
|
}
|
|
1176
1176
|
const constructorName = plugin.__expression
|
|
1177
1177
|
? `(${plugin.__expression})`
|
|
@@ -1189,10 +1189,10 @@
|
|
|
1189
1189
|
},
|
|
1190
1190
|
);
|
|
1191
1191
|
},
|
|
1192
|
-
|
|
1193
|
-
const ChainedMap = __nccwpck_require__(
|
|
1194
|
-
const ChainedSet = __nccwpck_require__(
|
|
1195
|
-
const Plugin = __nccwpck_require__(
|
|
1192
|
+
148: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1193
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
1194
|
+
const ChainedSet = __nccwpck_require__(994);
|
|
1195
|
+
const Plugin = __nccwpck_require__(433);
|
|
1196
1196
|
const childMaps = ["alias", "fallback", "byDependency", "extensionAlias"];
|
|
1197
1197
|
const childSets = [
|
|
1198
1198
|
"aliasFields",
|
|
@@ -1271,9 +1271,9 @@
|
|
|
1271
1271
|
}
|
|
1272
1272
|
};
|
|
1273
1273
|
},
|
|
1274
|
-
|
|
1275
|
-
const Resolve = __nccwpck_require__(
|
|
1276
|
-
const ChainedSet = __nccwpck_require__(
|
|
1274
|
+
411: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1275
|
+
const Resolve = __nccwpck_require__(148);
|
|
1276
|
+
const ChainedSet = __nccwpck_require__(994);
|
|
1277
1277
|
module.exports = class extends Resolve {
|
|
1278
1278
|
constructor(parent) {
|
|
1279
1279
|
super(parent);
|
|
@@ -1300,12 +1300,12 @@
|
|
|
1300
1300
|
}
|
|
1301
1301
|
};
|
|
1302
1302
|
},
|
|
1303
|
-
|
|
1304
|
-
const ChainedMap = __nccwpck_require__(
|
|
1305
|
-
const ChainedSet = __nccwpck_require__(
|
|
1306
|
-
const Orderable = __nccwpck_require__(
|
|
1307
|
-
const Use = __nccwpck_require__(
|
|
1308
|
-
const Resolve = __nccwpck_require__(
|
|
1303
|
+
884: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1304
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
1305
|
+
const ChainedSet = __nccwpck_require__(994);
|
|
1306
|
+
const Orderable = __nccwpck_require__(788);
|
|
1307
|
+
const Use = __nccwpck_require__(127);
|
|
1308
|
+
const Resolve = __nccwpck_require__(148);
|
|
1309
1309
|
function toArray(arr) {
|
|
1310
1310
|
return Array.isArray(arr) ? arr : [arr];
|
|
1311
1311
|
}
|
|
@@ -1433,10 +1433,10 @@
|
|
|
1433
1433
|
);
|
|
1434
1434
|
module.exports = Rule;
|
|
1435
1435
|
},
|
|
1436
|
-
|
|
1437
|
-
const merge = __nccwpck_require__(
|
|
1438
|
-
const ChainedMap = __nccwpck_require__(
|
|
1439
|
-
const Orderable = __nccwpck_require__(
|
|
1436
|
+
127: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1437
|
+
const merge = __nccwpck_require__(779);
|
|
1438
|
+
const ChainedMap = __nccwpck_require__(208);
|
|
1439
|
+
const Orderable = __nccwpck_require__(788);
|
|
1440
1440
|
module.exports = Orderable(
|
|
1441
1441
|
class extends ChainedMap {
|
|
1442
1442
|
constructor(parent, name) {
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
},
|
|
1470
1470
|
);
|
|
1471
1471
|
},
|
|
1472
|
-
|
|
1472
|
+
778: (module) => {
|
|
1473
1473
|
module.exports = function createChainable(superClass) {
|
|
1474
1474
|
return class extends superClass {
|
|
1475
1475
|
constructor(parent) {
|
|
@@ -1486,8 +1486,8 @@
|
|
|
1486
1486
|
};
|
|
1487
1487
|
};
|
|
1488
1488
|
},
|
|
1489
|
-
|
|
1490
|
-
const merge = __nccwpck_require__(
|
|
1489
|
+
993: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1490
|
+
const merge = __nccwpck_require__(779);
|
|
1491
1491
|
module.exports = function createMap(superClass) {
|
|
1492
1492
|
return class extends superClass {
|
|
1493
1493
|
constructor(...args) {
|
|
@@ -1610,7 +1610,7 @@
|
|
|
1610
1610
|
};
|
|
1611
1611
|
};
|
|
1612
1612
|
},
|
|
1613
|
-
|
|
1613
|
+
175: (module) => {
|
|
1614
1614
|
module.exports = function createSet(superClass) {
|
|
1615
1615
|
return class extends superClass {
|
|
1616
1616
|
constructor(...args) {
|
|
@@ -1660,7 +1660,7 @@
|
|
|
1660
1660
|
};
|
|
1661
1661
|
};
|
|
1662
1662
|
},
|
|
1663
|
-
|
|
1663
|
+
818: (module) => {
|
|
1664
1664
|
module.exports = function createValue(superClass) {
|
|
1665
1665
|
return class extends superClass {
|
|
1666
1666
|
constructor(...args) {
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
};
|
|
1699
1699
|
};
|
|
1700
1700
|
},
|
|
1701
|
-
|
|
1701
|
+
565: (module) => {
|
|
1702
1702
|
function webpackEmptyContext(req) {
|
|
1703
1703
|
var e = new Error("Cannot find module '" + req + "'");
|
|
1704
1704
|
e.code = "MODULE_NOT_FOUND";
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
}
|
|
1707
1707
|
webpackEmptyContext.keys = () => [];
|
|
1708
1708
|
webpackEmptyContext.resolve = webpackEmptyContext;
|
|
1709
|
-
webpackEmptyContext.id =
|
|
1709
|
+
webpackEmptyContext.id = 565;
|
|
1710
1710
|
module.exports = webpackEmptyContext;
|
|
1711
1711
|
},
|
|
1712
1712
|
};
|
|
@@ -1736,6 +1736,6 @@
|
|
|
1736
1736
|
})();
|
|
1737
1737
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
1738
1738
|
__nccwpck_require__.ab = __dirname + "/";
|
|
1739
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
1739
|
+
var __webpack_exports__ = __nccwpck_require__(32);
|
|
1740
1740
|
module.exports = __webpack_exports__;
|
|
1741
1741
|
})();
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
4
|
+
288: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.transformFiles =
|
|
7
7
|
exports.reduceChunk =
|
|
8
8
|
exports.reduceAssets =
|
|
9
9
|
exports.generateManifest =
|
|
10
10
|
void 0;
|
|
11
|
-
const path_1 = __nccwpck_require__(
|
|
11
|
+
const path_1 = __nccwpck_require__(928);
|
|
12
12
|
const generateManifest = (
|
|
13
13
|
compilation,
|
|
14
14
|
files,
|
|
@@ -120,17 +120,17 @@
|
|
|
120
120
|
.map(standardizeFilePaths);
|
|
121
121
|
exports.transformFiles = transformFiles;
|
|
122
122
|
},
|
|
123
|
-
|
|
123
|
+
249: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
124
124
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
125
125
|
exports.normalModuleLoaderHook =
|
|
126
126
|
exports.getCompilerHooks =
|
|
127
127
|
exports.emitHook =
|
|
128
128
|
exports.beforeRunHook =
|
|
129
129
|
void 0;
|
|
130
|
-
const fs_1 = __nccwpck_require__(
|
|
131
|
-
const path_1 = __nccwpck_require__(
|
|
132
|
-
const lite_tapable_1 = __nccwpck_require__(
|
|
133
|
-
const helpers_1 = __nccwpck_require__(
|
|
130
|
+
const fs_1 = __nccwpck_require__(896);
|
|
131
|
+
const path_1 = __nccwpck_require__(928);
|
|
132
|
+
const lite_tapable_1 = __nccwpck_require__(408);
|
|
133
|
+
const helpers_1 = __nccwpck_require__(288);
|
|
134
134
|
const compilerHookMap = new WeakMap();
|
|
135
135
|
const getCompilerHooks = (compiler) => {
|
|
136
136
|
let hooks = compilerHookMap.get(compiler);
|
|
@@ -271,13 +271,13 @@
|
|
|
271
271
|
};
|
|
272
272
|
exports.normalModuleLoaderHook = normalModuleLoaderHook;
|
|
273
273
|
},
|
|
274
|
-
|
|
274
|
+
408: (module) => {
|
|
275
275
|
module.exports = require("@rspack/lite-tapable");
|
|
276
276
|
},
|
|
277
|
-
|
|
277
|
+
896: (module) => {
|
|
278
278
|
module.exports = require("fs");
|
|
279
279
|
},
|
|
280
|
-
|
|
280
|
+
928: (module) => {
|
|
281
281
|
module.exports = require("path");
|
|
282
282
|
},
|
|
283
283
|
};
|
|
@@ -311,8 +311,8 @@
|
|
|
311
311
|
exports.WebpackManifestPlugin =
|
|
312
312
|
exports.getCompilerHooks =
|
|
313
313
|
void 0;
|
|
314
|
-
const path_1 = __nccwpck_require__(
|
|
315
|
-
const hooks_1 = __nccwpck_require__(
|
|
314
|
+
const path_1 = __nccwpck_require__(928);
|
|
315
|
+
const hooks_1 = __nccwpck_require__(249);
|
|
316
316
|
Object.defineProperty(exports, "getCompilerHooks", {
|
|
317
317
|
enumerable: true,
|
|
318
318
|
get: function () {
|
package/compiled/sirv/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
4
|
-
const qs = __nccwpck_require__(
|
|
3
|
+
847: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4
|
+
const qs = __nccwpck_require__(480);
|
|
5
5
|
function parse(req) {
|
|
6
6
|
let raw = req.url;
|
|
7
7
|
if (raw == null) return;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
exports.parse = parse;
|
|
26
26
|
},
|
|
27
|
-
|
|
27
|
+
8: (__unused_webpack_module, exports) => {
|
|
28
28
|
const mimes = {
|
|
29
29
|
"3g2": "video/3gpp2",
|
|
30
30
|
"3gp": "video/3gpp",
|
|
@@ -469,12 +469,12 @@
|
|
|
469
469
|
exports.mimes = mimes;
|
|
470
470
|
exports.lookup = lookup;
|
|
471
471
|
},
|
|
472
|
-
|
|
473
|
-
const fs = __nccwpck_require__(
|
|
474
|
-
const { join, normalize, resolve } = __nccwpck_require__(
|
|
475
|
-
const { totalist } = __nccwpck_require__(
|
|
476
|
-
const { parse } = __nccwpck_require__(
|
|
477
|
-
const { lookup } = __nccwpck_require__(
|
|
472
|
+
571: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
473
|
+
const fs = __nccwpck_require__(24);
|
|
474
|
+
const { join, normalize, resolve } = __nccwpck_require__(760);
|
|
475
|
+
const { totalist } = __nccwpck_require__(794);
|
|
476
|
+
const { parse } = __nccwpck_require__(847);
|
|
477
|
+
const { lookup } = __nccwpck_require__(8);
|
|
478
478
|
const noop = () => {};
|
|
479
479
|
function isMatch(uri, arr) {
|
|
480
480
|
for (let i = 0; i < arr.length; i++) {
|
|
@@ -642,9 +642,9 @@
|
|
|
642
642
|
};
|
|
643
643
|
};
|
|
644
644
|
},
|
|
645
|
-
|
|
646
|
-
const { join, resolve } = __nccwpck_require__(
|
|
647
|
-
const { readdirSync, statSync } = __nccwpck_require__(
|
|
645
|
+
794: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
646
|
+
const { join, resolve } = __nccwpck_require__(928);
|
|
647
|
+
const { readdirSync, statSync } = __nccwpck_require__(896);
|
|
648
648
|
function totalist(dir, callback, pre = "") {
|
|
649
649
|
dir = resolve(".", dir);
|
|
650
650
|
let arr = readdirSync(dir);
|
|
@@ -661,23 +661,23 @@
|
|
|
661
661
|
}
|
|
662
662
|
exports.totalist = totalist;
|
|
663
663
|
},
|
|
664
|
-
|
|
664
|
+
896: (module) => {
|
|
665
665
|
"use strict";
|
|
666
666
|
module.exports = require("fs");
|
|
667
667
|
},
|
|
668
|
-
|
|
668
|
+
24: (module) => {
|
|
669
669
|
"use strict";
|
|
670
670
|
module.exports = require("node:fs");
|
|
671
671
|
},
|
|
672
|
-
|
|
672
|
+
760: (module) => {
|
|
673
673
|
"use strict";
|
|
674
674
|
module.exports = require("node:path");
|
|
675
675
|
},
|
|
676
|
-
|
|
676
|
+
928: (module) => {
|
|
677
677
|
"use strict";
|
|
678
678
|
module.exports = require("path");
|
|
679
679
|
},
|
|
680
|
-
|
|
680
|
+
480: (module) => {
|
|
681
681
|
"use strict";
|
|
682
682
|
module.exports = require("querystring");
|
|
683
683
|
},
|
|
@@ -704,6 +704,6 @@
|
|
|
704
704
|
}
|
|
705
705
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
706
706
|
__nccwpck_require__.ab = __dirname + "/";
|
|
707
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
707
|
+
var __webpack_exports__ = __nccwpck_require__(571);
|
|
708
708
|
module.exports = __webpack_exports__;
|
|
709
709
|
})();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
4
|
+
824: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
const loader = __nccwpck_require__(846);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
},
|
|
8
|
-
|
|
8
|
+
846: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports["default"] = void 0;
|
|
11
|
-
var _path = _interopRequireDefault(__nccwpck_require__(
|
|
12
|
-
var _utils = __nccwpck_require__(
|
|
13
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
11
|
+
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
12
|
+
var _utils = __nccwpck_require__(287);
|
|
13
|
+
var _options = _interopRequireDefault(__nccwpck_require__(355));
|
|
14
14
|
function _interopRequireDefault(obj) {
|
|
15
15
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
16
16
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
};
|
|
105
105
|
var _default = (exports["default"] = loader);
|
|
106
106
|
},
|
|
107
|
-
|
|
107
|
+
361: (module) => {
|
|
108
108
|
function isEqualLocals(a, b, isNamedExport) {
|
|
109
109
|
if ((!a && b) || (a && !b)) {
|
|
110
110
|
return false;
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
module.exports = isEqualLocals;
|
|
132
132
|
},
|
|
133
|
-
|
|
133
|
+
287: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
134
134
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
135
135
|
exports.getExportLazyStyleCode = getExportLazyStyleCode;
|
|
136
136
|
exports.getExportStyleCode = getExportStyleCode;
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
exports.getStyleTagTransformFnCode = getStyleTagTransformFnCode;
|
|
151
151
|
exports.getdomAPI = getdomAPI;
|
|
152
152
|
exports.stringifyRequest = stringifyRequest;
|
|
153
|
-
var _path = _interopRequireDefault(__nccwpck_require__(
|
|
154
|
-
var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(
|
|
153
|
+
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
154
|
+
var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(361));
|
|
155
155
|
function _interopRequireDefault(obj) {
|
|
156
156
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
157
157
|
}
|
|
@@ -391,10 +391,10 @@
|
|
|
391
391
|
: `var setAttributes = require(${modulePath});`;
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
|
-
|
|
394
|
+
928: (module) => {
|
|
395
395
|
module.exports = require("path");
|
|
396
396
|
},
|
|
397
|
-
|
|
397
|
+
355: (module) => {
|
|
398
398
|
module.exports = JSON.parse(
|
|
399
399
|
'{"title":"Style Loader options","type":"object","properties":{"injectType":{"description":"Allows to setup how styles will be injected into DOM.","link":"https://github.com/webpack-contrib/style-loader#injecttype","enum":["styleTag","singletonStyleTag","autoStyleTag","lazyStyleTag","lazySingletonStyleTag","lazyAutoStyleTag","linkTag"]},"attributes":{"description":"Adds custom attributes to tag.","link":"https://github.com/webpack-contrib/style-loader#attributes","type":"object"},"insert":{"description":"Inserts `<style>`/`<link>` at the given position.","link":"https://github.com/webpack-contrib/style-loader#insert","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"base":{"description":"Sets module ID base for DLLPlugin.","link":"https://github.com/webpack-contrib/style-loader#base","type":"number"},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"styleTagTransform":{"description":"Transform tag and css when insert \'style\' tag into the DOM","link":"https://github.com/webpack-contrib/style-loader#styleTagTransform","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
|
|
400
400
|
);
|
|
@@ -422,6 +422,6 @@
|
|
|
422
422
|
}
|
|
423
423
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
424
424
|
__nccwpck_require__.ab = __dirname + "/";
|
|
425
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
425
|
+
var __webpack_exports__ = __nccwpck_require__(824);
|
|
426
426
|
module.exports = __webpack_exports__;
|
|
427
427
|
})();
|