@lynx-js/rspeedy-canary 0.11.4-canary-20250922-cf57c583 → 0.11.4-canary-20250922-8b1eabe8
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/CHANGELOG.md +1 -1
- package/dist/0~src_config_validate_ts.js +39 -32
- package/dist/0~src_plugins_api_plugin_ts.js +0 -1
- package/dist/0~src_plugins_chunkLoading_plugin_ts.js +0 -1
- package/dist/0~src_plugins_dev_plugin_ts.js +1 -3
- package/dist/0~src_plugins_emitOnErrors_plugin_ts.js +0 -1
- package/dist/0~src_plugins_inspect_plugin_ts.js +0 -1
- package/dist/0~src_plugins_minify_plugin_ts.js +0 -1
- package/dist/0~src_plugins_optimization_plugin_ts.js +0 -1
- package/dist/0~src_plugins_output_plugin_ts.js +0 -1
- package/dist/0~src_plugins_resolve_plugin_ts.js +0 -1
- package/dist/0~src_plugins_rsdoctor_plugin_ts.js +0 -1
- package/dist/0~src_plugins_sourcemap_plugin_ts.js +0 -1
- package/dist/0~src_plugins_swc_plugin_ts.js +0 -1
- package/dist/0~src_plugins_target_plugin_ts.js +0 -1
- package/dist/1~src_cli_build_ts.js +0 -1
- package/dist/1~src_cli_dev_ts.js +0 -1
- package/dist/1~src_cli_inspect_ts.js +0 -1
- package/dist/1~src_cli_preview_ts.js +0 -1
- package/dist/1~src_config_validate_ts.js +39 -32
- package/dist/1~src_plugins_api_plugin_ts.js +0 -1
- package/dist/1~src_plugins_chunkLoading_plugin_ts.js +0 -1
- package/dist/1~src_plugins_dev_plugin_ts.js +1 -3
- package/dist/1~src_plugins_emitOnErrors_plugin_ts.js +0 -1
- package/dist/1~src_plugins_inspect_plugin_ts.js +0 -1
- package/dist/1~src_plugins_minify_plugin_ts.js +0 -1
- package/dist/1~src_plugins_optimization_plugin_ts.js +0 -1
- package/dist/1~src_plugins_output_plugin_ts.js +0 -1
- package/dist/1~src_plugins_resolve_plugin_ts.js +0 -1
- package/dist/1~src_plugins_rsdoctor_plugin_ts.js +0 -1
- package/dist/1~src_plugins_sourcemap_plugin_ts.js +0 -1
- package/dist/1~src_plugins_swc_plugin_ts.js +0 -1
- package/dist/1~src_plugins_target_plugin_ts.js +0 -1
- package/dist/1~vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js.js +1 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1492,9 +1492,9 @@ export const __webpack_modules__ = {
|
|
|
1492
1492
|
if (void 0 === value) return true;
|
|
1493
1493
|
return "string" == typeof value || "boolean" == typeof value;
|
|
1494
1494
|
});
|
|
1495
|
-
const _io41 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
1495
|
+
const _io41 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6783"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1496
1496
|
if ([
|
|
1497
|
-
"__@toStringTag@
|
|
1497
|
+
"__@toStringTag@6783"
|
|
1498
1498
|
].some((prop)=>key === prop)) return true;
|
|
1499
1499
|
const value = input[key];
|
|
1500
1500
|
if (void 0 === value) return true;
|
|
@@ -1648,7 +1648,7 @@ export const __webpack_modules__ = {
|
|
|
1648
1648
|
if (void 0 === value) return true;
|
|
1649
1649
|
return false;
|
|
1650
1650
|
}));
|
|
1651
|
-
const _io50 = (input, _exceptionable = true)=>(void 0 === input.pragma || "string" == typeof input.pragma) && (void 0 === input.pragmaFrag || "string" == typeof input.pragmaFrag) && (void 0 === input.throwIfNamespace || "boolean" == typeof input.throwIfNamespace) && (void 0 === input.development || "boolean" == typeof input.development) && (void 0 === input.useBuiltins || "boolean" == typeof input.useBuiltins) && null !== input.refresh && (void 0 === input.refresh || "boolean" == typeof input.refresh || "object" == typeof input.refresh && null !== input.refresh && false === Array.isArray(input.refresh) && _io51(input.refresh, _exceptionable)) && (void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime) && (void 0 === input.importSource || "string" == typeof input.importSource) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1651
|
+
const _io50 = (input, _exceptionable = true)=>(void 0 === input.pragma || "string" == typeof input.pragma) && (void 0 === input.pragmaFrag || "string" == typeof input.pragmaFrag) && (void 0 === input.throwIfNamespace || "boolean" == typeof input.throwIfNamespace) && (void 0 === input.development || "boolean" == typeof input.development) && (void 0 === input.useBuiltins || "boolean" == typeof input.useBuiltins) && null !== input.refresh && (void 0 === input.refresh || "boolean" == typeof input.refresh || "object" == typeof input.refresh && null !== input.refresh && false === Array.isArray(input.refresh) && _io51(input.refresh, _exceptionable)) && (void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime || "preserve" === input.runtime) && (void 0 === input.importSource || "string" == typeof input.importSource) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1652
1652
|
if ([
|
|
1653
1653
|
"pragma",
|
|
1654
1654
|
"pragmaFrag",
|
|
@@ -3102,14 +3102,14 @@ export const __webpack_modules__ = {
|
|
|
3102
3102
|
if (void 0 === value) return true;
|
|
3103
3103
|
return false;
|
|
3104
3104
|
})));
|
|
3105
|
-
const _io149 = (input, _exceptionable = true)=>"number" == typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" == typeof input.byteLength && "number" == typeof input.byteOffset && "number" == typeof input.length && "Uint8Array" === input["__@toStringTag@
|
|
3105
|
+
const _io149 = (input, _exceptionable = true)=>"number" == typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" == typeof input.byteLength && "number" == typeof input.byteOffset && "number" == typeof input.length && "Uint8Array" === input["__@toStringTag@6783"] && Object.keys(input).every((key)=>{
|
|
3106
3106
|
if ([
|
|
3107
3107
|
"BYTES_PER_ELEMENT",
|
|
3108
3108
|
"buffer",
|
|
3109
3109
|
"byteLength",
|
|
3110
3110
|
"byteOffset",
|
|
3111
3111
|
"length",
|
|
3112
|
-
"__@toStringTag@
|
|
3112
|
+
"__@toStringTag@6783"
|
|
3113
3113
|
].some((prop)=>key === prop)) return true;
|
|
3114
3114
|
const value = input[key];
|
|
3115
3115
|
if (void 0 === value) return true;
|
|
@@ -3610,7 +3610,7 @@ export const __webpack_modules__ = {
|
|
|
3610
3610
|
if (void 0 === value) return true;
|
|
3611
3611
|
return false;
|
|
3612
3612
|
}));
|
|
3613
|
-
const _io183 = (input, _exceptionable = true)=>(void 0 === input.dynamicImportMode || "weak" === input.dynamicImportMode || "eager" === input.dynamicImportMode || "lazy" === input.dynamicImportMode || "lazy-once" === input.dynamicImportMode) && (void 0 === input.dynamicImportPreload || "number" == typeof input.dynamicImportPreload || "boolean" == typeof input.dynamicImportPreload) && (void 0 === input.dynamicImportPrefetch || "number" == typeof input.dynamicImportPrefetch || "boolean" == typeof input.dynamicImportPrefetch) && (void 0 === input.dynamicImportFetchPriority || "auto" === input.dynamicImportFetchPriority || "low" === input.dynamicImportFetchPriority || "high" === input.dynamicImportFetchPriority) && (void 0 === input.importMeta || "boolean" == typeof input.importMeta) && (void 0 === input.url || "relative" === input.url || "boolean" == typeof input.url) && (void 0 === input.exprContextCritical || "boolean" == typeof input.exprContextCritical) && (void 0 === input.unknownContextCritical || "boolean" == typeof input.unknownContextCritical) && (void 0 === input.wrappedContextCritical || "boolean" == typeof input.wrappedContextCritical) && (void 0 === input.wrappedContextRegExp || input.wrappedContextRegExp instanceof RegExp) && (void 0 === input.exportsPresence || false === input.exportsPresence || "auto" === input.exportsPresence || "error" === input.exportsPresence || "warn" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "auto" === input.importExportsPresence || "error" === input.importExportsPresence || "warn" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "auto" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "warn" === input.reexportExportsPresence) && (void 0 === input.strictExportPresence || "boolean" == typeof input.strictExportPresence) && null !== input.worker && (void 0 === input.worker || "boolean" == typeof input.worker || Array.isArray(input.worker) && input.worker.every((elem, _index146)=>"string" == typeof elem)) && (void 0 === input.overrideStrict || "strict" === input.overrideStrict || "non-strict" === input.overrideStrict) && (void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression) && (void 0 === input.requireDynamic || "boolean" == typeof input.requireDynamic) && (void 0 === input.requireResolve || "boolean" == typeof input.requireResolve) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.inlineConst || "boolean" == typeof input.inlineConst) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3613
|
+
const _io183 = (input, _exceptionable = true)=>(void 0 === input.dynamicImportMode || "weak" === input.dynamicImportMode || "eager" === input.dynamicImportMode || "lazy" === input.dynamicImportMode || "lazy-once" === input.dynamicImportMode) && (void 0 === input.dynamicImportPreload || "number" == typeof input.dynamicImportPreload || "boolean" == typeof input.dynamicImportPreload) && (void 0 === input.dynamicImportPrefetch || "number" == typeof input.dynamicImportPrefetch || "boolean" == typeof input.dynamicImportPrefetch) && (void 0 === input.dynamicImportFetchPriority || "auto" === input.dynamicImportFetchPriority || "low" === input.dynamicImportFetchPriority || "high" === input.dynamicImportFetchPriority) && (void 0 === input.importMeta || "boolean" == typeof input.importMeta) && (void 0 === input.url || "relative" === input.url || "boolean" == typeof input.url) && (void 0 === input.exprContextCritical || "boolean" == typeof input.exprContextCritical) && (void 0 === input.unknownContextCritical || "boolean" == typeof input.unknownContextCritical) && (void 0 === input.wrappedContextCritical || "boolean" == typeof input.wrappedContextCritical) && (void 0 === input.wrappedContextRegExp || input.wrappedContextRegExp instanceof RegExp) && (void 0 === input.exportsPresence || false === input.exportsPresence || "auto" === input.exportsPresence || "error" === input.exportsPresence || "warn" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "auto" === input.importExportsPresence || "error" === input.importExportsPresence || "warn" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "auto" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "warn" === input.reexportExportsPresence) && (void 0 === input.strictExportPresence || "boolean" == typeof input.strictExportPresence) && null !== input.worker && (void 0 === input.worker || "boolean" == typeof input.worker || Array.isArray(input.worker) && input.worker.every((elem, _index146)=>"string" == typeof elem)) && (void 0 === input.overrideStrict || "strict" === input.overrideStrict || "non-strict" === input.overrideStrict) && (void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression) && (void 0 === input.requireDynamic || "boolean" == typeof input.requireDynamic) && (void 0 === input.requireResolve || "boolean" == typeof input.requireResolve) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments) && (void 0 === input.inlineConst || "boolean" == typeof input.inlineConst) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3614
3614
|
if ([
|
|
3615
3615
|
"dynamicImportMode",
|
|
3616
3616
|
"dynamicImportPreload",
|
|
@@ -3632,6 +3632,7 @@ export const __webpack_modules__ = {
|
|
|
3632
3632
|
"requireDynamic",
|
|
3633
3633
|
"requireResolve",
|
|
3634
3634
|
"importDynamic",
|
|
3635
|
+
"commonjsMagicComments",
|
|
3635
3636
|
"inlineConst",
|
|
3636
3637
|
"typeReexportsPresence"
|
|
3637
3638
|
].some((prop)=>key === prop)) return true;
|
|
@@ -3667,7 +3668,7 @@ export const __webpack_modules__ = {
|
|
|
3667
3668
|
if (void 0 === value) return true;
|
|
3668
3669
|
return false;
|
|
3669
3670
|
}));
|
|
3670
|
-
const _io187 = (input, _exceptionable = true)=>null !== input.dataUrl && (void 0 === input.dataUrl || "function" == typeof input.dataUrl || "object" == typeof input.dataUrl && null !== input.dataUrl && false === Array.isArray(input.dataUrl) && _io188(input.dataUrl, _exceptionable)) && (void 0 === input.binary || "boolean" == typeof input.binary) && (void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "
|
|
3671
|
+
const _io187 = (input, _exceptionable = true)=>null !== input.dataUrl && (void 0 === input.dataUrl || "function" == typeof input.dataUrl || "object" == typeof input.dataUrl && null !== input.dataUrl && false === Array.isArray(input.dataUrl) && _io188(input.dataUrl, _exceptionable)) && (void 0 === input.binary || "boolean" == typeof input.binary) && (void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3671
3672
|
if ([
|
|
3672
3673
|
"dataUrl",
|
|
3673
3674
|
"binary",
|
|
@@ -3699,7 +3700,7 @@ export const __webpack_modules__ = {
|
|
|
3699
3700
|
if (void 0 === value) return true;
|
|
3700
3701
|
return false;
|
|
3701
3702
|
}));
|
|
3702
|
-
const _io190 = (input, _exceptionable = true)=>(void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "
|
|
3703
|
+
const _io190 = (input, _exceptionable = true)=>(void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode) && (void 0 === input.binary || "boolean" == typeof input.binary) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3703
3704
|
if ([
|
|
3704
3705
|
"emit",
|
|
3705
3706
|
"filename",
|
|
@@ -6363,9 +6364,9 @@ export const __webpack_modules__ = {
|
|
|
6363
6364
|
if (void 0 === value) return true;
|
|
6364
6365
|
return false;
|
|
6365
6366
|
}));
|
|
6366
|
-
const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
6367
|
+
const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6783"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
6367
6368
|
if ([
|
|
6368
|
-
"__@toStringTag@
|
|
6369
|
+
"__@toStringTag@6783"
|
|
6369
6370
|
].some((prop)=>key === prop)) return true;
|
|
6370
6371
|
const value = input[key];
|
|
6371
6372
|
if (void 0 === value) return true;
|
|
@@ -7102,18 +7103,18 @@ export const __webpack_modules__ = {
|
|
|
7102
7103
|
return false;
|
|
7103
7104
|
})();
|
|
7104
7105
|
const _iu1 = (input, _exceptionable = true)=>(()=>{
|
|
7105
|
-
if (void 0 !== input["__@toStringTag@
|
|
7106
|
+
if (void 0 !== input["__@toStringTag@6783"]) return _io149(input, _exceptionable);
|
|
7106
7107
|
if (void 0 !== input.pem) return _io150(input, _exceptionable);
|
|
7107
7108
|
return false;
|
|
7108
7109
|
})();
|
|
7109
7110
|
const _iu2 = (input, _exceptionable = true)=>(()=>{
|
|
7110
|
-
if (void 0 !== input["__@toStringTag@
|
|
7111
|
+
if (void 0 !== input["__@toStringTag@6783"]) return _io149(input, _exceptionable);
|
|
7111
7112
|
if (void 0 !== input.buf) return _io151(input, _exceptionable);
|
|
7112
7113
|
return false;
|
|
7113
7114
|
})();
|
|
7114
7115
|
const _iu3 = (input, _exceptionable = true)=>(()=>{
|
|
7115
7116
|
if (void 0 !== input.name) return _io405(input, _exceptionable);
|
|
7116
|
-
if (void 0 !== input["__@toStringTag@
|
|
7117
|
+
if (void 0 !== input["__@toStringTag@6783"]) return _io406(input, _exceptionable);
|
|
7117
7118
|
return false;
|
|
7118
7119
|
})();
|
|
7119
7120
|
const _iu4 = (input, _exceptionable = true)=>(()=>{
|
|
@@ -9718,14 +9719,14 @@ export const __webpack_modules__ = {
|
|
|
9718
9719
|
}).every((flag)=>flag)
|
|
9719
9720
|
].every((flag)=>flag);
|
|
9720
9721
|
const _vo41 = (input, _path, _exceptionable = true)=>[
|
|
9721
|
-
"string" == typeof input["__@toStringTag@
|
|
9722
|
-
path: _path + "[\"__@toStringTag@
|
|
9722
|
+
"string" == typeof input["__@toStringTag@6783"] || _report(_exceptionable, {
|
|
9723
|
+
path: _path + "[\"__@toStringTag@6783\"]",
|
|
9723
9724
|
expected: "string",
|
|
9724
|
-
value: input["__@toStringTag@
|
|
9725
|
+
value: input["__@toStringTag@6783"]
|
|
9725
9726
|
}),
|
|
9726
9727
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
9727
9728
|
if ([
|
|
9728
|
-
"__@toStringTag@
|
|
9729
|
+
"__@toStringTag@6783"
|
|
9729
9730
|
].some((prop)=>key === prop)) return true;
|
|
9730
9731
|
const value = input[key];
|
|
9731
9732
|
if (void 0 === value) return true;
|
|
@@ -10582,9 +10583,9 @@ export const __webpack_modules__ = {
|
|
|
10582
10583
|
expected: "(__type.o9 | boolean | undefined)",
|
|
10583
10584
|
value: input.refresh
|
|
10584
10585
|
})),
|
|
10585
|
-
void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime || _report(_exceptionable, {
|
|
10586
|
+
void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime || "preserve" === input.runtime || _report(_exceptionable, {
|
|
10586
10587
|
path: _path + ".runtime",
|
|
10587
|
-
expected: "(\"automatic\" | \"classic\" | undefined)",
|
|
10588
|
+
expected: "(\"automatic\" | \"classic\" | \"preserve\" | undefined)",
|
|
10588
10589
|
value: input.runtime
|
|
10589
10590
|
}),
|
|
10590
10591
|
void 0 === input.importSource || "string" == typeof input.importSource || _report(_exceptionable, {
|
|
@@ -18739,10 +18740,10 @@ export const __webpack_modules__ = {
|
|
|
18739
18740
|
expected: "number",
|
|
18740
18741
|
value: input.length
|
|
18741
18742
|
}),
|
|
18742
|
-
"Uint8Array" === input["__@toStringTag@
|
|
18743
|
-
path: _path + "[\"__@toStringTag@
|
|
18743
|
+
"Uint8Array" === input["__@toStringTag@6783"] || _report(_exceptionable, {
|
|
18744
|
+
path: _path + "[\"__@toStringTag@6783\"]",
|
|
18744
18745
|
expected: "\"Uint8Array\"",
|
|
18745
|
-
value: input["__@toStringTag@
|
|
18746
|
+
value: input["__@toStringTag@6783"]
|
|
18746
18747
|
}),
|
|
18747
18748
|
false === _exceptionable || Object.keys(input).map((key)=>{
|
|
18748
18749
|
if ([
|
|
@@ -18751,7 +18752,7 @@ export const __webpack_modules__ = {
|
|
|
18751
18752
|
"byteLength",
|
|
18752
18753
|
"byteOffset",
|
|
18753
18754
|
"length",
|
|
18754
|
-
"__@toStringTag@
|
|
18755
|
+
"__@toStringTag@6783"
|
|
18755
18756
|
].some((prop)=>key === prop)) return true;
|
|
18756
18757
|
const value = input[key];
|
|
18757
18758
|
if (void 0 === value) return true;
|
|
@@ -21591,6 +21592,11 @@ export const __webpack_modules__ = {
|
|
|
21591
21592
|
expected: "(boolean | undefined)",
|
|
21592
21593
|
value: input.importDynamic
|
|
21593
21594
|
}),
|
|
21595
|
+
void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments || _report(_exceptionable, {
|
|
21596
|
+
path: _path + ".commonjsMagicComments",
|
|
21597
|
+
expected: "(boolean | undefined)",
|
|
21598
|
+
value: input.commonjsMagicComments
|
|
21599
|
+
}),
|
|
21594
21600
|
void 0 === input.inlineConst || "boolean" == typeof input.inlineConst || _report(_exceptionable, {
|
|
21595
21601
|
path: _path + ".inlineConst",
|
|
21596
21602
|
expected: "(boolean | undefined)",
|
|
@@ -21623,6 +21629,7 @@ export const __webpack_modules__ = {
|
|
|
21623
21629
|
"requireDynamic",
|
|
21624
21630
|
"requireResolve",
|
|
21625
21631
|
"importDynamic",
|
|
21632
|
+
"commonjsMagicComments",
|
|
21626
21633
|
"inlineConst",
|
|
21627
21634
|
"typeReexportsPresence"
|
|
21628
21635
|
].some((prop)=>key === prop)) return true;
|
|
@@ -21820,7 +21827,7 @@ export const __webpack_modules__ = {
|
|
|
21820
21827
|
expected: "(string | undefined)",
|
|
21821
21828
|
value: input.publicPath
|
|
21822
21829
|
})),
|
|
21823
|
-
void 0 === input.importMode || "
|
|
21830
|
+
void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode || _report(_exceptionable, {
|
|
21824
21831
|
path: _path + ".importMode",
|
|
21825
21832
|
expected: "(\"preserve\" | \"url\" | undefined)",
|
|
21826
21833
|
value: input.importMode
|
|
@@ -21950,7 +21957,7 @@ export const __webpack_modules__ = {
|
|
|
21950
21957
|
expected: "(string | undefined)",
|
|
21951
21958
|
value: input.publicPath
|
|
21952
21959
|
})),
|
|
21953
|
-
void 0 === input.importMode || "
|
|
21960
|
+
void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode || _report(_exceptionable, {
|
|
21954
21961
|
path: _path + ".importMode",
|
|
21955
21962
|
expected: "(\"preserve\" | \"url\" | undefined)",
|
|
21956
21963
|
value: input.importMode
|
|
@@ -36812,14 +36819,14 @@ export const __webpack_modules__ = {
|
|
|
36812
36819
|
}).every((flag)=>flag)
|
|
36813
36820
|
].every((flag)=>flag);
|
|
36814
36821
|
const _vo406 = (input, _path, _exceptionable = true)=>[
|
|
36815
|
-
"string" == typeof input["__@toStringTag@
|
|
36816
|
-
path: _path + "[\"__@toStringTag@
|
|
36822
|
+
"string" == typeof input["__@toStringTag@6783"] || _report(_exceptionable, {
|
|
36823
|
+
path: _path + "[\"__@toStringTag@6783\"]",
|
|
36817
36824
|
expected: "string",
|
|
36818
|
-
value: input["__@toStringTag@
|
|
36825
|
+
value: input["__@toStringTag@6783"]
|
|
36819
36826
|
}),
|
|
36820
36827
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
36821
36828
|
if ([
|
|
36822
|
-
"__@toStringTag@
|
|
36829
|
+
"__@toStringTag@6783"
|
|
36823
36830
|
].some((prop)=>key === prop)) return true;
|
|
36824
36831
|
const value = input[key];
|
|
36825
36832
|
if (void 0 === value) return true;
|
|
@@ -40556,7 +40563,7 @@ export const __webpack_modules__ = {
|
|
|
40556
40563
|
});
|
|
40557
40564
|
})();
|
|
40558
40565
|
const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
|
|
40559
|
-
if (void 0 !== input["__@toStringTag@
|
|
40566
|
+
if (void 0 !== input["__@toStringTag@6783"]) return _vo149(input, _path, _exceptionable);
|
|
40560
40567
|
if (void 0 !== input.pem) return _vo150(input, _path, _exceptionable);
|
|
40561
40568
|
return _report(_exceptionable, {
|
|
40562
40569
|
path: _path,
|
|
@@ -40565,7 +40572,7 @@ export const __webpack_modules__ = {
|
|
|
40565
40572
|
});
|
|
40566
40573
|
})();
|
|
40567
40574
|
const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
|
|
40568
|
-
if (void 0 !== input["__@toStringTag@
|
|
40575
|
+
if (void 0 !== input["__@toStringTag@6783"]) return _vo149(input, _path, _exceptionable);
|
|
40569
40576
|
if (void 0 !== input.buf) return _vo151(input, _path, _exceptionable);
|
|
40570
40577
|
return _report(_exceptionable, {
|
|
40571
40578
|
path: _path,
|
|
@@ -40575,7 +40582,7 @@ export const __webpack_modules__ = {
|
|
|
40575
40582
|
})();
|
|
40576
40583
|
const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
|
|
40577
40584
|
if (void 0 !== input.name) return _vo405(input, _path, _exceptionable);
|
|
40578
|
-
if (void 0 !== input["__@toStringTag@
|
|
40585
|
+
if (void 0 !== input["__@toStringTag@6783"]) return _vo406(input, _path, _exceptionable);
|
|
40579
40586
|
return _report(_exceptionable, {
|
|
40580
40587
|
path: _path,
|
|
40581
40588
|
expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/api.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginAPI: ()=>pluginAPI
|
|
10
9
|
});
|
|
@@ -6,7 +6,6 @@ export const __webpack_ids__ = [
|
|
|
6
6
|
];
|
|
7
7
|
export const __webpack_modules__ = {
|
|
8
8
|
"./src/plugins/chunkLoading.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9
|
-
__webpack_require__.r(__webpack_exports__);
|
|
10
9
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
10
|
pluginChunkLoading: ()=>pluginChunkLoading
|
|
12
11
|
});
|
|
@@ -5,10 +5,8 @@ export const __webpack_ids__ = [
|
|
|
5
5
|
];
|
|
6
6
|
export const __webpack_modules__ = {
|
|
7
7
|
"./src/plugins/dev.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8
|
-
__webpack_require__.r(__webpack_exports__);
|
|
9
8
|
__webpack_require__.d(__webpack_exports__, {
|
|
10
|
-
pluginDev: ()=>pluginDev
|
|
11
|
-
findIp: ()=>findIp
|
|
9
|
+
pluginDev: ()=>pluginDev
|
|
12
10
|
});
|
|
13
11
|
var external_node_path_ = __webpack_require__("node:path");
|
|
14
12
|
var core_ = __webpack_require__("@rsbuild/core");
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/emitOnErrors.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginEmitOnErrors: ()=>pluginEmitOnErrors
|
|
10
9
|
});
|
|
@@ -11,7 +11,6 @@ export const __webpack_modules__ = {
|
|
|
11
11
|
const DEFAULT_DIST_PATH_INTERMEDIATE = '.rspeedy';
|
|
12
12
|
},
|
|
13
13
|
"./src/plugins/inspect.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14
|
-
__webpack_require__.r(__webpack_exports__);
|
|
15
14
|
__webpack_require__.d(__webpack_exports__, {
|
|
16
15
|
inspectRspeedyConfig: ()=>inspectRspeedyConfig,
|
|
17
16
|
pluginInspect: ()=>pluginInspect
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/minify.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginMinify: ()=>pluginMinify
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/optimization.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginOptimization: ()=>pluginOptimization
|
|
10
9
|
});
|
|
@@ -10,7 +10,6 @@ export const __webpack_modules__ = {
|
|
|
10
10
|
const DEFAULT_DIST_PATH_INTERMEDIATE = '.rspeedy';
|
|
11
11
|
},
|
|
12
12
|
"./src/plugins/output.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
13
|
-
__webpack_require__.r(__webpack_exports__);
|
|
14
13
|
__webpack_require__.d(__webpack_exports__, {
|
|
15
14
|
pluginOutput: ()=>pluginOutput
|
|
16
15
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/resolve.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginResolve: ()=>pluginResolve
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/rsdoctor.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginRsdoctor: ()=>pluginRsdoctor
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/sourcemap.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginSourcemap: ()=>pluginSourcemap
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/swc.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginSwc: ()=>pluginSwc
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/target.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginTarget: ()=>pluginTarget
|
|
10
9
|
});
|
|
@@ -8,7 +8,6 @@ export const __webpack_ids__ = [
|
|
|
8
8
|
];
|
|
9
9
|
export const __webpack_modules__ = {
|
|
10
10
|
"./src/cli/build.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12
11
|
__webpack_require__.d(__webpack_exports__, {
|
|
13
12
|
build: ()=>build
|
|
14
13
|
});
|
package/dist/1~src_cli_dev_ts.js
CHANGED
|
@@ -8,7 +8,6 @@ export const __webpack_ids__ = [
|
|
|
8
8
|
];
|
|
9
9
|
export const __webpack_modules__ = {
|
|
10
10
|
"./src/cli/dev.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12
11
|
__webpack_require__.d(__webpack_exports__, {
|
|
13
12
|
dev: ()=>dev
|
|
14
13
|
});
|
|
@@ -128,7 +128,6 @@ export const __webpack_modules__ = {
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"./src/cli/inspect.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
131
|
-
__webpack_require__.r(__webpack_exports__);
|
|
132
131
|
__webpack_require__.d(__webpack_exports__, {
|
|
133
132
|
inspect: ()=>inspect
|
|
134
133
|
});
|
|
@@ -128,7 +128,6 @@ export const __webpack_modules__ = {
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"./src/cli/preview.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
131
|
-
__webpack_require__.r(__webpack_exports__);
|
|
132
131
|
__webpack_require__.d(__webpack_exports__, {
|
|
133
132
|
preview: ()=>preview
|
|
134
133
|
});
|
|
@@ -1492,9 +1492,9 @@ export const __webpack_modules__ = {
|
|
|
1492
1492
|
if (void 0 === value) return true;
|
|
1493
1493
|
return "string" == typeof value || "boolean" == typeof value;
|
|
1494
1494
|
});
|
|
1495
|
-
const _io41 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
1495
|
+
const _io41 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@923"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1496
1496
|
if ([
|
|
1497
|
-
"__@toStringTag@
|
|
1497
|
+
"__@toStringTag@923"
|
|
1498
1498
|
].some((prop)=>key === prop)) return true;
|
|
1499
1499
|
const value = input[key];
|
|
1500
1500
|
if (void 0 === value) return true;
|
|
@@ -1648,7 +1648,7 @@ export const __webpack_modules__ = {
|
|
|
1648
1648
|
if (void 0 === value) return true;
|
|
1649
1649
|
return false;
|
|
1650
1650
|
}));
|
|
1651
|
-
const _io50 = (input, _exceptionable = true)=>(void 0 === input.pragma || "string" == typeof input.pragma) && (void 0 === input.pragmaFrag || "string" == typeof input.pragmaFrag) && (void 0 === input.throwIfNamespace || "boolean" == typeof input.throwIfNamespace) && (void 0 === input.development || "boolean" == typeof input.development) && (void 0 === input.useBuiltins || "boolean" == typeof input.useBuiltins) && null !== input.refresh && (void 0 === input.refresh || "boolean" == typeof input.refresh || "object" == typeof input.refresh && null !== input.refresh && false === Array.isArray(input.refresh) && _io51(input.refresh, _exceptionable)) && (void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime) && (void 0 === input.importSource || "string" == typeof input.importSource) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1651
|
+
const _io50 = (input, _exceptionable = true)=>(void 0 === input.pragma || "string" == typeof input.pragma) && (void 0 === input.pragmaFrag || "string" == typeof input.pragmaFrag) && (void 0 === input.throwIfNamespace || "boolean" == typeof input.throwIfNamespace) && (void 0 === input.development || "boolean" == typeof input.development) && (void 0 === input.useBuiltins || "boolean" == typeof input.useBuiltins) && null !== input.refresh && (void 0 === input.refresh || "boolean" == typeof input.refresh || "object" == typeof input.refresh && null !== input.refresh && false === Array.isArray(input.refresh) && _io51(input.refresh, _exceptionable)) && (void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime || "preserve" === input.runtime) && (void 0 === input.importSource || "string" == typeof input.importSource) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1652
1652
|
if ([
|
|
1653
1653
|
"pragma",
|
|
1654
1654
|
"pragmaFrag",
|
|
@@ -3102,14 +3102,14 @@ export const __webpack_modules__ = {
|
|
|
3102
3102
|
if (void 0 === value) return true;
|
|
3103
3103
|
return false;
|
|
3104
3104
|
})));
|
|
3105
|
-
const _io149 = (input, _exceptionable = true)=>"number" == typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" == typeof input.byteLength && "number" == typeof input.byteOffset && "number" == typeof input.length && "Uint8Array" === input["__@toStringTag@
|
|
3105
|
+
const _io149 = (input, _exceptionable = true)=>"number" == typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" == typeof input.byteLength && "number" == typeof input.byteOffset && "number" == typeof input.length && "Uint8Array" === input["__@toStringTag@923"] && Object.keys(input).every((key)=>{
|
|
3106
3106
|
if ([
|
|
3107
3107
|
"BYTES_PER_ELEMENT",
|
|
3108
3108
|
"buffer",
|
|
3109
3109
|
"byteLength",
|
|
3110
3110
|
"byteOffset",
|
|
3111
3111
|
"length",
|
|
3112
|
-
"__@toStringTag@
|
|
3112
|
+
"__@toStringTag@923"
|
|
3113
3113
|
].some((prop)=>key === prop)) return true;
|
|
3114
3114
|
const value = input[key];
|
|
3115
3115
|
if (void 0 === value) return true;
|
|
@@ -3610,7 +3610,7 @@ export const __webpack_modules__ = {
|
|
|
3610
3610
|
if (void 0 === value) return true;
|
|
3611
3611
|
return false;
|
|
3612
3612
|
}));
|
|
3613
|
-
const _io183 = (input, _exceptionable = true)=>(void 0 === input.dynamicImportMode || "weak" === input.dynamicImportMode || "eager" === input.dynamicImportMode || "lazy" === input.dynamicImportMode || "lazy-once" === input.dynamicImportMode) && (void 0 === input.dynamicImportPreload || "number" == typeof input.dynamicImportPreload || "boolean" == typeof input.dynamicImportPreload) && (void 0 === input.dynamicImportPrefetch || "number" == typeof input.dynamicImportPrefetch || "boolean" == typeof input.dynamicImportPrefetch) && (void 0 === input.dynamicImportFetchPriority || "auto" === input.dynamicImportFetchPriority || "low" === input.dynamicImportFetchPriority || "high" === input.dynamicImportFetchPriority) && (void 0 === input.importMeta || "boolean" == typeof input.importMeta) && (void 0 === input.url || "relative" === input.url || "boolean" == typeof input.url) && (void 0 === input.exprContextCritical || "boolean" == typeof input.exprContextCritical) && (void 0 === input.unknownContextCritical || "boolean" == typeof input.unknownContextCritical) && (void 0 === input.wrappedContextCritical || "boolean" == typeof input.wrappedContextCritical) && (void 0 === input.wrappedContextRegExp || input.wrappedContextRegExp instanceof RegExp) && (void 0 === input.exportsPresence || false === input.exportsPresence || "auto" === input.exportsPresence || "error" === input.exportsPresence || "warn" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "auto" === input.importExportsPresence || "error" === input.importExportsPresence || "warn" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "auto" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "warn" === input.reexportExportsPresence) && (void 0 === input.strictExportPresence || "boolean" == typeof input.strictExportPresence) && null !== input.worker && (void 0 === input.worker || "boolean" == typeof input.worker || Array.isArray(input.worker) && input.worker.every((elem, _index146)=>"string" == typeof elem)) && (void 0 === input.overrideStrict || "strict" === input.overrideStrict || "non-strict" === input.overrideStrict) && (void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression) && (void 0 === input.requireDynamic || "boolean" == typeof input.requireDynamic) && (void 0 === input.requireResolve || "boolean" == typeof input.requireResolve) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.inlineConst || "boolean" == typeof input.inlineConst) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3613
|
+
const _io183 = (input, _exceptionable = true)=>(void 0 === input.dynamicImportMode || "weak" === input.dynamicImportMode || "eager" === input.dynamicImportMode || "lazy" === input.dynamicImportMode || "lazy-once" === input.dynamicImportMode) && (void 0 === input.dynamicImportPreload || "number" == typeof input.dynamicImportPreload || "boolean" == typeof input.dynamicImportPreload) && (void 0 === input.dynamicImportPrefetch || "number" == typeof input.dynamicImportPrefetch || "boolean" == typeof input.dynamicImportPrefetch) && (void 0 === input.dynamicImportFetchPriority || "auto" === input.dynamicImportFetchPriority || "low" === input.dynamicImportFetchPriority || "high" === input.dynamicImportFetchPriority) && (void 0 === input.importMeta || "boolean" == typeof input.importMeta) && (void 0 === input.url || "relative" === input.url || "boolean" == typeof input.url) && (void 0 === input.exprContextCritical || "boolean" == typeof input.exprContextCritical) && (void 0 === input.unknownContextCritical || "boolean" == typeof input.unknownContextCritical) && (void 0 === input.wrappedContextCritical || "boolean" == typeof input.wrappedContextCritical) && (void 0 === input.wrappedContextRegExp || input.wrappedContextRegExp instanceof RegExp) && (void 0 === input.exportsPresence || false === input.exportsPresence || "auto" === input.exportsPresence || "error" === input.exportsPresence || "warn" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "auto" === input.importExportsPresence || "error" === input.importExportsPresence || "warn" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "auto" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "warn" === input.reexportExportsPresence) && (void 0 === input.strictExportPresence || "boolean" == typeof input.strictExportPresence) && null !== input.worker && (void 0 === input.worker || "boolean" == typeof input.worker || Array.isArray(input.worker) && input.worker.every((elem, _index146)=>"string" == typeof elem)) && (void 0 === input.overrideStrict || "strict" === input.overrideStrict || "non-strict" === input.overrideStrict) && (void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression) && (void 0 === input.requireDynamic || "boolean" == typeof input.requireDynamic) && (void 0 === input.requireResolve || "boolean" == typeof input.requireResolve) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments) && (void 0 === input.inlineConst || "boolean" == typeof input.inlineConst) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3614
3614
|
if ([
|
|
3615
3615
|
"dynamicImportMode",
|
|
3616
3616
|
"dynamicImportPreload",
|
|
@@ -3632,6 +3632,7 @@ export const __webpack_modules__ = {
|
|
|
3632
3632
|
"requireDynamic",
|
|
3633
3633
|
"requireResolve",
|
|
3634
3634
|
"importDynamic",
|
|
3635
|
+
"commonjsMagicComments",
|
|
3635
3636
|
"inlineConst",
|
|
3636
3637
|
"typeReexportsPresence"
|
|
3637
3638
|
].some((prop)=>key === prop)) return true;
|
|
@@ -3667,7 +3668,7 @@ export const __webpack_modules__ = {
|
|
|
3667
3668
|
if (void 0 === value) return true;
|
|
3668
3669
|
return false;
|
|
3669
3670
|
}));
|
|
3670
|
-
const _io187 = (input, _exceptionable = true)=>null !== input.dataUrl && (void 0 === input.dataUrl || "function" == typeof input.dataUrl || "object" == typeof input.dataUrl && null !== input.dataUrl && false === Array.isArray(input.dataUrl) && _io188(input.dataUrl, _exceptionable)) && (void 0 === input.binary || "boolean" == typeof input.binary) && (void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "
|
|
3671
|
+
const _io187 = (input, _exceptionable = true)=>null !== input.dataUrl && (void 0 === input.dataUrl || "function" == typeof input.dataUrl || "object" == typeof input.dataUrl && null !== input.dataUrl && false === Array.isArray(input.dataUrl) && _io188(input.dataUrl, _exceptionable)) && (void 0 === input.binary || "boolean" == typeof input.binary) && (void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3671
3672
|
if ([
|
|
3672
3673
|
"dataUrl",
|
|
3673
3674
|
"binary",
|
|
@@ -3699,7 +3700,7 @@ export const __webpack_modules__ = {
|
|
|
3699
3700
|
if (void 0 === value) return true;
|
|
3700
3701
|
return false;
|
|
3701
3702
|
}));
|
|
3702
|
-
const _io190 = (input, _exceptionable = true)=>(void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "
|
|
3703
|
+
const _io190 = (input, _exceptionable = true)=>(void 0 === input.emit || "boolean" == typeof input.emit) && null !== input.filename && (void 0 === input.filename || "function" == typeof input.filename || "string" == typeof input.filename) && null !== input.outputPath && (void 0 === input.outputPath || "function" == typeof input.outputPath || "string" == typeof input.outputPath) && null !== input.publicPath && (void 0 === input.publicPath || "function" == typeof input.publicPath || "string" == typeof input.publicPath) && (void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode) && (void 0 === input.binary || "boolean" == typeof input.binary) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
3703
3704
|
if ([
|
|
3704
3705
|
"emit",
|
|
3705
3706
|
"filename",
|
|
@@ -6363,9 +6364,9 @@ export const __webpack_modules__ = {
|
|
|
6363
6364
|
if (void 0 === value) return true;
|
|
6364
6365
|
return false;
|
|
6365
6366
|
}));
|
|
6366
|
-
const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
6367
|
+
const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@923"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
6367
6368
|
if ([
|
|
6368
|
-
"__@toStringTag@
|
|
6369
|
+
"__@toStringTag@923"
|
|
6369
6370
|
].some((prop)=>key === prop)) return true;
|
|
6370
6371
|
const value = input[key];
|
|
6371
6372
|
if (void 0 === value) return true;
|
|
@@ -7102,18 +7103,18 @@ export const __webpack_modules__ = {
|
|
|
7102
7103
|
return false;
|
|
7103
7104
|
})();
|
|
7104
7105
|
const _iu1 = (input, _exceptionable = true)=>(()=>{
|
|
7105
|
-
if (void 0 !== input["__@toStringTag@
|
|
7106
|
+
if (void 0 !== input["__@toStringTag@923"]) return _io149(input, _exceptionable);
|
|
7106
7107
|
if (void 0 !== input.pem) return _io150(input, _exceptionable);
|
|
7107
7108
|
return false;
|
|
7108
7109
|
})();
|
|
7109
7110
|
const _iu2 = (input, _exceptionable = true)=>(()=>{
|
|
7110
|
-
if (void 0 !== input["__@toStringTag@
|
|
7111
|
+
if (void 0 !== input["__@toStringTag@923"]) return _io149(input, _exceptionable);
|
|
7111
7112
|
if (void 0 !== input.buf) return _io151(input, _exceptionable);
|
|
7112
7113
|
return false;
|
|
7113
7114
|
})();
|
|
7114
7115
|
const _iu3 = (input, _exceptionable = true)=>(()=>{
|
|
7115
7116
|
if (void 0 !== input.name) return _io405(input, _exceptionable);
|
|
7116
|
-
if (void 0 !== input["__@toStringTag@
|
|
7117
|
+
if (void 0 !== input["__@toStringTag@923"]) return _io406(input, _exceptionable);
|
|
7117
7118
|
return false;
|
|
7118
7119
|
})();
|
|
7119
7120
|
const _iu4 = (input, _exceptionable = true)=>(()=>{
|
|
@@ -9718,14 +9719,14 @@ export const __webpack_modules__ = {
|
|
|
9718
9719
|
}).every((flag)=>flag)
|
|
9719
9720
|
].every((flag)=>flag);
|
|
9720
9721
|
const _vo41 = (input, _path, _exceptionable = true)=>[
|
|
9721
|
-
"string" == typeof input["__@toStringTag@
|
|
9722
|
-
path: _path + "[\"__@toStringTag@
|
|
9722
|
+
"string" == typeof input["__@toStringTag@923"] || _report(_exceptionable, {
|
|
9723
|
+
path: _path + "[\"__@toStringTag@923\"]",
|
|
9723
9724
|
expected: "string",
|
|
9724
|
-
value: input["__@toStringTag@
|
|
9725
|
+
value: input["__@toStringTag@923"]
|
|
9725
9726
|
}),
|
|
9726
9727
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
9727
9728
|
if ([
|
|
9728
|
-
"__@toStringTag@
|
|
9729
|
+
"__@toStringTag@923"
|
|
9729
9730
|
].some((prop)=>key === prop)) return true;
|
|
9730
9731
|
const value = input[key];
|
|
9731
9732
|
if (void 0 === value) return true;
|
|
@@ -10582,9 +10583,9 @@ export const __webpack_modules__ = {
|
|
|
10582
10583
|
expected: "(__type.o9 | boolean | undefined)",
|
|
10583
10584
|
value: input.refresh
|
|
10584
10585
|
})),
|
|
10585
|
-
void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime || _report(_exceptionable, {
|
|
10586
|
+
void 0 === input.runtime || "automatic" === input.runtime || "classic" === input.runtime || "preserve" === input.runtime || _report(_exceptionable, {
|
|
10586
10587
|
path: _path + ".runtime",
|
|
10587
|
-
expected: "(\"automatic\" | \"classic\" | undefined)",
|
|
10588
|
+
expected: "(\"automatic\" | \"classic\" | \"preserve\" | undefined)",
|
|
10588
10589
|
value: input.runtime
|
|
10589
10590
|
}),
|
|
10590
10591
|
void 0 === input.importSource || "string" == typeof input.importSource || _report(_exceptionable, {
|
|
@@ -18739,10 +18740,10 @@ export const __webpack_modules__ = {
|
|
|
18739
18740
|
expected: "number",
|
|
18740
18741
|
value: input.length
|
|
18741
18742
|
}),
|
|
18742
|
-
"Uint8Array" === input["__@toStringTag@
|
|
18743
|
-
path: _path + "[\"__@toStringTag@
|
|
18743
|
+
"Uint8Array" === input["__@toStringTag@923"] || _report(_exceptionable, {
|
|
18744
|
+
path: _path + "[\"__@toStringTag@923\"]",
|
|
18744
18745
|
expected: "\"Uint8Array\"",
|
|
18745
|
-
value: input["__@toStringTag@
|
|
18746
|
+
value: input["__@toStringTag@923"]
|
|
18746
18747
|
}),
|
|
18747
18748
|
false === _exceptionable || Object.keys(input).map((key)=>{
|
|
18748
18749
|
if ([
|
|
@@ -18751,7 +18752,7 @@ export const __webpack_modules__ = {
|
|
|
18751
18752
|
"byteLength",
|
|
18752
18753
|
"byteOffset",
|
|
18753
18754
|
"length",
|
|
18754
|
-
"__@toStringTag@
|
|
18755
|
+
"__@toStringTag@923"
|
|
18755
18756
|
].some((prop)=>key === prop)) return true;
|
|
18756
18757
|
const value = input[key];
|
|
18757
18758
|
if (void 0 === value) return true;
|
|
@@ -21591,6 +21592,11 @@ export const __webpack_modules__ = {
|
|
|
21591
21592
|
expected: "(boolean | undefined)",
|
|
21592
21593
|
value: input.importDynamic
|
|
21593
21594
|
}),
|
|
21595
|
+
void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments || _report(_exceptionable, {
|
|
21596
|
+
path: _path + ".commonjsMagicComments",
|
|
21597
|
+
expected: "(boolean | undefined)",
|
|
21598
|
+
value: input.commonjsMagicComments
|
|
21599
|
+
}),
|
|
21594
21600
|
void 0 === input.inlineConst || "boolean" == typeof input.inlineConst || _report(_exceptionable, {
|
|
21595
21601
|
path: _path + ".inlineConst",
|
|
21596
21602
|
expected: "(boolean | undefined)",
|
|
@@ -21623,6 +21629,7 @@ export const __webpack_modules__ = {
|
|
|
21623
21629
|
"requireDynamic",
|
|
21624
21630
|
"requireResolve",
|
|
21625
21631
|
"importDynamic",
|
|
21632
|
+
"commonjsMagicComments",
|
|
21626
21633
|
"inlineConst",
|
|
21627
21634
|
"typeReexportsPresence"
|
|
21628
21635
|
].some((prop)=>key === prop)) return true;
|
|
@@ -21820,7 +21827,7 @@ export const __webpack_modules__ = {
|
|
|
21820
21827
|
expected: "(string | undefined)",
|
|
21821
21828
|
value: input.publicPath
|
|
21822
21829
|
})),
|
|
21823
|
-
void 0 === input.importMode || "
|
|
21830
|
+
void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode || _report(_exceptionable, {
|
|
21824
21831
|
path: _path + ".importMode",
|
|
21825
21832
|
expected: "(\"preserve\" | \"url\" | undefined)",
|
|
21826
21833
|
value: input.importMode
|
|
@@ -21950,7 +21957,7 @@ export const __webpack_modules__ = {
|
|
|
21950
21957
|
expected: "(string | undefined)",
|
|
21951
21958
|
value: input.publicPath
|
|
21952
21959
|
})),
|
|
21953
|
-
void 0 === input.importMode || "
|
|
21960
|
+
void 0 === input.importMode || "preserve" === input.importMode || "url" === input.importMode || _report(_exceptionable, {
|
|
21954
21961
|
path: _path + ".importMode",
|
|
21955
21962
|
expected: "(\"preserve\" | \"url\" | undefined)",
|
|
21956
21963
|
value: input.importMode
|
|
@@ -36812,14 +36819,14 @@ export const __webpack_modules__ = {
|
|
|
36812
36819
|
}).every((flag)=>flag)
|
|
36813
36820
|
].every((flag)=>flag);
|
|
36814
36821
|
const _vo406 = (input, _path, _exceptionable = true)=>[
|
|
36815
|
-
"string" == typeof input["__@toStringTag@
|
|
36816
|
-
path: _path + "[\"__@toStringTag@
|
|
36822
|
+
"string" == typeof input["__@toStringTag@923"] || _report(_exceptionable, {
|
|
36823
|
+
path: _path + "[\"__@toStringTag@923\"]",
|
|
36817
36824
|
expected: "string",
|
|
36818
|
-
value: input["__@toStringTag@
|
|
36825
|
+
value: input["__@toStringTag@923"]
|
|
36819
36826
|
}),
|
|
36820
36827
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
36821
36828
|
if ([
|
|
36822
|
-
"__@toStringTag@
|
|
36829
|
+
"__@toStringTag@923"
|
|
36823
36830
|
].some((prop)=>key === prop)) return true;
|
|
36824
36831
|
const value = input[key];
|
|
36825
36832
|
if (void 0 === value) return true;
|
|
@@ -40556,7 +40563,7 @@ export const __webpack_modules__ = {
|
|
|
40556
40563
|
});
|
|
40557
40564
|
})();
|
|
40558
40565
|
const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
|
|
40559
|
-
if (void 0 !== input["__@toStringTag@
|
|
40566
|
+
if (void 0 !== input["__@toStringTag@923"]) return _vo149(input, _path, _exceptionable);
|
|
40560
40567
|
if (void 0 !== input.pem) return _vo150(input, _path, _exceptionable);
|
|
40561
40568
|
return _report(_exceptionable, {
|
|
40562
40569
|
path: _path,
|
|
@@ -40565,7 +40572,7 @@ export const __webpack_modules__ = {
|
|
|
40565
40572
|
});
|
|
40566
40573
|
})();
|
|
40567
40574
|
const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
|
|
40568
|
-
if (void 0 !== input["__@toStringTag@
|
|
40575
|
+
if (void 0 !== input["__@toStringTag@923"]) return _vo149(input, _path, _exceptionable);
|
|
40569
40576
|
if (void 0 !== input.buf) return _vo151(input, _path, _exceptionable);
|
|
40570
40577
|
return _report(_exceptionable, {
|
|
40571
40578
|
path: _path,
|
|
@@ -40575,7 +40582,7 @@ export const __webpack_modules__ = {
|
|
|
40575
40582
|
})();
|
|
40576
40583
|
const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
|
|
40577
40584
|
if (void 0 !== input.name) return _vo405(input, _path, _exceptionable);
|
|
40578
|
-
if (void 0 !== input["__@toStringTag@
|
|
40585
|
+
if (void 0 !== input["__@toStringTag@923"]) return _vo406(input, _path, _exceptionable);
|
|
40579
40586
|
return _report(_exceptionable, {
|
|
40580
40587
|
path: _path,
|
|
40581
40588
|
expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/api.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginAPI: ()=>pluginAPI
|
|
10
9
|
});
|
|
@@ -6,7 +6,6 @@ export const __webpack_ids__ = [
|
|
|
6
6
|
];
|
|
7
7
|
export const __webpack_modules__ = {
|
|
8
8
|
"./src/plugins/chunkLoading.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9
|
-
__webpack_require__.r(__webpack_exports__);
|
|
10
9
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
10
|
pluginChunkLoading: ()=>pluginChunkLoading
|
|
12
11
|
});
|
|
@@ -5,10 +5,8 @@ export const __webpack_ids__ = [
|
|
|
5
5
|
];
|
|
6
6
|
export const __webpack_modules__ = {
|
|
7
7
|
"./src/plugins/dev.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8
|
-
__webpack_require__.r(__webpack_exports__);
|
|
9
8
|
__webpack_require__.d(__webpack_exports__, {
|
|
10
|
-
pluginDev: ()=>pluginDev
|
|
11
|
-
findIp: ()=>findIp
|
|
9
|
+
pluginDev: ()=>pluginDev
|
|
12
10
|
});
|
|
13
11
|
var external_node_path_ = __webpack_require__("node:path");
|
|
14
12
|
var core_ = __webpack_require__("@rsbuild/core");
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/emitOnErrors.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginEmitOnErrors: ()=>pluginEmitOnErrors
|
|
10
9
|
});
|
|
@@ -11,7 +11,6 @@ export const __webpack_modules__ = {
|
|
|
11
11
|
const DEFAULT_DIST_PATH_INTERMEDIATE = '.rspeedy';
|
|
12
12
|
},
|
|
13
13
|
"./src/plugins/inspect.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14
|
-
__webpack_require__.r(__webpack_exports__);
|
|
15
14
|
__webpack_require__.d(__webpack_exports__, {
|
|
16
15
|
inspectRspeedyConfig: ()=>inspectRspeedyConfig,
|
|
17
16
|
pluginInspect: ()=>pluginInspect
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/minify.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginMinify: ()=>pluginMinify
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/optimization.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginOptimization: ()=>pluginOptimization
|
|
10
9
|
});
|
|
@@ -10,7 +10,6 @@ export const __webpack_modules__ = {
|
|
|
10
10
|
const DEFAULT_DIST_PATH_INTERMEDIATE = '.rspeedy';
|
|
11
11
|
},
|
|
12
12
|
"./src/plugins/output.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
13
|
-
__webpack_require__.r(__webpack_exports__);
|
|
14
13
|
__webpack_require__.d(__webpack_exports__, {
|
|
15
14
|
pluginOutput: ()=>pluginOutput
|
|
16
15
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/resolve.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginResolve: ()=>pluginResolve
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/rsdoctor.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginRsdoctor: ()=>pluginRsdoctor
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/sourcemap.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginSourcemap: ()=>pluginSourcemap
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/swc.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginSwc: ()=>pluginSwc
|
|
10
9
|
});
|
|
@@ -4,7 +4,6 @@ export const __webpack_ids__ = [
|
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
6
|
"./src/plugins/target.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
-
__webpack_require__.r(__webpack_exports__);
|
|
8
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
8
|
pluginTarget: ()=>pluginTarget
|
|
10
9
|
});
|
package/dist/1~vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js.js
CHANGED
|
@@ -5,12 +5,8 @@ export const __webpack_ids__ = [
|
|
|
5
5
|
];
|
|
6
6
|
export const __webpack_modules__ = {
|
|
7
7
|
"../../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js": function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
8
|
-
__webpack_require__.r(__webpack_exports__);
|
|
9
8
|
__webpack_require__.d(__webpack_exports__, {
|
|
10
|
-
|
|
11
|
-
FSWatcher: ()=>FSWatcher,
|
|
12
|
-
default: ()=>chokidar_esm,
|
|
13
|
-
watch: ()=>watch
|
|
9
|
+
default: ()=>chokidar_esm
|
|
14
10
|
});
|
|
15
11
|
var external_fs_ = __webpack_require__("fs");
|
|
16
12
|
var promises_ = __webpack_require__("fs/promises");
|