@lynx-js/rspeedy 0.13.0 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
+ ## 0.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump Rsbuild 1.7.2 with Rspack 1.7.1. ([#2136](https://github.com/lynx-family/lynx-stack/pull/2136))
8
+
9
+ ## 0.13.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @lynx-js/web-rsbuild-server-middleware@0.19.6
15
+
3
16
  ## 0.13.0
4
17
 
5
18
  ### Minor Changes
@@ -2451,7 +2451,7 @@ const validateConfig = (()=>{
2451
2451
  if (void 0 === value) return true;
2452
2452
  return false;
2453
2453
  }));
2454
- const _io97 = (input, _exceptionable = true)=>(void 0 === input.arrowFunction || "boolean" == typeof input.arrowFunction) && (void 0 === input.asyncFunction || "boolean" == typeof input.asyncFunction) && (void 0 === input.bigIntLiteral || "boolean" == typeof input.bigIntLiteral) && (void 0 === input["const"] || "boolean" == typeof input["const"]) && (void 0 === input.destructuring || "boolean" == typeof input.destructuring) && (void 0 === input.document || "boolean" == typeof input.document) && (void 0 === input.dynamicImport || "boolean" == typeof input.dynamicImport) && (void 0 === input.dynamicImportInWorker || "boolean" == typeof input.dynamicImportInWorker) && (void 0 === input.forOf || "boolean" == typeof input.forOf) && (void 0 === input.globalThis || "boolean" == typeof input.globalThis) && (void 0 === input.methodShorthand || "boolean" == typeof input.methodShorthand) && (void 0 === input["module"] || "boolean" == typeof input["module"]) && (void 0 === input.nodePrefixForCoreModules || "boolean" == typeof input.nodePrefixForCoreModules) && (void 0 === input.optionalChaining || "boolean" == typeof input.optionalChaining) && (void 0 === input.templateLiteral || "boolean" == typeof input.templateLiteral) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2454
+ const _io97 = (input, _exceptionable = true)=>(void 0 === input.arrowFunction || "boolean" == typeof input.arrowFunction) && (void 0 === input.asyncFunction || "boolean" == typeof input.asyncFunction) && (void 0 === input.bigIntLiteral || "boolean" == typeof input.bigIntLiteral) && (void 0 === input["const"] || "boolean" == typeof input["const"]) && (void 0 === input.destructuring || "boolean" == typeof input.destructuring) && (void 0 === input.document || "boolean" == typeof input.document) && (void 0 === input.dynamicImport || "boolean" == typeof input.dynamicImport) && (void 0 === input.dynamicImportInWorker || "boolean" == typeof input.dynamicImportInWorker) && (void 0 === input.importMetaDirnameAndFilename || "boolean" == typeof input.importMetaDirnameAndFilename) && (void 0 === input.forOf || "boolean" == typeof input.forOf) && (void 0 === input.globalThis || "boolean" == typeof input.globalThis) && (void 0 === input.methodShorthand || "boolean" == typeof input.methodShorthand) && (void 0 === input["module"] || "boolean" == typeof input["module"]) && (void 0 === input.nodePrefixForCoreModules || "boolean" == typeof input.nodePrefixForCoreModules) && (void 0 === input.optionalChaining || "boolean" == typeof input.optionalChaining) && (void 0 === input.templateLiteral || "boolean" == typeof input.templateLiteral) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2455
2455
  if ([
2456
2456
  "arrowFunction",
2457
2457
  "asyncFunction",
@@ -2461,6 +2461,7 @@ const validateConfig = (()=>{
2461
2461
  "document",
2462
2462
  "dynamicImport",
2463
2463
  "dynamicImportInWorker",
2464
+ "importMetaDirnameAndFilename",
2464
2465
  "forOf",
2465
2466
  "globalThis",
2466
2467
  "methodShorthand",
@@ -3850,7 +3851,7 @@ const validateConfig = (()=>{
3850
3851
  if (void 0 === value) return true;
3851
3852
  return false;
3852
3853
  }));
3853
- const _io197 = (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 || "new-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 || "warn" === input.exportsPresence || "error" === input.exportsPresence || "auto" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "warn" === input.importExportsPresence || "error" === input.importExportsPresence || "auto" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "warn" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "auto" === 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, _index147)=>"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) && null !== input.commonjs && (void 0 === input.commonjs || "boolean" == typeof input.commonjs || "object" == typeof input.commonjs && null !== input.commonjs && false === Array.isArray(input.commonjs) && _io198(input.commonjs, _exceptionable)) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (void 0 === input.jsx || "boolean" == typeof input.jsx) && (void 0 === input.deferImport || "boolean" == typeof input.deferImport) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
3854
+ const _io197 = (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 || "new-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 || "warn" === input.exportsPresence || "error" === input.exportsPresence || "auto" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "warn" === input.importExportsPresence || "error" === input.importExportsPresence || "auto" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "warn" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "auto" === 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, _index147)=>"string" == typeof elem)) && (void 0 === input.overrideStrict || "strict" === input.overrideStrict || "non-strict" === input.overrideStrict) && (void 0 === input.requireAlias || "boolean" == typeof input.requireAlias) && (void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression) && (void 0 === input.requireDynamic || "boolean" == typeof input.requireDynamic) && (void 0 === input.requireResolve || "boolean" == typeof input.requireResolve) && null !== input.commonjs && (void 0 === input.commonjs || "boolean" == typeof input.commonjs || "object" == typeof input.commonjs && null !== input.commonjs && false === Array.isArray(input.commonjs) && _io198(input.commonjs, _exceptionable)) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (void 0 === input.jsx || "boolean" == typeof input.jsx) && (void 0 === input.deferImport || "boolean" == typeof input.deferImport) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
3854
3855
  if ([
3855
3856
  "dynamicImportMode",
3856
3857
  "dynamicImportPreload",
@@ -3868,6 +3869,7 @@ const validateConfig = (()=>{
3868
3869
  "strictExportPresence",
3869
3870
  "worker",
3870
3871
  "overrideStrict",
3872
+ "requireAlias",
3871
3873
  "requireAsExpression",
3872
3874
  "requireDynamic",
3873
3875
  "requireResolve",
@@ -14797,6 +14799,11 @@ const validateConfig = (()=>{
14797
14799
  expected: "(boolean | undefined)",
14798
14800
  value: input.dynamicImportInWorker
14799
14801
  }),
14802
+ void 0 === input.importMetaDirnameAndFilename || "boolean" == typeof input.importMetaDirnameAndFilename || _report(_exceptionable, {
14803
+ path: _path + ".importMetaDirnameAndFilename",
14804
+ expected: "(boolean | undefined)",
14805
+ value: input.importMetaDirnameAndFilename
14806
+ }),
14800
14807
  void 0 === input.forOf || "boolean" == typeof input.forOf || _report(_exceptionable, {
14801
14808
  path: _path + ".forOf",
14802
14809
  expected: "(boolean | undefined)",
@@ -14842,6 +14849,7 @@ const validateConfig = (()=>{
14842
14849
  "document",
14843
14850
  "dynamicImport",
14844
14851
  "dynamicImportInWorker",
14852
+ "importMetaDirnameAndFilename",
14845
14853
  "forOf",
14846
14854
  "globalThis",
14847
14855
  "methodShorthand",
@@ -22610,6 +22618,11 @@ const validateConfig = (()=>{
22610
22618
  expected: "(\"non-strict\" | \"strict\" | undefined)",
22611
22619
  value: input.overrideStrict
22612
22620
  }),
22621
+ void 0 === input.requireAlias || "boolean" == typeof input.requireAlias || _report(_exceptionable, {
22622
+ path: _path + ".requireAlias",
22623
+ expected: "(boolean | undefined)",
22624
+ value: input.requireAlias
22625
+ }),
22613
22626
  void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression || _report(_exceptionable, {
22614
22627
  path: _path + ".requireAsExpression",
22615
22628
  expected: "(boolean | undefined)",
@@ -22681,6 +22694,7 @@ const validateConfig = (()=>{
22681
22694
  "strictExportPresence",
22682
22695
  "worker",
22683
22696
  "overrideStrict",
22697
+ "requireAlias",
22684
22698
  "requireAsExpression",
22685
22699
  "requireDynamic",
22686
22700
  "requireResolve",
@@ -1591,9 +1591,9 @@ const validateConfig = (()=>{
1591
1591
  if (void 0 === value) return true;
1592
1592
  return "string" == typeof value || "boolean" == typeof value;
1593
1593
  });
1594
- const _io43 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6977"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
1594
+ const _io43 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6979"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
1595
1595
  if ([
1596
- "__@toStringTag@6977"
1596
+ "__@toStringTag@6979"
1597
1597
  ].some((prop)=>key === prop)) return true;
1598
1598
  const value = input[key];
1599
1599
  if (void 0 === value) return true;
@@ -2451,7 +2451,7 @@ const validateConfig = (()=>{
2451
2451
  if (void 0 === value) return true;
2452
2452
  return false;
2453
2453
  }));
2454
- const _io97 = (input, _exceptionable = true)=>(void 0 === input.arrowFunction || "boolean" == typeof input.arrowFunction) && (void 0 === input.asyncFunction || "boolean" == typeof input.asyncFunction) && (void 0 === input.bigIntLiteral || "boolean" == typeof input.bigIntLiteral) && (void 0 === input["const"] || "boolean" == typeof input["const"]) && (void 0 === input.destructuring || "boolean" == typeof input.destructuring) && (void 0 === input.document || "boolean" == typeof input.document) && (void 0 === input.dynamicImport || "boolean" == typeof input.dynamicImport) && (void 0 === input.dynamicImportInWorker || "boolean" == typeof input.dynamicImportInWorker) && (void 0 === input.forOf || "boolean" == typeof input.forOf) && (void 0 === input.globalThis || "boolean" == typeof input.globalThis) && (void 0 === input.methodShorthand || "boolean" == typeof input.methodShorthand) && (void 0 === input["module"] || "boolean" == typeof input["module"]) && (void 0 === input.nodePrefixForCoreModules || "boolean" == typeof input.nodePrefixForCoreModules) && (void 0 === input.optionalChaining || "boolean" == typeof input.optionalChaining) && (void 0 === input.templateLiteral || "boolean" == typeof input.templateLiteral) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2454
+ const _io97 = (input, _exceptionable = true)=>(void 0 === input.arrowFunction || "boolean" == typeof input.arrowFunction) && (void 0 === input.asyncFunction || "boolean" == typeof input.asyncFunction) && (void 0 === input.bigIntLiteral || "boolean" == typeof input.bigIntLiteral) && (void 0 === input["const"] || "boolean" == typeof input["const"]) && (void 0 === input.destructuring || "boolean" == typeof input.destructuring) && (void 0 === input.document || "boolean" == typeof input.document) && (void 0 === input.dynamicImport || "boolean" == typeof input.dynamicImport) && (void 0 === input.dynamicImportInWorker || "boolean" == typeof input.dynamicImportInWorker) && (void 0 === input.importMetaDirnameAndFilename || "boolean" == typeof input.importMetaDirnameAndFilename) && (void 0 === input.forOf || "boolean" == typeof input.forOf) && (void 0 === input.globalThis || "boolean" == typeof input.globalThis) && (void 0 === input.methodShorthand || "boolean" == typeof input.methodShorthand) && (void 0 === input["module"] || "boolean" == typeof input["module"]) && (void 0 === input.nodePrefixForCoreModules || "boolean" == typeof input.nodePrefixForCoreModules) && (void 0 === input.optionalChaining || "boolean" == typeof input.optionalChaining) && (void 0 === input.templateLiteral || "boolean" == typeof input.templateLiteral) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2455
2455
  if ([
2456
2456
  "arrowFunction",
2457
2457
  "asyncFunction",
@@ -2461,6 +2461,7 @@ const validateConfig = (()=>{
2461
2461
  "document",
2462
2462
  "dynamicImport",
2463
2463
  "dynamicImportInWorker",
2464
+ "importMetaDirnameAndFilename",
2464
2465
  "forOf",
2465
2466
  "globalThis",
2466
2467
  "methodShorthand",
@@ -3222,14 +3223,14 @@ const validateConfig = (()=>{
3222
3223
  if (void 0 === value) return true;
3223
3224
  return false;
3224
3225
  })));
3225
- const _io153 = (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@6977"] && Object.keys(input).every((key)=>{
3226
+ const _io153 = (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)=>{
3226
3227
  if ([
3227
3228
  "BYTES_PER_ELEMENT",
3228
3229
  "buffer",
3229
3230
  "byteLength",
3230
3231
  "byteOffset",
3231
3232
  "length",
3232
- "__@toStringTag@6977"
3233
+ "__@toStringTag@6979"
3233
3234
  ].some((prop)=>key === prop)) return true;
3234
3235
  const value = input[key];
3235
3236
  if (void 0 === value) return true;
@@ -3850,7 +3851,7 @@ const validateConfig = (()=>{
3850
3851
  if (void 0 === value) return true;
3851
3852
  return false;
3852
3853
  }));
3853
- const _io197 = (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 || "new-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 || "warn" === input.exportsPresence || "error" === input.exportsPresence || "auto" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "warn" === input.importExportsPresence || "error" === input.importExportsPresence || "auto" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "warn" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "auto" === 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, _index147)=>"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) && null !== input.commonjs && (void 0 === input.commonjs || "boolean" == typeof input.commonjs || "object" == typeof input.commonjs && null !== input.commonjs && false === Array.isArray(input.commonjs) && _io198(input.commonjs, _exceptionable)) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (void 0 === input.jsx || "boolean" == typeof input.jsx) && (void 0 === input.deferImport || "boolean" == typeof input.deferImport) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
3854
+ const _io197 = (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 || "new-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 || "warn" === input.exportsPresence || "error" === input.exportsPresence || "auto" === input.exportsPresence) && (void 0 === input.importExportsPresence || false === input.importExportsPresence || "warn" === input.importExportsPresence || "error" === input.importExportsPresence || "auto" === input.importExportsPresence) && (void 0 === input.reexportExportsPresence || false === input.reexportExportsPresence || "warn" === input.reexportExportsPresence || "error" === input.reexportExportsPresence || "auto" === 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, _index147)=>"string" == typeof elem)) && (void 0 === input.overrideStrict || "strict" === input.overrideStrict || "non-strict" === input.overrideStrict) && (void 0 === input.requireAlias || "boolean" == typeof input.requireAlias) && (void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression) && (void 0 === input.requireDynamic || "boolean" == typeof input.requireDynamic) && (void 0 === input.requireResolve || "boolean" == typeof input.requireResolve) && null !== input.commonjs && (void 0 === input.commonjs || "boolean" == typeof input.commonjs || "object" == typeof input.commonjs && null !== input.commonjs && false === Array.isArray(input.commonjs) && _io198(input.commonjs, _exceptionable)) && (void 0 === input.importDynamic || "boolean" == typeof input.importDynamic) && (void 0 === input.commonjsMagicComments || "boolean" == typeof input.commonjsMagicComments) && (void 0 === input.typeReexportsPresence || "no-tolerant" === input.typeReexportsPresence || "tolerant" === input.typeReexportsPresence || "tolerant-no-check" === input.typeReexportsPresence) && (void 0 === input.jsx || "boolean" == typeof input.jsx) && (void 0 === input.deferImport || "boolean" == typeof input.deferImport) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
3854
3855
  if ([
3855
3856
  "dynamicImportMode",
3856
3857
  "dynamicImportPreload",
@@ -3868,6 +3869,7 @@ const validateConfig = (()=>{
3868
3869
  "strictExportPresence",
3869
3870
  "worker",
3870
3871
  "overrideStrict",
3872
+ "requireAlias",
3871
3873
  "requireAsExpression",
3872
3874
  "requireDynamic",
3873
3875
  "requireResolve",
@@ -6628,9 +6630,9 @@ const validateConfig = (()=>{
6628
6630
  if (void 0 === value) return true;
6629
6631
  return false;
6630
6632
  }));
6631
- const _io420 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6977"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6633
+ const _io420 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6979"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6632
6634
  if ([
6633
- "__@toStringTag@6977"
6635
+ "__@toStringTag@6979"
6634
6636
  ].some((prop)=>key === prop)) return true;
6635
6637
  const value = input[key];
6636
6638
  if (void 0 === value) return true;
@@ -7354,18 +7356,18 @@ const validateConfig = (()=>{
7354
7356
  return false;
7355
7357
  })();
7356
7358
  const _iu1 = (input, _exceptionable = true)=>(()=>{
7357
- if (void 0 !== input["__@toStringTag@6977"]) return _io153(input, _exceptionable);
7359
+ if (void 0 !== input["__@toStringTag@6979"]) return _io153(input, _exceptionable);
7358
7360
  if (void 0 !== input.pem) return _io154(input, _exceptionable);
7359
7361
  return false;
7360
7362
  })();
7361
7363
  const _iu2 = (input, _exceptionable = true)=>(()=>{
7362
- if (void 0 !== input["__@toStringTag@6977"]) return _io153(input, _exceptionable);
7364
+ if (void 0 !== input["__@toStringTag@6979"]) return _io153(input, _exceptionable);
7363
7365
  if (void 0 !== input.buf) return _io155(input, _exceptionable);
7364
7366
  return false;
7365
7367
  })();
7366
7368
  const _iu3 = (input, _exceptionable = true)=>(()=>{
7367
7369
  if (void 0 !== input.name) return _io419(input, _exceptionable);
7368
- if (void 0 !== input["__@toStringTag@6977"]) return _io420(input, _exceptionable);
7370
+ if (void 0 !== input["__@toStringTag@6979"]) return _io420(input, _exceptionable);
7369
7371
  return false;
7370
7372
  })();
7371
7373
  const _iu4 = (input, _exceptionable = true)=>(()=>{
@@ -10061,14 +10063,14 @@ const validateConfig = (()=>{
10061
10063
  }).every((flag)=>flag)
10062
10064
  ].every((flag)=>flag);
10063
10065
  const _vo43 = (input, _path, _exceptionable = true)=>[
10064
- "string" == typeof input["__@toStringTag@6977"] || _report(_exceptionable, {
10065
- path: _path + "[\"__@toStringTag@6977\"]",
10066
+ "string" == typeof input["__@toStringTag@6979"] || _report(_exceptionable, {
10067
+ path: _path + "[\"__@toStringTag@6979\"]",
10066
10068
  expected: "string",
10067
- value: input["__@toStringTag@6977"]
10069
+ value: input["__@toStringTag@6979"]
10068
10070
  }),
10069
10071
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
10070
10072
  if ([
10071
- "__@toStringTag@6977"
10073
+ "__@toStringTag@6979"
10072
10074
  ].some((prop)=>key === prop)) return true;
10073
10075
  const value = input[key];
10074
10076
  if (void 0 === value) return true;
@@ -14797,6 +14799,11 @@ const validateConfig = (()=>{
14797
14799
  expected: "(boolean | undefined)",
14798
14800
  value: input.dynamicImportInWorker
14799
14801
  }),
14802
+ void 0 === input.importMetaDirnameAndFilename || "boolean" == typeof input.importMetaDirnameAndFilename || _report(_exceptionable, {
14803
+ path: _path + ".importMetaDirnameAndFilename",
14804
+ expected: "(boolean | undefined)",
14805
+ value: input.importMetaDirnameAndFilename
14806
+ }),
14800
14807
  void 0 === input.forOf || "boolean" == typeof input.forOf || _report(_exceptionable, {
14801
14808
  path: _path + ".forOf",
14802
14809
  expected: "(boolean | undefined)",
@@ -14842,6 +14849,7 @@ const validateConfig = (()=>{
14842
14849
  "document",
14843
14850
  "dynamicImport",
14844
14851
  "dynamicImportInWorker",
14852
+ "importMetaDirnameAndFilename",
14845
14853
  "forOf",
14846
14854
  "globalThis",
14847
14855
  "methodShorthand",
@@ -19190,10 +19198,10 @@ const validateConfig = (()=>{
19190
19198
  expected: "number",
19191
19199
  value: input.length
19192
19200
  }),
19193
- "Uint8Array" === input["__@toStringTag@6977"] || _report(_exceptionable, {
19194
- path: _path + "[\"__@toStringTag@6977\"]",
19201
+ "Uint8Array" === input["__@toStringTag@6979"] || _report(_exceptionable, {
19202
+ path: _path + "[\"__@toStringTag@6979\"]",
19195
19203
  expected: "\"Uint8Array\"",
19196
- value: input["__@toStringTag@6977"]
19204
+ value: input["__@toStringTag@6979"]
19197
19205
  }),
19198
19206
  false === _exceptionable || Object.keys(input).map((key)=>{
19199
19207
  if ([
@@ -19202,7 +19210,7 @@ const validateConfig = (()=>{
19202
19210
  "byteLength",
19203
19211
  "byteOffset",
19204
19212
  "length",
19205
- "__@toStringTag@6977"
19213
+ "__@toStringTag@6979"
19206
19214
  ].some((prop)=>key === prop)) return true;
19207
19215
  const value = input[key];
19208
19216
  if (void 0 === value) return true;
@@ -22610,6 +22618,11 @@ const validateConfig = (()=>{
22610
22618
  expected: "(\"non-strict\" | \"strict\" | undefined)",
22611
22619
  value: input.overrideStrict
22612
22620
  }),
22621
+ void 0 === input.requireAlias || "boolean" == typeof input.requireAlias || _report(_exceptionable, {
22622
+ path: _path + ".requireAlias",
22623
+ expected: "(boolean | undefined)",
22624
+ value: input.requireAlias
22625
+ }),
22613
22626
  void 0 === input.requireAsExpression || "boolean" == typeof input.requireAsExpression || _report(_exceptionable, {
22614
22627
  path: _path + ".requireAsExpression",
22615
22628
  expected: "(boolean | undefined)",
@@ -22681,6 +22694,7 @@ const validateConfig = (()=>{
22681
22694
  "strictExportPresence",
22682
22695
  "worker",
22683
22696
  "overrideStrict",
22697
+ "requireAlias",
22684
22698
  "requireAsExpression",
22685
22699
  "requireDynamic",
22686
22700
  "requireResolve",
@@ -38105,14 +38119,14 @@ const validateConfig = (()=>{
38105
38119
  }).every((flag)=>flag)
38106
38120
  ].every((flag)=>flag);
38107
38121
  const _vo420 = (input, _path, _exceptionable = true)=>[
38108
- "string" == typeof input["__@toStringTag@6977"] || _report(_exceptionable, {
38109
- path: _path + "[\"__@toStringTag@6977\"]",
38122
+ "string" == typeof input["__@toStringTag@6979"] || _report(_exceptionable, {
38123
+ path: _path + "[\"__@toStringTag@6979\"]",
38110
38124
  expected: "string",
38111
- value: input["__@toStringTag@6977"]
38125
+ value: input["__@toStringTag@6979"]
38112
38126
  }),
38113
38127
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
38114
38128
  if ([
38115
- "__@toStringTag@6977"
38129
+ "__@toStringTag@6979"
38116
38130
  ].some((prop)=>key === prop)) return true;
38117
38131
  const value = input[key];
38118
38132
  if (void 0 === value) return true;
@@ -41860,7 +41874,7 @@ const validateConfig = (()=>{
41860
41874
  });
41861
41875
  })();
41862
41876
  const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
41863
- if (void 0 !== input["__@toStringTag@6977"]) return _vo153(input, _path, _exceptionable);
41877
+ if (void 0 !== input["__@toStringTag@6979"]) return _vo153(input, _path, _exceptionable);
41864
41878
  if (void 0 !== input.pem) return _vo154(input, _path, _exceptionable);
41865
41879
  return _report(_exceptionable, {
41866
41880
  path: _path,
@@ -41869,7 +41883,7 @@ const validateConfig = (()=>{
41869
41883
  });
41870
41884
  })();
41871
41885
  const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
41872
- if (void 0 !== input["__@toStringTag@6977"]) return _vo153(input, _path, _exceptionable);
41886
+ if (void 0 !== input["__@toStringTag@6979"]) return _vo153(input, _path, _exceptionable);
41873
41887
  if (void 0 !== input.buf) return _vo155(input, _path, _exceptionable);
41874
41888
  return _report(_exceptionable, {
41875
41889
  path: _path,
@@ -41879,7 +41893,7 @@ const validateConfig = (()=>{
41879
41893
  })();
41880
41894
  const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
41881
41895
  if (void 0 !== input.name) return _vo419(input, _path, _exceptionable);
41882
- if (void 0 !== input["__@toStringTag@6977"]) return _vo420(input, _path, _exceptionable);
41896
+ if (void 0 !== input["__@toStringTag@6979"]) return _vo420(input, _path, _exceptionable);
41883
41897
  return _report(_exceptionable, {
41884
41898
  path: _path,
41885
41899
  expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
@@ -1,6 +1,6 @@
1
1
  import { rspack } from "./src_cli_main_ts.js";
2
2
  var package_namespaceObject = {
3
- rE: "0.13.0"
3
+ rE: "0.13.2"
4
4
  };
5
5
  const version = package_namespaceObject.rE;
6
6
  const rspackVersion = rspack.rspackVersion;
@@ -374,7 +374,7 @@ function isDeno() {
374
374
  return false;
375
375
  }
376
376
  var package_namespaceObject = {
377
- rE: "0.13.0"
377
+ rE: "0.13.2"
378
378
  };
379
379
  const version_version = package_namespaceObject.rE;
380
380
  const rspackVersion = rspack.rspackVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -48,12 +48,12 @@
48
48
  "README.md"
49
49
  ],
50
50
  "dependencies": {
51
- "@rsbuild/core": "1.7.1",
51
+ "@rsbuild/core": "1.7.2",
52
52
  "@rsbuild/plugin-css-minimizer": "1.0.3",
53
53
  "@rsdoctor/rspack-plugin": "1.2.3",
54
54
  "@lynx-js/cache-events-webpack-plugin": "^0.0.2",
55
55
  "@lynx-js/chunk-loading-webpack-plugin": "^0.3.3",
56
- "@lynx-js/web-rsbuild-server-middleware": "0.19.5",
56
+ "@lynx-js/web-rsbuild-server-middleware": "0.19.6",
57
57
  "@lynx-js/webpack-dev-transport": "^0.2.0",
58
58
  "@lynx-js/websocket": "^0.0.4"
59
59
  },