@lynx-js/rspeedy-canary 0.12.5-canary-20260104-7b040c5e → 0.12.5-canary-20260104-7634817d
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 +2 -2
- package/dist/0~src_config_validate_ts.js +81 -70
- package/dist/1~src_config_validate_ts.js +81 -70
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @lynx-js/rspeedy
|
|
2
2
|
|
|
3
|
-
## 0.12.5-canary-
|
|
3
|
+
## 0.12.5-canary-20260104102004-7634817dabf7aea4a33188ad3472d6feef241d97
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies []:
|
|
8
|
-
- @lynx-js/web-rsbuild-server-middleware@0.19.4-canary-
|
|
8
|
+
- @lynx-js/web-rsbuild-server-middleware@0.19.4-canary-20260104102004-7634817dabf7aea4a33188ad3472d6feef241d97
|
|
9
9
|
|
|
10
10
|
## 0.12.4
|
|
11
11
|
|
|
@@ -1590,9 +1590,9 @@ export const __webpack_modules__ = {
|
|
|
1590
1590
|
if (void 0 === value) return true;
|
|
1591
1591
|
return "string" == typeof value || "boolean" == typeof value;
|
|
1592
1592
|
});
|
|
1593
|
-
const _io42 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
1593
|
+
const _io42 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@941"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1594
1594
|
if ([
|
|
1595
|
-
"__@toStringTag@
|
|
1595
|
+
"__@toStringTag@941"
|
|
1596
1596
|
].some((prop)=>key === prop)) return true;
|
|
1597
1597
|
const value = input[key];
|
|
1598
1598
|
if (void 0 === value) return true;
|
|
@@ -1602,7 +1602,7 @@ export const __webpack_modules__ = {
|
|
|
1602
1602
|
input[key];
|
|
1603
1603
|
return true;
|
|
1604
1604
|
});
|
|
1605
|
-
const _io44 = (input, _exceptionable = true)=>null !== input.test && (void 0 === input.test || "string" == typeof input.test || Array.isArray(input.test) && input.test.every((elem, _index24)=>"string" == typeof elem)) && null !== input.exclude && (void 0 === input.exclude || "string" == typeof input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index25)=>"string" == typeof elem)) && (void 0 === input.env || "object" == typeof input.env && null !== input.env && false === Array.isArray(input.env) && _io45(input.env, _exceptionable)) && (void 0 === input.jsc || "object" == typeof input.jsc && null !== input.jsc && false === Array.isArray(input.jsc) && _io46(input.jsc, _exceptionable)) && (void 0 === input["module"] || "object" == typeof input["module"] && null !== input["module"] && _iu6(input["module"], _exceptionable)) && (void 0 === input.minify || "boolean" == typeof input.minify) && (void 0 === input.sourceMaps || "inline" === input.sourceMaps || "boolean" == typeof input.sourceMaps) && (void 0 === input.inlineSourcesContent || "boolean" == typeof input.inlineSourcesContent) && (void 0 === input.isModule || "unknown" === input.isModule || "boolean" == typeof input.isModule) && (void 0 === input.rspackExperiments || "object" == typeof input.rspackExperiments && null !== input.rspackExperiments && false === Array.isArray(input.rspackExperiments) &&
|
|
1605
|
+
const _io44 = (input, _exceptionable = true)=>null !== input.test && (void 0 === input.test || "string" == typeof input.test || Array.isArray(input.test) && input.test.every((elem, _index24)=>"string" == typeof elem)) && null !== input.exclude && (void 0 === input.exclude || "string" == typeof input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index25)=>"string" == typeof elem)) && (void 0 === input.env || "object" == typeof input.env && null !== input.env && false === Array.isArray(input.env) && _io45(input.env, _exceptionable)) && (void 0 === input.jsc || "object" == typeof input.jsc && null !== input.jsc && false === Array.isArray(input.jsc) && _io46(input.jsc, _exceptionable)) && (void 0 === input["module"] || "object" == typeof input["module"] && null !== input["module"] && _iu6(input["module"], _exceptionable)) && (void 0 === input.minify || "boolean" == typeof input.minify) && (void 0 === input.sourceMaps || "inline" === input.sourceMaps || "boolean" == typeof input.sourceMaps) && (void 0 === input.inlineSourcesContent || "boolean" == typeof input.inlineSourcesContent) && (void 0 === input.isModule || "unknown" === input.isModule || "boolean" == typeof input.isModule) && (void 0 === input.collectTypeScriptInfo || "object" == typeof input.collectTypeScriptInfo && null !== input.collectTypeScriptInfo && false === Array.isArray(input.collectTypeScriptInfo) && _io75(input.collectTypeScriptInfo, _exceptionable)) && (void 0 === input.rspackExperiments || "object" == typeof input.rspackExperiments && null !== input.rspackExperiments && false === Array.isArray(input.rspackExperiments) && _io76(input.rspackExperiments, _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1606
1606
|
if ([
|
|
1607
1607
|
"test",
|
|
1608
1608
|
"exclude",
|
|
@@ -1613,6 +1613,7 @@ export const __webpack_modules__ = {
|
|
|
1613
1613
|
"sourceMaps",
|
|
1614
1614
|
"inlineSourcesContent",
|
|
1615
1615
|
"isModule",
|
|
1616
|
+
"collectTypeScriptInfo",
|
|
1616
1617
|
"rspackExperiments"
|
|
1617
1618
|
].some((prop)=>key === prop)) return true;
|
|
1618
1619
|
const value = input[key];
|
|
@@ -2112,7 +2113,16 @@ export const __webpack_modules__ = {
|
|
|
2112
2113
|
if (void 0 === value) return true;
|
|
2113
2114
|
return false;
|
|
2114
2115
|
}));
|
|
2115
|
-
const _io75 = (input, _exceptionable = true)=>(void 0 === input
|
|
2116
|
+
const _io75 = (input, _exceptionable = true)=>(void 0 === input.typeExports || "boolean" == typeof input.typeExports) && (void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2117
|
+
if ([
|
|
2118
|
+
"typeExports",
|
|
2119
|
+
"exportedEnum"
|
|
2120
|
+
].some((prop)=>key === prop)) return true;
|
|
2121
|
+
const value = input[key];
|
|
2122
|
+
if (void 0 === value) return true;
|
|
2123
|
+
return false;
|
|
2124
|
+
}));
|
|
2125
|
+
const _io76 = (input, _exceptionable = true)=>(void 0 === input["import"] || Array.isArray(input["import"]) && input["import"].every((elem, _index40)=>"object" == typeof elem && null !== elem && _io77(elem, _exceptionable))) && (void 0 === input.collectTypeScriptInfo || "object" == typeof input.collectTypeScriptInfo && null !== input.collectTypeScriptInfo && false === Array.isArray(input.collectTypeScriptInfo) && _io75(input.collectTypeScriptInfo, _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2116
2126
|
if ([
|
|
2117
2127
|
"import",
|
|
2118
2128
|
"collectTypeScriptInfo"
|
|
@@ -2121,7 +2131,7 @@ export const __webpack_modules__ = {
|
|
|
2121
2131
|
if (void 0 === value) return true;
|
|
2122
2132
|
return false;
|
|
2123
2133
|
}));
|
|
2124
|
-
const
|
|
2134
|
+
const _io77 = (input, _exceptionable = true)=>"string" == typeof input.libraryName && (void 0 === input.libraryDirectory || "string" == typeof input.libraryDirectory) && (void 0 === input.customName || "string" == typeof input.customName) && (void 0 === input.customStyleName || "string" == typeof input.customStyleName) && (void 0 === input.style || "string" == typeof input.style || "boolean" == typeof input.style) && (void 0 === input.styleLibraryDirectory || "string" == typeof input.styleLibraryDirectory) && (void 0 === input.camelToDashComponentName || "boolean" == typeof input.camelToDashComponentName) && (void 0 === input.transformToDefaultImport || "boolean" == typeof input.transformToDefaultImport) && (void 0 === input.ignoreEsComponent || Array.isArray(input.ignoreEsComponent) && input.ignoreEsComponent.every((elem, _index41)=>"string" == typeof elem)) && (void 0 === input.ignoreStyleComponent || Array.isArray(input.ignoreStyleComponent) && input.ignoreStyleComponent.every((elem, _index42)=>"string" == typeof elem)) && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2125
2135
|
if ([
|
|
2126
2136
|
"libraryName",
|
|
2127
2137
|
"libraryDirectory",
|
|
@@ -2138,15 +2148,6 @@ export const __webpack_modules__ = {
|
|
|
2138
2148
|
if (void 0 === value) return true;
|
|
2139
2149
|
return false;
|
|
2140
2150
|
}));
|
|
2141
|
-
const _io77 = (input, _exceptionable = true)=>(void 0 === input.typeExports || "boolean" == typeof input.typeExports) && (void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2142
|
-
if ([
|
|
2143
|
-
"typeExports",
|
|
2144
|
-
"exportedEnum"
|
|
2145
|
-
].some((prop)=>key === prop)) return true;
|
|
2146
|
-
const value = input[key];
|
|
2147
|
-
if (void 0 === value) return true;
|
|
2148
|
-
return false;
|
|
2149
|
-
}));
|
|
2150
2151
|
const _io78 = (input, _exceptionable = true)=>(void 0 === input.minify || "boolean" == typeof input.minify) && (void 0 === input.errorRecovery || "boolean" == typeof input.errorRecovery) && null !== input.targets && (void 0 === input.targets || "string" == typeof input.targets || Array.isArray(input.targets) && input.targets.every((elem, _index43)=>"string" == typeof elem) || "object" == typeof input.targets && null !== input.targets && false === Array.isArray(input.targets) && _io79(input.targets, _exceptionable)) && (void 0 === input.include || "object" == typeof input.include && null !== input.include && false === Array.isArray(input.include) && _io80(input.include, _exceptionable)) && (void 0 === input.exclude || "object" == typeof input.exclude && null !== input.exclude && false === Array.isArray(input.exclude) && _io80(input.exclude, _exceptionable)) && (void 0 === input.draft || "object" == typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io81(input.draft, _exceptionable)) && (void 0 === input.drafts || "object" == typeof input.drafts && null !== input.drafts && false === Array.isArray(input.drafts) && _io81(input.drafts, _exceptionable)) && (void 0 === input.nonStandard || "object" == typeof input.nonStandard && null !== input.nonStandard && false === Array.isArray(input.nonStandard) && _io82(input.nonStandard, _exceptionable)) && (void 0 === input.pseudoClasses || "object" == typeof input.pseudoClasses && null !== input.pseudoClasses && false === Array.isArray(input.pseudoClasses) && _io83(input.pseudoClasses, _exceptionable)) && (void 0 === input.unusedSymbols || Array.isArray(input.unusedSymbols) && input.unusedSymbols.every((elem, _index44)=>"string" == typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2151
2152
|
if ([
|
|
2152
2153
|
"minify",
|
|
@@ -3220,14 +3221,14 @@ export const __webpack_modules__ = {
|
|
|
3220
3221
|
if (void 0 === value) return true;
|
|
3221
3222
|
return false;
|
|
3222
3223
|
})));
|
|
3223
|
-
const _io152 = (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@
|
|
3224
|
+
const _io152 = (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@941"] && Object.keys(input).every((key)=>{
|
|
3224
3225
|
if ([
|
|
3225
3226
|
"BYTES_PER_ELEMENT",
|
|
3226
3227
|
"buffer",
|
|
3227
3228
|
"byteLength",
|
|
3228
3229
|
"byteOffset",
|
|
3229
3230
|
"length",
|
|
3230
|
-
"__@toStringTag@
|
|
3231
|
+
"__@toStringTag@941"
|
|
3231
3232
|
].some((prop)=>key === prop)) return true;
|
|
3232
3233
|
const value = input[key];
|
|
3233
3234
|
if (void 0 === value) return true;
|
|
@@ -6626,9 +6627,9 @@ export const __webpack_modules__ = {
|
|
|
6626
6627
|
if (void 0 === value) return true;
|
|
6627
6628
|
return false;
|
|
6628
6629
|
}));
|
|
6629
|
-
const _io419 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
6630
|
+
const _io419 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@941"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
6630
6631
|
if ([
|
|
6631
|
-
"__@toStringTag@
|
|
6632
|
+
"__@toStringTag@941"
|
|
6632
6633
|
].some((prop)=>key === prop)) return true;
|
|
6633
6634
|
const value = input[key];
|
|
6634
6635
|
if (void 0 === value) return true;
|
|
@@ -7352,18 +7353,18 @@ export const __webpack_modules__ = {
|
|
|
7352
7353
|
return false;
|
|
7353
7354
|
})();
|
|
7354
7355
|
const _iu1 = (input, _exceptionable = true)=>(()=>{
|
|
7355
|
-
if (void 0 !== input["__@toStringTag@
|
|
7356
|
+
if (void 0 !== input["__@toStringTag@941"]) return _io152(input, _exceptionable);
|
|
7356
7357
|
if (void 0 !== input.pem) return _io153(input, _exceptionable);
|
|
7357
7358
|
return false;
|
|
7358
7359
|
})();
|
|
7359
7360
|
const _iu2 = (input, _exceptionable = true)=>(()=>{
|
|
7360
|
-
if (void 0 !== input["__@toStringTag@
|
|
7361
|
+
if (void 0 !== input["__@toStringTag@941"]) return _io152(input, _exceptionable);
|
|
7361
7362
|
if (void 0 !== input.buf) return _io154(input, _exceptionable);
|
|
7362
7363
|
return false;
|
|
7363
7364
|
})();
|
|
7364
7365
|
const _iu3 = (input, _exceptionable = true)=>(()=>{
|
|
7365
7366
|
if (void 0 !== input.name) return _io418(input, _exceptionable);
|
|
7366
|
-
if (void 0 !== input["__@toStringTag@
|
|
7367
|
+
if (void 0 !== input["__@toStringTag@941"]) return _io419(input, _exceptionable);
|
|
7367
7368
|
return false;
|
|
7368
7369
|
})();
|
|
7369
7370
|
const _iu4 = (input, _exceptionable = true)=>(()=>{
|
|
@@ -10027,14 +10028,14 @@ export const __webpack_modules__ = {
|
|
|
10027
10028
|
}).every((flag)=>flag)
|
|
10028
10029
|
].every((flag)=>flag);
|
|
10029
10030
|
const _vo42 = (input, _path, _exceptionable = true)=>[
|
|
10030
|
-
"string" == typeof input["__@toStringTag@
|
|
10031
|
-
path: _path + "[\"__@toStringTag@
|
|
10031
|
+
"string" == typeof input["__@toStringTag@941"] || _report(_exceptionable, {
|
|
10032
|
+
path: _path + "[\"__@toStringTag@941\"]",
|
|
10032
10033
|
expected: "string",
|
|
10033
|
-
value: input["__@toStringTag@
|
|
10034
|
+
value: input["__@toStringTag@941"]
|
|
10034
10035
|
}),
|
|
10035
10036
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
10036
10037
|
if ([
|
|
10037
|
-
"__@toStringTag@
|
|
10038
|
+
"__@toStringTag@941"
|
|
10038
10039
|
].some((prop)=>key === prop)) return true;
|
|
10039
10040
|
const value = input[key];
|
|
10040
10041
|
if (void 0 === value) return true;
|
|
@@ -10138,11 +10139,20 @@ export const __webpack_modules__ = {
|
|
|
10138
10139
|
expected: "(\"unknown\" | boolean | undefined)",
|
|
10139
10140
|
value: input.isModule
|
|
10140
10141
|
}),
|
|
10142
|
+
void 0 === input.collectTypeScriptInfo || ("object" == typeof input.collectTypeScriptInfo && null !== input.collectTypeScriptInfo && false === Array.isArray(input.collectTypeScriptInfo) || _report(_exceptionable, {
|
|
10143
|
+
path: _path + ".collectTypeScriptInfo",
|
|
10144
|
+
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
10145
|
+
value: input.collectTypeScriptInfo
|
|
10146
|
+
})) && _vo75(input.collectTypeScriptInfo, _path + ".collectTypeScriptInfo", _exceptionable) || _report(_exceptionable, {
|
|
10147
|
+
path: _path + ".collectTypeScriptInfo",
|
|
10148
|
+
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
10149
|
+
value: input.collectTypeScriptInfo
|
|
10150
|
+
}),
|
|
10141
10151
|
void 0 === input.rspackExperiments || ("object" == typeof input.rspackExperiments && null !== input.rspackExperiments && false === Array.isArray(input.rspackExperiments) || _report(_exceptionable, {
|
|
10142
10152
|
path: _path + ".rspackExperiments",
|
|
10143
10153
|
expected: "(__type.o20 | undefined)",
|
|
10144
10154
|
value: input.rspackExperiments
|
|
10145
|
-
})) &&
|
|
10155
|
+
})) && _vo76(input.rspackExperiments, _path + ".rspackExperiments", _exceptionable) || _report(_exceptionable, {
|
|
10146
10156
|
path: _path + ".rspackExperiments",
|
|
10147
10157
|
expected: "(__type.o20 | undefined)",
|
|
10148
10158
|
value: input.rspackExperiments
|
|
@@ -10158,6 +10168,7 @@ export const __webpack_modules__ = {
|
|
|
10158
10168
|
"sourceMaps",
|
|
10159
10169
|
"inlineSourcesContent",
|
|
10160
10170
|
"isModule",
|
|
10171
|
+
"collectTypeScriptInfo",
|
|
10161
10172
|
"rspackExperiments"
|
|
10162
10173
|
].some((prop)=>key === prop)) return true;
|
|
10163
10174
|
const value = input[key];
|
|
@@ -12678,6 +12689,36 @@ export const __webpack_modules__ = {
|
|
|
12678
12689
|
}).every((flag)=>flag)
|
|
12679
12690
|
].every((flag)=>flag);
|
|
12680
12691
|
const _vo75 = (input, _path, _exceptionable = true)=>[
|
|
12692
|
+
void 0 === input.typeExports || "boolean" == typeof input.typeExports || _report(_exceptionable, {
|
|
12693
|
+
path: _path + ".typeExports",
|
|
12694
|
+
expected: "(boolean | undefined)",
|
|
12695
|
+
value: input.typeExports
|
|
12696
|
+
}),
|
|
12697
|
+
void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum || _report(_exceptionable, {
|
|
12698
|
+
path: _path + ".exportedEnum",
|
|
12699
|
+
expected: "(\"const-only\" | boolean | undefined)",
|
|
12700
|
+
value: input.exportedEnum
|
|
12701
|
+
}),
|
|
12702
|
+
0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
12703
|
+
if ([
|
|
12704
|
+
"typeExports",
|
|
12705
|
+
"exportedEnum"
|
|
12706
|
+
].some((prop)=>key === prop)) return true;
|
|
12707
|
+
const value = input[key];
|
|
12708
|
+
if (void 0 === value) return true;
|
|
12709
|
+
return _report(_exceptionable, {
|
|
12710
|
+
path: _path + typia_lib_internal_accessExpressionAsString_js__rspack_import_0._accessExpressionAsString(key),
|
|
12711
|
+
expected: "undefined",
|
|
12712
|
+
value: value,
|
|
12713
|
+
description: [
|
|
12714
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
12715
|
+
"",
|
|
12716
|
+
"Please remove the property next time."
|
|
12717
|
+
].join("\n")
|
|
12718
|
+
});
|
|
12719
|
+
}).every((flag)=>flag)
|
|
12720
|
+
].every((flag)=>flag);
|
|
12721
|
+
const _vo76 = (input, _path, _exceptionable = true)=>[
|
|
12681
12722
|
void 0 === input["import"] || (Array.isArray(input["import"]) || _report(_exceptionable, {
|
|
12682
12723
|
path: _path + "[\"import\"]",
|
|
12683
12724
|
expected: "(PluginImportOptions | undefined)",
|
|
@@ -12686,7 +12727,7 @@ export const __webpack_modules__ = {
|
|
|
12686
12727
|
path: _path + "[\"import\"][" + _index428 + "]",
|
|
12687
12728
|
expected: "PluginImportConfig",
|
|
12688
12729
|
value: elem
|
|
12689
|
-
})) &&
|
|
12730
|
+
})) && _vo77(elem, _path + "[\"import\"][" + _index428 + "]", _exceptionable) || _report(_exceptionable, {
|
|
12690
12731
|
path: _path + "[\"import\"][" + _index428 + "]",
|
|
12691
12732
|
expected: "PluginImportConfig",
|
|
12692
12733
|
value: elem
|
|
@@ -12699,7 +12740,7 @@ export const __webpack_modules__ = {
|
|
|
12699
12740
|
path: _path + ".collectTypeScriptInfo",
|
|
12700
12741
|
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
12701
12742
|
value: input.collectTypeScriptInfo
|
|
12702
|
-
})) &&
|
|
12743
|
+
})) && _vo75(input.collectTypeScriptInfo, _path + ".collectTypeScriptInfo", _exceptionable) || _report(_exceptionable, {
|
|
12703
12744
|
path: _path + ".collectTypeScriptInfo",
|
|
12704
12745
|
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
12705
12746
|
value: input.collectTypeScriptInfo
|
|
@@ -12723,7 +12764,7 @@ export const __webpack_modules__ = {
|
|
|
12723
12764
|
});
|
|
12724
12765
|
}).every((flag)=>flag)
|
|
12725
12766
|
].every((flag)=>flag);
|
|
12726
|
-
const
|
|
12767
|
+
const _vo77 = (input, _path, _exceptionable = true)=>[
|
|
12727
12768
|
"string" == typeof input.libraryName || _report(_exceptionable, {
|
|
12728
12769
|
path: _path + ".libraryName",
|
|
12729
12770
|
expected: "string",
|
|
@@ -12817,36 +12858,6 @@ export const __webpack_modules__ = {
|
|
|
12817
12858
|
});
|
|
12818
12859
|
}).every((flag)=>flag)
|
|
12819
12860
|
].every((flag)=>flag);
|
|
12820
|
-
const _vo77 = (input, _path, _exceptionable = true)=>[
|
|
12821
|
-
void 0 === input.typeExports || "boolean" == typeof input.typeExports || _report(_exceptionable, {
|
|
12822
|
-
path: _path + ".typeExports",
|
|
12823
|
-
expected: "(boolean | undefined)",
|
|
12824
|
-
value: input.typeExports
|
|
12825
|
-
}),
|
|
12826
|
-
void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum || _report(_exceptionable, {
|
|
12827
|
-
path: _path + ".exportedEnum",
|
|
12828
|
-
expected: "(\"const-only\" | boolean | undefined)",
|
|
12829
|
-
value: input.exportedEnum
|
|
12830
|
-
}),
|
|
12831
|
-
0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
12832
|
-
if ([
|
|
12833
|
-
"typeExports",
|
|
12834
|
-
"exportedEnum"
|
|
12835
|
-
].some((prop)=>key === prop)) return true;
|
|
12836
|
-
const value = input[key];
|
|
12837
|
-
if (void 0 === value) return true;
|
|
12838
|
-
return _report(_exceptionable, {
|
|
12839
|
-
path: _path + typia_lib_internal_accessExpressionAsString_js__rspack_import_0._accessExpressionAsString(key),
|
|
12840
|
-
expected: "undefined",
|
|
12841
|
-
value: value,
|
|
12842
|
-
description: [
|
|
12843
|
-
`The property \`${key}\` is not defined in the object type.`,
|
|
12844
|
-
"",
|
|
12845
|
-
"Please remove the property next time."
|
|
12846
|
-
].join("\n")
|
|
12847
|
-
});
|
|
12848
|
-
}).every((flag)=>flag)
|
|
12849
|
-
].every((flag)=>flag);
|
|
12850
12861
|
const _vo78 = (input, _path, _exceptionable = true)=>[
|
|
12851
12862
|
void 0 === input.minify || "boolean" == typeof input.minify || _report(_exceptionable, {
|
|
12852
12863
|
path: _path + ".minify",
|
|
@@ -19146,10 +19157,10 @@ export const __webpack_modules__ = {
|
|
|
19146
19157
|
expected: "number",
|
|
19147
19158
|
value: input.length
|
|
19148
19159
|
}),
|
|
19149
|
-
"Uint8Array" === input["__@toStringTag@
|
|
19150
|
-
path: _path + "[\"__@toStringTag@
|
|
19160
|
+
"Uint8Array" === input["__@toStringTag@941"] || _report(_exceptionable, {
|
|
19161
|
+
path: _path + "[\"__@toStringTag@941\"]",
|
|
19151
19162
|
expected: "\"Uint8Array\"",
|
|
19152
|
-
value: input["__@toStringTag@
|
|
19163
|
+
value: input["__@toStringTag@941"]
|
|
19153
19164
|
}),
|
|
19154
19165
|
false === _exceptionable || Object.keys(input).map((key)=>{
|
|
19155
19166
|
if ([
|
|
@@ -19158,7 +19169,7 @@ export const __webpack_modules__ = {
|
|
|
19158
19169
|
"byteLength",
|
|
19159
19170
|
"byteOffset",
|
|
19160
19171
|
"length",
|
|
19161
|
-
"__@toStringTag@
|
|
19172
|
+
"__@toStringTag@941"
|
|
19162
19173
|
].some((prop)=>key === prop)) return true;
|
|
19163
19174
|
const value = input[key];
|
|
19164
19175
|
if (void 0 === value) return true;
|
|
@@ -38049,14 +38060,14 @@ export const __webpack_modules__ = {
|
|
|
38049
38060
|
}).every((flag)=>flag)
|
|
38050
38061
|
].every((flag)=>flag);
|
|
38051
38062
|
const _vo419 = (input, _path, _exceptionable = true)=>[
|
|
38052
|
-
"string" == typeof input["__@toStringTag@
|
|
38053
|
-
path: _path + "[\"__@toStringTag@
|
|
38063
|
+
"string" == typeof input["__@toStringTag@941"] || _report(_exceptionable, {
|
|
38064
|
+
path: _path + "[\"__@toStringTag@941\"]",
|
|
38054
38065
|
expected: "string",
|
|
38055
|
-
value: input["__@toStringTag@
|
|
38066
|
+
value: input["__@toStringTag@941"]
|
|
38056
38067
|
}),
|
|
38057
38068
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
38058
38069
|
if ([
|
|
38059
|
-
"__@toStringTag@
|
|
38070
|
+
"__@toStringTag@941"
|
|
38060
38071
|
].some((prop)=>key === prop)) return true;
|
|
38061
38072
|
const value = input[key];
|
|
38062
38073
|
if (void 0 === value) return true;
|
|
@@ -41804,7 +41815,7 @@ export const __webpack_modules__ = {
|
|
|
41804
41815
|
});
|
|
41805
41816
|
})();
|
|
41806
41817
|
const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
|
|
41807
|
-
if (void 0 !== input["__@toStringTag@
|
|
41818
|
+
if (void 0 !== input["__@toStringTag@941"]) return _vo152(input, _path, _exceptionable);
|
|
41808
41819
|
if (void 0 !== input.pem) return _vo153(input, _path, _exceptionable);
|
|
41809
41820
|
return _report(_exceptionable, {
|
|
41810
41821
|
path: _path,
|
|
@@ -41813,7 +41824,7 @@ export const __webpack_modules__ = {
|
|
|
41813
41824
|
});
|
|
41814
41825
|
})();
|
|
41815
41826
|
const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
|
|
41816
|
-
if (void 0 !== input["__@toStringTag@
|
|
41827
|
+
if (void 0 !== input["__@toStringTag@941"]) return _vo152(input, _path, _exceptionable);
|
|
41817
41828
|
if (void 0 !== input.buf) return _vo154(input, _path, _exceptionable);
|
|
41818
41829
|
return _report(_exceptionable, {
|
|
41819
41830
|
path: _path,
|
|
@@ -41823,7 +41834,7 @@ export const __webpack_modules__ = {
|
|
|
41823
41834
|
})();
|
|
41824
41835
|
const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
|
|
41825
41836
|
if (void 0 !== input.name) return _vo418(input, _path, _exceptionable);
|
|
41826
|
-
if (void 0 !== input["__@toStringTag@
|
|
41837
|
+
if (void 0 !== input["__@toStringTag@941"]) return _vo419(input, _path, _exceptionable);
|
|
41827
41838
|
return _report(_exceptionable, {
|
|
41828
41839
|
path: _path,
|
|
41829
41840
|
expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
|
|
@@ -1590,9 +1590,9 @@ export const __webpack_modules__ = {
|
|
|
1590
1590
|
if (void 0 === value) return true;
|
|
1591
1591
|
return "string" == typeof value || "boolean" == typeof value;
|
|
1592
1592
|
});
|
|
1593
|
-
const _io42 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
1593
|
+
const _io42 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6979"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1594
1594
|
if ([
|
|
1595
|
-
"__@toStringTag@
|
|
1595
|
+
"__@toStringTag@6979"
|
|
1596
1596
|
].some((prop)=>key === prop)) return true;
|
|
1597
1597
|
const value = input[key];
|
|
1598
1598
|
if (void 0 === value) return true;
|
|
@@ -1602,7 +1602,7 @@ export const __webpack_modules__ = {
|
|
|
1602
1602
|
input[key];
|
|
1603
1603
|
return true;
|
|
1604
1604
|
});
|
|
1605
|
-
const _io44 = (input, _exceptionable = true)=>null !== input.test && (void 0 === input.test || "string" == typeof input.test || Array.isArray(input.test) && input.test.every((elem, _index24)=>"string" == typeof elem)) && null !== input.exclude && (void 0 === input.exclude || "string" == typeof input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index25)=>"string" == typeof elem)) && (void 0 === input.env || "object" == typeof input.env && null !== input.env && false === Array.isArray(input.env) && _io45(input.env, _exceptionable)) && (void 0 === input.jsc || "object" == typeof input.jsc && null !== input.jsc && false === Array.isArray(input.jsc) && _io46(input.jsc, _exceptionable)) && (void 0 === input["module"] || "object" == typeof input["module"] && null !== input["module"] && _iu6(input["module"], _exceptionable)) && (void 0 === input.minify || "boolean" == typeof input.minify) && (void 0 === input.sourceMaps || "inline" === input.sourceMaps || "boolean" == typeof input.sourceMaps) && (void 0 === input.inlineSourcesContent || "boolean" == typeof input.inlineSourcesContent) && (void 0 === input.isModule || "unknown" === input.isModule || "boolean" == typeof input.isModule) && (void 0 === input.rspackExperiments || "object" == typeof input.rspackExperiments && null !== input.rspackExperiments && false === Array.isArray(input.rspackExperiments) &&
|
|
1605
|
+
const _io44 = (input, _exceptionable = true)=>null !== input.test && (void 0 === input.test || "string" == typeof input.test || Array.isArray(input.test) && input.test.every((elem, _index24)=>"string" == typeof elem)) && null !== input.exclude && (void 0 === input.exclude || "string" == typeof input.exclude || Array.isArray(input.exclude) && input.exclude.every((elem, _index25)=>"string" == typeof elem)) && (void 0 === input.env || "object" == typeof input.env && null !== input.env && false === Array.isArray(input.env) && _io45(input.env, _exceptionable)) && (void 0 === input.jsc || "object" == typeof input.jsc && null !== input.jsc && false === Array.isArray(input.jsc) && _io46(input.jsc, _exceptionable)) && (void 0 === input["module"] || "object" == typeof input["module"] && null !== input["module"] && _iu6(input["module"], _exceptionable)) && (void 0 === input.minify || "boolean" == typeof input.minify) && (void 0 === input.sourceMaps || "inline" === input.sourceMaps || "boolean" == typeof input.sourceMaps) && (void 0 === input.inlineSourcesContent || "boolean" == typeof input.inlineSourcesContent) && (void 0 === input.isModule || "unknown" === input.isModule || "boolean" == typeof input.isModule) && (void 0 === input.collectTypeScriptInfo || "object" == typeof input.collectTypeScriptInfo && null !== input.collectTypeScriptInfo && false === Array.isArray(input.collectTypeScriptInfo) && _io75(input.collectTypeScriptInfo, _exceptionable)) && (void 0 === input.rspackExperiments || "object" == typeof input.rspackExperiments && null !== input.rspackExperiments && false === Array.isArray(input.rspackExperiments) && _io76(input.rspackExperiments, _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
1606
1606
|
if ([
|
|
1607
1607
|
"test",
|
|
1608
1608
|
"exclude",
|
|
@@ -1613,6 +1613,7 @@ export const __webpack_modules__ = {
|
|
|
1613
1613
|
"sourceMaps",
|
|
1614
1614
|
"inlineSourcesContent",
|
|
1615
1615
|
"isModule",
|
|
1616
|
+
"collectTypeScriptInfo",
|
|
1616
1617
|
"rspackExperiments"
|
|
1617
1618
|
].some((prop)=>key === prop)) return true;
|
|
1618
1619
|
const value = input[key];
|
|
@@ -2112,7 +2113,16 @@ export const __webpack_modules__ = {
|
|
|
2112
2113
|
if (void 0 === value) return true;
|
|
2113
2114
|
return false;
|
|
2114
2115
|
}));
|
|
2115
|
-
const _io75 = (input, _exceptionable = true)=>(void 0 === input
|
|
2116
|
+
const _io75 = (input, _exceptionable = true)=>(void 0 === input.typeExports || "boolean" == typeof input.typeExports) && (void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2117
|
+
if ([
|
|
2118
|
+
"typeExports",
|
|
2119
|
+
"exportedEnum"
|
|
2120
|
+
].some((prop)=>key === prop)) return true;
|
|
2121
|
+
const value = input[key];
|
|
2122
|
+
if (void 0 === value) return true;
|
|
2123
|
+
return false;
|
|
2124
|
+
}));
|
|
2125
|
+
const _io76 = (input, _exceptionable = true)=>(void 0 === input["import"] || Array.isArray(input["import"]) && input["import"].every((elem, _index40)=>"object" == typeof elem && null !== elem && _io77(elem, _exceptionable))) && (void 0 === input.collectTypeScriptInfo || "object" == typeof input.collectTypeScriptInfo && null !== input.collectTypeScriptInfo && false === Array.isArray(input.collectTypeScriptInfo) && _io75(input.collectTypeScriptInfo, _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2116
2126
|
if ([
|
|
2117
2127
|
"import",
|
|
2118
2128
|
"collectTypeScriptInfo"
|
|
@@ -2121,7 +2131,7 @@ export const __webpack_modules__ = {
|
|
|
2121
2131
|
if (void 0 === value) return true;
|
|
2122
2132
|
return false;
|
|
2123
2133
|
}));
|
|
2124
|
-
const
|
|
2134
|
+
const _io77 = (input, _exceptionable = true)=>"string" == typeof input.libraryName && (void 0 === input.libraryDirectory || "string" == typeof input.libraryDirectory) && (void 0 === input.customName || "string" == typeof input.customName) && (void 0 === input.customStyleName || "string" == typeof input.customStyleName) && (void 0 === input.style || "string" == typeof input.style || "boolean" == typeof input.style) && (void 0 === input.styleLibraryDirectory || "string" == typeof input.styleLibraryDirectory) && (void 0 === input.camelToDashComponentName || "boolean" == typeof input.camelToDashComponentName) && (void 0 === input.transformToDefaultImport || "boolean" == typeof input.transformToDefaultImport) && (void 0 === input.ignoreEsComponent || Array.isArray(input.ignoreEsComponent) && input.ignoreEsComponent.every((elem, _index41)=>"string" == typeof elem)) && (void 0 === input.ignoreStyleComponent || Array.isArray(input.ignoreStyleComponent) && input.ignoreStyleComponent.every((elem, _index42)=>"string" == typeof elem)) && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2125
2135
|
if ([
|
|
2126
2136
|
"libraryName",
|
|
2127
2137
|
"libraryDirectory",
|
|
@@ -2138,15 +2148,6 @@ export const __webpack_modules__ = {
|
|
|
2138
2148
|
if (void 0 === value) return true;
|
|
2139
2149
|
return false;
|
|
2140
2150
|
}));
|
|
2141
|
-
const _io77 = (input, _exceptionable = true)=>(void 0 === input.typeExports || "boolean" == typeof input.typeExports) && (void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2142
|
-
if ([
|
|
2143
|
-
"typeExports",
|
|
2144
|
-
"exportedEnum"
|
|
2145
|
-
].some((prop)=>key === prop)) return true;
|
|
2146
|
-
const value = input[key];
|
|
2147
|
-
if (void 0 === value) return true;
|
|
2148
|
-
return false;
|
|
2149
|
-
}));
|
|
2150
2151
|
const _io78 = (input, _exceptionable = true)=>(void 0 === input.minify || "boolean" == typeof input.minify) && (void 0 === input.errorRecovery || "boolean" == typeof input.errorRecovery) && null !== input.targets && (void 0 === input.targets || "string" == typeof input.targets || Array.isArray(input.targets) && input.targets.every((elem, _index43)=>"string" == typeof elem) || "object" == typeof input.targets && null !== input.targets && false === Array.isArray(input.targets) && _io79(input.targets, _exceptionable)) && (void 0 === input.include || "object" == typeof input.include && null !== input.include && false === Array.isArray(input.include) && _io80(input.include, _exceptionable)) && (void 0 === input.exclude || "object" == typeof input.exclude && null !== input.exclude && false === Array.isArray(input.exclude) && _io80(input.exclude, _exceptionable)) && (void 0 === input.draft || "object" == typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io81(input.draft, _exceptionable)) && (void 0 === input.drafts || "object" == typeof input.drafts && null !== input.drafts && false === Array.isArray(input.drafts) && _io81(input.drafts, _exceptionable)) && (void 0 === input.nonStandard || "object" == typeof input.nonStandard && null !== input.nonStandard && false === Array.isArray(input.nonStandard) && _io82(input.nonStandard, _exceptionable)) && (void 0 === input.pseudoClasses || "object" == typeof input.pseudoClasses && null !== input.pseudoClasses && false === Array.isArray(input.pseudoClasses) && _io83(input.pseudoClasses, _exceptionable)) && (void 0 === input.unusedSymbols || Array.isArray(input.unusedSymbols) && input.unusedSymbols.every((elem, _index44)=>"string" == typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
2151
2152
|
if ([
|
|
2152
2153
|
"minify",
|
|
@@ -3220,14 +3221,14 @@ export const __webpack_modules__ = {
|
|
|
3220
3221
|
if (void 0 === value) return true;
|
|
3221
3222
|
return false;
|
|
3222
3223
|
})));
|
|
3223
|
-
const _io152 = (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@
|
|
3224
|
+
const _io152 = (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@6979"] && Object.keys(input).every((key)=>{
|
|
3224
3225
|
if ([
|
|
3225
3226
|
"BYTES_PER_ELEMENT",
|
|
3226
3227
|
"buffer",
|
|
3227
3228
|
"byteLength",
|
|
3228
3229
|
"byteOffset",
|
|
3229
3230
|
"length",
|
|
3230
|
-
"__@toStringTag@
|
|
3231
|
+
"__@toStringTag@6979"
|
|
3231
3232
|
].some((prop)=>key === prop)) return true;
|
|
3232
3233
|
const value = input[key];
|
|
3233
3234
|
if (void 0 === value) return true;
|
|
@@ -6626,9 +6627,9 @@ export const __webpack_modules__ = {
|
|
|
6626
6627
|
if (void 0 === value) return true;
|
|
6627
6628
|
return false;
|
|
6628
6629
|
}));
|
|
6629
|
-
const _io419 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@
|
|
6630
|
+
const _io419 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6979"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
|
|
6630
6631
|
if ([
|
|
6631
|
-
"__@toStringTag@
|
|
6632
|
+
"__@toStringTag@6979"
|
|
6632
6633
|
].some((prop)=>key === prop)) return true;
|
|
6633
6634
|
const value = input[key];
|
|
6634
6635
|
if (void 0 === value) return true;
|
|
@@ -7352,18 +7353,18 @@ export const __webpack_modules__ = {
|
|
|
7352
7353
|
return false;
|
|
7353
7354
|
})();
|
|
7354
7355
|
const _iu1 = (input, _exceptionable = true)=>(()=>{
|
|
7355
|
-
if (void 0 !== input["__@toStringTag@
|
|
7356
|
+
if (void 0 !== input["__@toStringTag@6979"]) return _io152(input, _exceptionable);
|
|
7356
7357
|
if (void 0 !== input.pem) return _io153(input, _exceptionable);
|
|
7357
7358
|
return false;
|
|
7358
7359
|
})();
|
|
7359
7360
|
const _iu2 = (input, _exceptionable = true)=>(()=>{
|
|
7360
|
-
if (void 0 !== input["__@toStringTag@
|
|
7361
|
+
if (void 0 !== input["__@toStringTag@6979"]) return _io152(input, _exceptionable);
|
|
7361
7362
|
if (void 0 !== input.buf) return _io154(input, _exceptionable);
|
|
7362
7363
|
return false;
|
|
7363
7364
|
})();
|
|
7364
7365
|
const _iu3 = (input, _exceptionable = true)=>(()=>{
|
|
7365
7366
|
if (void 0 !== input.name) return _io418(input, _exceptionable);
|
|
7366
|
-
if (void 0 !== input["__@toStringTag@
|
|
7367
|
+
if (void 0 !== input["__@toStringTag@6979"]) return _io419(input, _exceptionable);
|
|
7367
7368
|
return false;
|
|
7368
7369
|
})();
|
|
7369
7370
|
const _iu4 = (input, _exceptionable = true)=>(()=>{
|
|
@@ -10027,14 +10028,14 @@ export const __webpack_modules__ = {
|
|
|
10027
10028
|
}).every((flag)=>flag)
|
|
10028
10029
|
].every((flag)=>flag);
|
|
10029
10030
|
const _vo42 = (input, _path, _exceptionable = true)=>[
|
|
10030
|
-
"string" == typeof input["__@toStringTag@
|
|
10031
|
-
path: _path + "[\"__@toStringTag@
|
|
10031
|
+
"string" == typeof input["__@toStringTag@6979"] || _report(_exceptionable, {
|
|
10032
|
+
path: _path + "[\"__@toStringTag@6979\"]",
|
|
10032
10033
|
expected: "string",
|
|
10033
|
-
value: input["__@toStringTag@
|
|
10034
|
+
value: input["__@toStringTag@6979"]
|
|
10034
10035
|
}),
|
|
10035
10036
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
10036
10037
|
if ([
|
|
10037
|
-
"__@toStringTag@
|
|
10038
|
+
"__@toStringTag@6979"
|
|
10038
10039
|
].some((prop)=>key === prop)) return true;
|
|
10039
10040
|
const value = input[key];
|
|
10040
10041
|
if (void 0 === value) return true;
|
|
@@ -10138,11 +10139,20 @@ export const __webpack_modules__ = {
|
|
|
10138
10139
|
expected: "(\"unknown\" | boolean | undefined)",
|
|
10139
10140
|
value: input.isModule
|
|
10140
10141
|
}),
|
|
10142
|
+
void 0 === input.collectTypeScriptInfo || ("object" == typeof input.collectTypeScriptInfo && null !== input.collectTypeScriptInfo && false === Array.isArray(input.collectTypeScriptInfo) || _report(_exceptionable, {
|
|
10143
|
+
path: _path + ".collectTypeScriptInfo",
|
|
10144
|
+
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
10145
|
+
value: input.collectTypeScriptInfo
|
|
10146
|
+
})) && _vo75(input.collectTypeScriptInfo, _path + ".collectTypeScriptInfo", _exceptionable) || _report(_exceptionable, {
|
|
10147
|
+
path: _path + ".collectTypeScriptInfo",
|
|
10148
|
+
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
10149
|
+
value: input.collectTypeScriptInfo
|
|
10150
|
+
}),
|
|
10141
10151
|
void 0 === input.rspackExperiments || ("object" == typeof input.rspackExperiments && null !== input.rspackExperiments && false === Array.isArray(input.rspackExperiments) || _report(_exceptionable, {
|
|
10142
10152
|
path: _path + ".rspackExperiments",
|
|
10143
10153
|
expected: "(__type.o20 | undefined)",
|
|
10144
10154
|
value: input.rspackExperiments
|
|
10145
|
-
})) &&
|
|
10155
|
+
})) && _vo76(input.rspackExperiments, _path + ".rspackExperiments", _exceptionable) || _report(_exceptionable, {
|
|
10146
10156
|
path: _path + ".rspackExperiments",
|
|
10147
10157
|
expected: "(__type.o20 | undefined)",
|
|
10148
10158
|
value: input.rspackExperiments
|
|
@@ -10158,6 +10168,7 @@ export const __webpack_modules__ = {
|
|
|
10158
10168
|
"sourceMaps",
|
|
10159
10169
|
"inlineSourcesContent",
|
|
10160
10170
|
"isModule",
|
|
10171
|
+
"collectTypeScriptInfo",
|
|
10161
10172
|
"rspackExperiments"
|
|
10162
10173
|
].some((prop)=>key === prop)) return true;
|
|
10163
10174
|
const value = input[key];
|
|
@@ -12678,6 +12689,36 @@ export const __webpack_modules__ = {
|
|
|
12678
12689
|
}).every((flag)=>flag)
|
|
12679
12690
|
].every((flag)=>flag);
|
|
12680
12691
|
const _vo75 = (input, _path, _exceptionable = true)=>[
|
|
12692
|
+
void 0 === input.typeExports || "boolean" == typeof input.typeExports || _report(_exceptionable, {
|
|
12693
|
+
path: _path + ".typeExports",
|
|
12694
|
+
expected: "(boolean | undefined)",
|
|
12695
|
+
value: input.typeExports
|
|
12696
|
+
}),
|
|
12697
|
+
void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum || _report(_exceptionable, {
|
|
12698
|
+
path: _path + ".exportedEnum",
|
|
12699
|
+
expected: "(\"const-only\" | boolean | undefined)",
|
|
12700
|
+
value: input.exportedEnum
|
|
12701
|
+
}),
|
|
12702
|
+
0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
12703
|
+
if ([
|
|
12704
|
+
"typeExports",
|
|
12705
|
+
"exportedEnum"
|
|
12706
|
+
].some((prop)=>key === prop)) return true;
|
|
12707
|
+
const value = input[key];
|
|
12708
|
+
if (void 0 === value) return true;
|
|
12709
|
+
return _report(_exceptionable, {
|
|
12710
|
+
path: _path + typia_lib_internal_accessExpressionAsString_js__rspack_import_0._accessExpressionAsString(key),
|
|
12711
|
+
expected: "undefined",
|
|
12712
|
+
value: value,
|
|
12713
|
+
description: [
|
|
12714
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
12715
|
+
"",
|
|
12716
|
+
"Please remove the property next time."
|
|
12717
|
+
].join("\n")
|
|
12718
|
+
});
|
|
12719
|
+
}).every((flag)=>flag)
|
|
12720
|
+
].every((flag)=>flag);
|
|
12721
|
+
const _vo76 = (input, _path, _exceptionable = true)=>[
|
|
12681
12722
|
void 0 === input["import"] || (Array.isArray(input["import"]) || _report(_exceptionable, {
|
|
12682
12723
|
path: _path + "[\"import\"]",
|
|
12683
12724
|
expected: "(PluginImportOptions | undefined)",
|
|
@@ -12686,7 +12727,7 @@ export const __webpack_modules__ = {
|
|
|
12686
12727
|
path: _path + "[\"import\"][" + _index428 + "]",
|
|
12687
12728
|
expected: "PluginImportConfig",
|
|
12688
12729
|
value: elem
|
|
12689
|
-
})) &&
|
|
12730
|
+
})) && _vo77(elem, _path + "[\"import\"][" + _index428 + "]", _exceptionable) || _report(_exceptionable, {
|
|
12690
12731
|
path: _path + "[\"import\"][" + _index428 + "]",
|
|
12691
12732
|
expected: "PluginImportConfig",
|
|
12692
12733
|
value: elem
|
|
@@ -12699,7 +12740,7 @@ export const __webpack_modules__ = {
|
|
|
12699
12740
|
path: _path + ".collectTypeScriptInfo",
|
|
12700
12741
|
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
12701
12742
|
value: input.collectTypeScriptInfo
|
|
12702
|
-
})) &&
|
|
12743
|
+
})) && _vo75(input.collectTypeScriptInfo, _path + ".collectTypeScriptInfo", _exceptionable) || _report(_exceptionable, {
|
|
12703
12744
|
path: _path + ".collectTypeScriptInfo",
|
|
12704
12745
|
expected: "(CollectTypeScriptInfoOptions | undefined)",
|
|
12705
12746
|
value: input.collectTypeScriptInfo
|
|
@@ -12723,7 +12764,7 @@ export const __webpack_modules__ = {
|
|
|
12723
12764
|
});
|
|
12724
12765
|
}).every((flag)=>flag)
|
|
12725
12766
|
].every((flag)=>flag);
|
|
12726
|
-
const
|
|
12767
|
+
const _vo77 = (input, _path, _exceptionable = true)=>[
|
|
12727
12768
|
"string" == typeof input.libraryName || _report(_exceptionable, {
|
|
12728
12769
|
path: _path + ".libraryName",
|
|
12729
12770
|
expected: "string",
|
|
@@ -12817,36 +12858,6 @@ export const __webpack_modules__ = {
|
|
|
12817
12858
|
});
|
|
12818
12859
|
}).every((flag)=>flag)
|
|
12819
12860
|
].every((flag)=>flag);
|
|
12820
|
-
const _vo77 = (input, _path, _exceptionable = true)=>[
|
|
12821
|
-
void 0 === input.typeExports || "boolean" == typeof input.typeExports || _report(_exceptionable, {
|
|
12822
|
-
path: _path + ".typeExports",
|
|
12823
|
-
expected: "(boolean | undefined)",
|
|
12824
|
-
value: input.typeExports
|
|
12825
|
-
}),
|
|
12826
|
-
void 0 === input.exportedEnum || "const-only" === input.exportedEnum || "boolean" == typeof input.exportedEnum || _report(_exceptionable, {
|
|
12827
|
-
path: _path + ".exportedEnum",
|
|
12828
|
-
expected: "(\"const-only\" | boolean | undefined)",
|
|
12829
|
-
value: input.exportedEnum
|
|
12830
|
-
}),
|
|
12831
|
-
0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
12832
|
-
if ([
|
|
12833
|
-
"typeExports",
|
|
12834
|
-
"exportedEnum"
|
|
12835
|
-
].some((prop)=>key === prop)) return true;
|
|
12836
|
-
const value = input[key];
|
|
12837
|
-
if (void 0 === value) return true;
|
|
12838
|
-
return _report(_exceptionable, {
|
|
12839
|
-
path: _path + typia_lib_internal_accessExpressionAsString_js__rspack_import_0._accessExpressionAsString(key),
|
|
12840
|
-
expected: "undefined",
|
|
12841
|
-
value: value,
|
|
12842
|
-
description: [
|
|
12843
|
-
`The property \`${key}\` is not defined in the object type.`,
|
|
12844
|
-
"",
|
|
12845
|
-
"Please remove the property next time."
|
|
12846
|
-
].join("\n")
|
|
12847
|
-
});
|
|
12848
|
-
}).every((flag)=>flag)
|
|
12849
|
-
].every((flag)=>flag);
|
|
12850
12861
|
const _vo78 = (input, _path, _exceptionable = true)=>[
|
|
12851
12862
|
void 0 === input.minify || "boolean" == typeof input.minify || _report(_exceptionable, {
|
|
12852
12863
|
path: _path + ".minify",
|
|
@@ -19146,10 +19157,10 @@ export const __webpack_modules__ = {
|
|
|
19146
19157
|
expected: "number",
|
|
19147
19158
|
value: input.length
|
|
19148
19159
|
}),
|
|
19149
|
-
"Uint8Array" === input["__@toStringTag@
|
|
19150
|
-
path: _path + "[\"__@toStringTag@
|
|
19160
|
+
"Uint8Array" === input["__@toStringTag@6979"] || _report(_exceptionable, {
|
|
19161
|
+
path: _path + "[\"__@toStringTag@6979\"]",
|
|
19151
19162
|
expected: "\"Uint8Array\"",
|
|
19152
|
-
value: input["__@toStringTag@
|
|
19163
|
+
value: input["__@toStringTag@6979"]
|
|
19153
19164
|
}),
|
|
19154
19165
|
false === _exceptionable || Object.keys(input).map((key)=>{
|
|
19155
19166
|
if ([
|
|
@@ -19158,7 +19169,7 @@ export const __webpack_modules__ = {
|
|
|
19158
19169
|
"byteLength",
|
|
19159
19170
|
"byteOffset",
|
|
19160
19171
|
"length",
|
|
19161
|
-
"__@toStringTag@
|
|
19172
|
+
"__@toStringTag@6979"
|
|
19162
19173
|
].some((prop)=>key === prop)) return true;
|
|
19163
19174
|
const value = input[key];
|
|
19164
19175
|
if (void 0 === value) return true;
|
|
@@ -38049,14 +38060,14 @@ export const __webpack_modules__ = {
|
|
|
38049
38060
|
}).every((flag)=>flag)
|
|
38050
38061
|
].every((flag)=>flag);
|
|
38051
38062
|
const _vo419 = (input, _path, _exceptionable = true)=>[
|
|
38052
|
-
"string" == typeof input["__@toStringTag@
|
|
38053
|
-
path: _path + "[\"__@toStringTag@
|
|
38063
|
+
"string" == typeof input["__@toStringTag@6979"] || _report(_exceptionable, {
|
|
38064
|
+
path: _path + "[\"__@toStringTag@6979\"]",
|
|
38054
38065
|
expected: "string",
|
|
38055
|
-
value: input["__@toStringTag@
|
|
38066
|
+
value: input["__@toStringTag@6979"]
|
|
38056
38067
|
}),
|
|
38057
38068
|
1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
|
|
38058
38069
|
if ([
|
|
38059
|
-
"__@toStringTag@
|
|
38070
|
+
"__@toStringTag@6979"
|
|
38060
38071
|
].some((prop)=>key === prop)) return true;
|
|
38061
38072
|
const value = input[key];
|
|
38062
38073
|
if (void 0 === value) return true;
|
|
@@ -41804,7 +41815,7 @@ export const __webpack_modules__ = {
|
|
|
41804
41815
|
});
|
|
41805
41816
|
})();
|
|
41806
41817
|
const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
|
|
41807
|
-
if (void 0 !== input["__@toStringTag@
|
|
41818
|
+
if (void 0 !== input["__@toStringTag@6979"]) return _vo152(input, _path, _exceptionable);
|
|
41808
41819
|
if (void 0 !== input.pem) return _vo153(input, _path, _exceptionable);
|
|
41809
41820
|
return _report(_exceptionable, {
|
|
41810
41821
|
path: _path,
|
|
@@ -41813,7 +41824,7 @@ export const __webpack_modules__ = {
|
|
|
41813
41824
|
});
|
|
41814
41825
|
})();
|
|
41815
41826
|
const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
|
|
41816
|
-
if (void 0 !== input["__@toStringTag@
|
|
41827
|
+
if (void 0 !== input["__@toStringTag@6979"]) return _vo152(input, _path, _exceptionable);
|
|
41817
41828
|
if (void 0 !== input.buf) return _vo154(input, _path, _exceptionable);
|
|
41818
41829
|
return _report(_exceptionable, {
|
|
41819
41830
|
path: _path,
|
|
@@ -41823,7 +41834,7 @@ export const __webpack_modules__ = {
|
|
|
41823
41834
|
})();
|
|
41824
41835
|
const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
|
|
41825
41836
|
if (void 0 !== input.name) return _vo418(input, _path, _exceptionable);
|
|
41826
|
-
if (void 0 !== input["__@toStringTag@
|
|
41837
|
+
if (void 0 !== input["__@toStringTag@6979"]) return _vo419(input, _path, _exceptionable);
|
|
41827
41838
|
return _report(_exceptionable, {
|
|
41828
41839
|
path: _path,
|
|
41829
41840
|
expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/rspeedy-canary",
|
|
3
|
-
"version": "0.12.5-canary-20260104-
|
|
3
|
+
"version": "0.12.5-canary-20260104-7634817d",
|
|
4
4
|
"description": "A webpack/rspack-based frontend toolchain for Lynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.2",
|
|
52
52
|
"@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.3",
|
|
53
|
-
"@lynx-js/web-rsbuild-server-middleware": "npm:@lynx-js/web-rsbuild-server-middleware-canary@0.19.4-canary-20260104-
|
|
53
|
+
"@lynx-js/web-rsbuild-server-middleware": "npm:@lynx-js/web-rsbuild-server-middleware-canary@0.19.4-canary-20260104-7634817d",
|
|
54
54
|
"@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
|
|
55
55
|
"@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
|
|
56
56
|
"@rsbuild/core": "1.6.13",
|