@rsbuild/core 1.4.0 → 1.4.2
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/css-loader/index.js +18 -18
- package/compiled/html-rspack-plugin/index.js +14 -14
- package/compiled/http-proxy-middleware/index.js +11 -7
- package/compiled/postcss-loader/index.js +6 -6
- package/compiled/rsbuild-dev-middleware/index.js +5 -3
- package/compiled/rslog/index.d.ts +69 -63
- package/compiled/rslog/package.json +1 -1
- package/compiled/rspack-manifest-plugin/index.js +4 -4
- package/compiled/sirv/index.js +1 -1
- package/compiled/webpack-bundle-analyzer/index.js +21 -13621
- package/dist/index.cjs +350 -25
- package/dist/index.js +354 -20
- package/dist-types/inspectConfig.d.ts +9 -9
- package/dist-types/types/rsbuild.d.ts +13 -0
- package/package.json +7 -7
- package/compiled/open/index.d.ts +0 -153
- package/compiled/open/index.js +0 -409
- package/compiled/open/package.json +0 -1
- package/compiled/open/xdg-open +0 -1066
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
4420: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
5
|
+
const loader = __nccwpck_require__(2922);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
module.exports.defaultGetLocalIdent =
|
|
8
|
-
__nccwpck_require__(
|
|
8
|
+
__nccwpck_require__(9515).defaultGetLocalIdent;
|
|
9
9
|
},
|
|
10
|
-
|
|
10
|
+
2922: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
11
11
|
"use strict";
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports["default"] = loader;
|
|
14
14
|
var _postcss = _interopRequireDefault(__nccwpck_require__(9409));
|
|
15
|
-
var _plugins = __nccwpck_require__(
|
|
16
|
-
var _utils = __nccwpck_require__(
|
|
15
|
+
var _plugins = __nccwpck_require__(6809);
|
|
16
|
+
var _utils = __nccwpck_require__(9515);
|
|
17
17
|
function _interopRequireDefault(obj) {
|
|
18
18
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
19
19
|
}
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
callback(null, `${importCode}${moduleCode}${exportCode}`);
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
|
-
|
|
239
|
+
6809: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
240
240
|
"use strict";
|
|
241
241
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
242
242
|
Object.defineProperty(exports, "icssParser", {
|
|
@@ -258,22 +258,22 @@
|
|
|
258
258
|
},
|
|
259
259
|
});
|
|
260
260
|
var _postcssImportParser = _interopRequireDefault(
|
|
261
|
-
__nccwpck_require__(
|
|
261
|
+
__nccwpck_require__(8210),
|
|
262
262
|
);
|
|
263
263
|
var _postcssIcssParser = _interopRequireDefault(
|
|
264
|
-
__nccwpck_require__(
|
|
264
|
+
__nccwpck_require__(9691),
|
|
265
265
|
);
|
|
266
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
266
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(4526));
|
|
267
267
|
function _interopRequireDefault(obj) {
|
|
268
268
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
|
-
|
|
271
|
+
9691: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
272
272
|
"use strict";
|
|
273
273
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
274
274
|
exports["default"] = void 0;
|
|
275
275
|
var _icssUtils = __nccwpck_require__(9028);
|
|
276
|
-
var _utils = __nccwpck_require__(
|
|
276
|
+
var _utils = __nccwpck_require__(9515);
|
|
277
277
|
const plugin = (options = {}) => ({
|
|
278
278
|
postcssPlugin: "postcss-icss-parser",
|
|
279
279
|
async OnceExit(root) {
|
|
@@ -372,14 +372,14 @@
|
|
|
372
372
|
plugin.postcss = true;
|
|
373
373
|
var _default = (exports["default"] = plugin);
|
|
374
374
|
},
|
|
375
|
-
|
|
375
|
+
8210: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
376
376
|
"use strict";
|
|
377
377
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
378
378
|
exports["default"] = void 0;
|
|
379
379
|
var _postcssValueParser = _interopRequireDefault(
|
|
380
380
|
__nccwpck_require__(2948),
|
|
381
381
|
);
|
|
382
|
-
var _utils = __nccwpck_require__(
|
|
382
|
+
var _utils = __nccwpck_require__(9515);
|
|
383
383
|
function _interopRequireDefault(obj) {
|
|
384
384
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
385
385
|
}
|
|
@@ -684,14 +684,14 @@
|
|
|
684
684
|
plugin.postcss = true;
|
|
685
685
|
var _default = (exports["default"] = plugin);
|
|
686
686
|
},
|
|
687
|
-
|
|
687
|
+
4526: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
688
688
|
"use strict";
|
|
689
689
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
690
690
|
exports["default"] = void 0;
|
|
691
691
|
var _postcssValueParser = _interopRequireDefault(
|
|
692
692
|
__nccwpck_require__(2948),
|
|
693
693
|
);
|
|
694
|
-
var _utils = __nccwpck_require__(
|
|
694
|
+
var _utils = __nccwpck_require__(9515);
|
|
695
695
|
function _interopRequireDefault(obj) {
|
|
696
696
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
697
697
|
}
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
plugin.postcss = true;
|
|
1035
1035
|
var _default = (exports["default"] = plugin);
|
|
1036
1036
|
},
|
|
1037
|
-
|
|
1037
|
+
9515: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1038
1038
|
"use strict";
|
|
1039
1039
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1040
1040
|
exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
|
|
@@ -8098,6 +8098,6 @@
|
|
|
8098
8098
|
}
|
|
8099
8099
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
8100
8100
|
__nccwpck_require__.ab = __dirname + "/";
|
|
8101
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
8101
|
+
var __webpack_exports__ = __nccwpck_require__(4420);
|
|
8102
8102
|
module.exports = __webpack_exports__;
|
|
8103
8103
|
})();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
29: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const { HtmlWebpackChildCompiler } = __nccwpck_require__(
|
|
5
|
+
const { HtmlWebpackChildCompiler } = __nccwpck_require__(550);
|
|
6
6
|
const compilerMap = new WeakMap();
|
|
7
7
|
class CachedChildCompilation {
|
|
8
8
|
constructor(compiler) {
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
}
|
|
312
312
|
module.exports = { CachedChildCompilation };
|
|
313
313
|
},
|
|
314
|
-
|
|
314
|
+
550: (module) => {
|
|
315
315
|
"use strict";
|
|
316
316
|
class HtmlWebpackChildCompiler {
|
|
317
317
|
constructor(templates) {
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
}
|
|
481
481
|
module.exports = { HtmlWebpackChildCompiler };
|
|
482
482
|
},
|
|
483
|
-
|
|
483
|
+
950: (module) => {
|
|
484
484
|
"use strict";
|
|
485
485
|
module.exports = {};
|
|
486
486
|
module.exports.none = (chunks) => chunks;
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
};
|
|
500
500
|
module.exports.auto = module.exports.none;
|
|
501
501
|
},
|
|
502
|
-
|
|
502
|
+
529: (module) => {
|
|
503
503
|
"use strict";
|
|
504
504
|
module.exports = function (err) {
|
|
505
505
|
return {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
};
|
|
521
521
|
};
|
|
522
522
|
},
|
|
523
|
-
|
|
523
|
+
368: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
524
524
|
"use strict";
|
|
525
525
|
const { AsyncSeriesWaterfallHook } = __nccwpck_require__(408);
|
|
526
526
|
const htmlWebpackPluginHooksMap = new WeakMap();
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
}
|
|
547
547
|
module.exports = { getHtmlRspackPluginHooks };
|
|
548
548
|
},
|
|
549
|
-
|
|
549
|
+
949: (module) => {
|
|
550
550
|
const voidTags = [
|
|
551
551
|
"area",
|
|
552
552
|
"base",
|
|
@@ -614,19 +614,19 @@
|
|
|
614
614
|
htmlTagObjectToString,
|
|
615
615
|
};
|
|
616
616
|
},
|
|
617
|
-
|
|
617
|
+
568: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
618
618
|
"use strict";
|
|
619
619
|
const promisify = __nccwpck_require__(23).promisify;
|
|
620
620
|
const vm = __nccwpck_require__(154);
|
|
621
621
|
const fs = __nccwpck_require__(896);
|
|
622
622
|
const path = __nccwpck_require__(928);
|
|
623
|
-
const { CachedChildCompilation } = __nccwpck_require__(
|
|
623
|
+
const { CachedChildCompilation } = __nccwpck_require__(29);
|
|
624
624
|
const { createHtmlTagObject, htmlTagObjectToString, HtmlTagArray } =
|
|
625
|
-
__nccwpck_require__(
|
|
626
|
-
const prettyError = __nccwpck_require__(
|
|
627
|
-
const chunkSorter = __nccwpck_require__(
|
|
625
|
+
__nccwpck_require__(949);
|
|
626
|
+
const prettyError = __nccwpck_require__(529);
|
|
627
|
+
const chunkSorter = __nccwpck_require__(950);
|
|
628
628
|
const getHtmlRspackPluginHooks =
|
|
629
|
-
__nccwpck_require__(
|
|
629
|
+
__nccwpck_require__(368).getHtmlRspackPluginHooks;
|
|
630
630
|
const WITH_PLACEHOLDER = "function __with_placeholder__";
|
|
631
631
|
class HtmlRspackPlugin {
|
|
632
632
|
constructor(userOptions = {}) {
|
|
@@ -1597,6 +1597,6 @@
|
|
|
1597
1597
|
}
|
|
1598
1598
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
1599
1599
|
__nccwpck_require__.ab = __dirname + "/";
|
|
1600
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
1600
|
+
var __webpack_exports__ = __nccwpck_require__(568);
|
|
1601
1601
|
module.exports = __webpack_exports__;
|
|
1602
1602
|
})();
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
var listener = new EE(fn, context || emitter, once),
|
|
644
644
|
evt = prefix ? prefix + event : event;
|
|
645
645
|
if (!emitter._events[evt])
|
|
646
|
-
(emitter._events[evt] = listener), emitter._eventsCount
|
|
646
|
+
((emitter._events[evt] = listener), emitter._eventsCount++);
|
|
647
647
|
else if (!emitter._events[evt].fn) emitter._events[evt].push(listener);
|
|
648
648
|
else emitter._events[evt] = [emitter._events[evt], listener];
|
|
649
649
|
return emitter;
|
|
@@ -698,18 +698,22 @@
|
|
|
698
698
|
this.removeListener(event, listeners.fn, undefined, true);
|
|
699
699
|
switch (len) {
|
|
700
700
|
case 1:
|
|
701
|
-
return listeners.fn.call(listeners.context), true;
|
|
701
|
+
return (listeners.fn.call(listeners.context), true);
|
|
702
702
|
case 2:
|
|
703
|
-
return listeners.fn.call(listeners.context, a1), true;
|
|
703
|
+
return (listeners.fn.call(listeners.context, a1), true);
|
|
704
704
|
case 3:
|
|
705
|
-
return listeners.fn.call(listeners.context, a1, a2), true;
|
|
705
|
+
return (listeners.fn.call(listeners.context, a1, a2), true);
|
|
706
706
|
case 4:
|
|
707
|
-
return listeners.fn.call(listeners.context, a1, a2, a3), true;
|
|
707
|
+
return (listeners.fn.call(listeners.context, a1, a2, a3), true);
|
|
708
708
|
case 5:
|
|
709
|
-
return
|
|
709
|
+
return (
|
|
710
|
+
listeners.fn.call(listeners.context, a1, a2, a3, a4),
|
|
711
|
+
true
|
|
712
|
+
);
|
|
710
713
|
case 6:
|
|
711
714
|
return (
|
|
712
|
-
listeners.fn.call(listeners.context, a1, a2, a3, a4, a5),
|
|
715
|
+
listeners.fn.call(listeners.context, a1, a2, a3, a4, a5),
|
|
716
|
+
true
|
|
713
717
|
);
|
|
714
718
|
}
|
|
715
719
|
for (i = 1, args = new Array(len - 1); i < len; i++) {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
636: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(378)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
378: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
__webpack_unused_export__ = { value: true };
|
|
10
10
|
exports["default"] = loader;
|
|
11
11
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
12
|
-
var _utils = __nccwpck_require__(
|
|
12
|
+
var _utils = __nccwpck_require__(427);
|
|
13
13
|
function _interopRequireDefault(obj) {
|
|
14
14
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
15
15
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
callback(null, result.css, map, { ast });
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
-
|
|
182
|
+
427: (module, exports, __nccwpck_require__) => {
|
|
183
183
|
module = __nccwpck_require__.nmd(module);
|
|
184
184
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
185
185
|
exports.exec = exec;
|
|
@@ -716,6 +716,6 @@
|
|
|
716
716
|
})();
|
|
717
717
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
718
718
|
__nccwpck_require__.ab = __dirname + "/";
|
|
719
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
719
|
+
var __webpack_exports__ = __nccwpck_require__(636);
|
|
720
720
|
module.exports = __webpack_exports__;
|
|
721
721
|
})();
|
|
@@ -5438,7 +5438,7 @@
|
|
|
5438
5438
|
r =
|
|
5439
5439
|
(c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) ||
|
|
5440
5440
|
r;
|
|
5441
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
5441
|
+
return (c > 3 && r && Object.defineProperty(target, key, r), r);
|
|
5442
5442
|
};
|
|
5443
5443
|
__param = function (paramIndex, decorator) {
|
|
5444
5444
|
return function (target, key) {
|
|
@@ -5869,7 +5869,7 @@
|
|
|
5869
5869
|
o[n] &&
|
|
5870
5870
|
function (v) {
|
|
5871
5871
|
return new Promise(function (resolve, reject) {
|
|
5872
|
-
(v = o[n](v)), settle(resolve, reject, v.done, v.value);
|
|
5872
|
+
((v = o[n](v)), settle(resolve, reject, v.done, v.value));
|
|
5873
5873
|
});
|
|
5874
5874
|
};
|
|
5875
5875
|
}
|
|
@@ -6038,7 +6038,9 @@
|
|
|
6038
6038
|
try {
|
|
6039
6039
|
if (!r.async && s === 1)
|
|
6040
6040
|
return (
|
|
6041
|
-
(s = 0),
|
|
6041
|
+
(s = 0),
|
|
6042
|
+
env.stack.push(r),
|
|
6043
|
+
Promise.resolve().then(next)
|
|
6042
6044
|
);
|
|
6043
6045
|
if (r.dispose) {
|
|
6044
6046
|
var result = r.dispose.call(r.value);
|
|
@@ -1,67 +1,73 @@
|
|
|
1
|
-
type ColorFn = (input: string | number | null | undefined) => string;
|
|
2
|
-
|
|
3
|
-
declare let
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
1
|
+
declare type ColorFn = (input: string | number | null | undefined) => string;
|
|
2
|
+
|
|
3
|
+
declare let createLogger: (options?: Options) => Logger;
|
|
4
|
+
|
|
5
|
+
declare let LOG_TYPES: {
|
|
6
|
+
error: {
|
|
7
|
+
label: string;
|
|
8
|
+
level: "error";
|
|
9
|
+
color: ColorFn;
|
|
10
|
+
};
|
|
11
|
+
warn: {
|
|
12
|
+
label: string;
|
|
13
|
+
level: "warn";
|
|
14
|
+
color: ColorFn;
|
|
15
|
+
};
|
|
16
|
+
info: {
|
|
17
|
+
label: string;
|
|
18
|
+
level: "info";
|
|
19
|
+
color: ColorFn;
|
|
20
|
+
};
|
|
21
|
+
start: {
|
|
22
|
+
label: string;
|
|
23
|
+
level: "info";
|
|
24
|
+
color: ColorFn;
|
|
25
|
+
};
|
|
26
|
+
ready: {
|
|
27
|
+
label: string;
|
|
28
|
+
level: "info";
|
|
29
|
+
color: ColorFn;
|
|
30
|
+
};
|
|
31
|
+
success: {
|
|
32
|
+
label: string;
|
|
33
|
+
level: "info";
|
|
34
|
+
color: ColorFn;
|
|
35
|
+
};
|
|
36
|
+
log: {
|
|
37
|
+
level: "info";
|
|
38
|
+
};
|
|
39
|
+
debug: {
|
|
40
|
+
label: string;
|
|
41
|
+
level: "verbose";
|
|
42
|
+
color: ColorFn;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
declare type LogFunction = (message?: LogMessage, ...args: any[]) => void;
|
|
47
|
+
|
|
48
|
+
declare type Logger = Record<LogMethods, LogFunction> & {
|
|
49
|
+
greet: (message: string) => void;
|
|
50
|
+
level: LogLevel;
|
|
51
|
+
override: (customLogger: Partial<Record<LogMethods, LogFunction>>) => void;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
declare let logger: Logger;
|
|
55
|
+
|
|
56
|
+
declare type LogLevel = 'silent' | 'error' | 'warn' | 'info' | 'log' | 'verbose';
|
|
57
|
+
|
|
58
|
+
declare type LogMessage = unknown;
|
|
59
|
+
|
|
60
|
+
declare type LogMethods = keyof typeof LOG_TYPES;
|
|
61
|
+
|
|
62
|
+
declare interface LogType {
|
|
63
|
+
label?: string;
|
|
64
|
+
level: LogLevel;
|
|
65
|
+
color?: ColorFn;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
declare interface Options {
|
|
69
|
+
level?: LogLevel;
|
|
54
70
|
}
|
|
55
|
-
type LogMethods = keyof typeof LOG_TYPES;
|
|
56
|
-
type Logger = Record<LogMethods, LogFunction> & {
|
|
57
|
-
greet: (message: string) => void;
|
|
58
|
-
level: LogLevel;
|
|
59
|
-
override: (customLogger: Partial<Record<LogMethods, LogFunction>>) => void;
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
declare let createLogger: (options?: Options) => Logger;
|
|
63
|
-
|
|
64
|
-
declare let logger: Logger;
|
|
65
71
|
|
|
66
72
|
export { createLogger, logger };
|
|
67
73
|
export type { LogFunction, LogLevel, LogMessage, LogType, Logger, Options };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"rslog","version":"1.2.
|
|
1
|
+
{"name":"rslog","version":"1.2.8","types":"index.d.ts","type":"commonjs"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
4
|
+
543: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.transformFiles =
|
|
7
7
|
exports.reduceChunk =
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
.map(standardizeFilePaths);
|
|
121
121
|
exports.transformFiles = transformFiles;
|
|
122
122
|
},
|
|
123
|
-
|
|
123
|
+
994: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
124
124
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
125
125
|
exports.normalModuleLoaderHook =
|
|
126
126
|
exports.getCompilerHooks =
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
const fs_1 = __nccwpck_require__(896);
|
|
131
131
|
const path_1 = __nccwpck_require__(928);
|
|
132
132
|
const lite_tapable_1 = __nccwpck_require__(408);
|
|
133
|
-
const helpers_1 = __nccwpck_require__(
|
|
133
|
+
const helpers_1 = __nccwpck_require__(543);
|
|
134
134
|
const compilerHookMap = new WeakMap();
|
|
135
135
|
const getCompilerHooks = (compiler) => {
|
|
136
136
|
let hooks = compilerHookMap.get(compiler);
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
exports.getCompilerHooks =
|
|
313
313
|
void 0;
|
|
314
314
|
const path_1 = __nccwpck_require__(928);
|
|
315
|
-
const hooks_1 = __nccwpck_require__(
|
|
315
|
+
const hooks_1 = __nccwpck_require__(994);
|
|
316
316
|
Object.defineProperty(exports, "getCompilerHooks", {
|
|
317
317
|
enumerable: true,
|
|
318
318
|
get: function () {
|
package/compiled/sirv/index.js
CHANGED