@lynx-js/rspeedy-canary 0.10.9-canary-20250826-d65ef500 → 0.10.9-canary-20250826-1952fc15

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/dist/cli/main.js +12 -73
  3. package/dist/events-fs-fs_promises-os-path-stream.js +30 -0
  4. package/dist/index.js +19 -39
  5. package/dist/node_child_process-node_events-node_fs-node_path.js +22 -0
  6. package/dist/src_cli_build_ts.js +35 -23
  7. package/dist/src_cli_commands_ts.js +3 -2
  8. package/dist/src_cli_dev_ts.js +33 -21
  9. package/dist/src_cli_exit_ts.js +12 -11
  10. package/dist/src_cli_inspect_ts.js +25 -16
  11. package/dist/src_cli_preview_ts.js +25 -16
  12. package/dist/src_config_validate_ts.js +86 -49
  13. package/dist/src_plugins_api_plugin_ts.js +2 -1
  14. package/dist/src_plugins_chunkLoading_plugin_ts.js +6 -5
  15. package/dist/src_plugins_dev_plugin_ts.js +4 -3
  16. package/dist/src_plugins_emitOnErrors_plugin_ts.js +1 -0
  17. package/dist/src_plugins_index_ts.js +3 -2
  18. package/dist/src_plugins_inspect_plugin_ts.js +16 -15
  19. package/dist/src_plugins_minify_plugin_ts.js +3 -2
  20. package/dist/src_plugins_optimization_plugin_ts.js +1 -0
  21. package/dist/src_plugins_output_plugin_ts.js +3 -2
  22. package/dist/src_plugins_resolve_plugin_ts.js +1 -0
  23. package/dist/src_plugins_rsdoctor_plugin_ts.js +3 -2
  24. package/dist/src_plugins_sourcemap_plugin_ts.js +1 -0
  25. package/dist/src_plugins_swc_plugin_ts.js +3 -2
  26. package/dist/src_plugins_target_plugin_ts.js +6 -5
  27. package/dist/src_version_ts.js +3 -2
  28. package/dist/vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js.js +1 -0
  29. package/dist/vendors-node_modules_pnpm_commander_13_1_0_node_modules_commander_esm_mjs.js +1 -0
  30. package/dist/vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js.js +1 -0
  31. package/dist/vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc.js +1 -0
  32. package/package.json +2 -2
@@ -1,3 +1,4 @@
1
+ export const __webpack_id__ = "src_config_validate_ts";
1
2
  export const __webpack_ids__ = [
2
3
  "src_config_validate_ts"
3
4
  ];
@@ -1490,9 +1491,9 @@ export const __webpack_modules__ = {
1490
1491
  if (void 0 === value) return true;
1491
1492
  return "string" == typeof value || "boolean" == typeof value;
1492
1493
  });
1493
- const _io41 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6646"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
1494
+ const _io41 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6654"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
1494
1495
  if ([
1495
- "__@toStringTag@6646"
1496
+ "__@toStringTag@6654"
1496
1497
  ].some((prop)=>key === prop)) return true;
1497
1498
  const value = input[key];
1498
1499
  if (void 0 === value) return true;
@@ -1629,7 +1630,7 @@ export const __webpack_modules__ = {
1629
1630
  if (void 0 === value) return true;
1630
1631
  return false;
1631
1632
  }));
1632
- const _io49 = (input, _exceptionable = true)=>(void 0 === input.react || "object" == typeof input.react && null !== input.react && false === Array.isArray(input.react) && _io50(input.react, _exceptionable)) && (void 0 === input.constModules || "object" == typeof input.constModules && null !== input.constModules && false === Array.isArray(input.constModules) && _io52(input.constModules, _exceptionable)) && (void 0 === input.optimizer || "object" == typeof input.optimizer && null !== input.optimizer && false === Array.isArray(input.optimizer) && _io55(input.optimizer, _exceptionable)) && (void 0 === input.legacyDecorator || "boolean" == typeof input.legacyDecorator) && (void 0 === input.decoratorMetadata || "boolean" == typeof input.decoratorMetadata) && (void 0 === input.decoratorVersion || "2021-12" === input.decoratorVersion || "2022-03" === input.decoratorVersion) && (void 0 === input.treatConstEnumAsEnum || "boolean" == typeof input.treatConstEnumAsEnum) && (void 0 === input.useDefineForClassFields || "boolean" == typeof input.useDefineForClassFields) && (void 0 === input.verbatimModuleSyntax || "boolean" == typeof input.verbatimModuleSyntax) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
1633
+ const _io49 = (input, _exceptionable = true)=>(void 0 === input.react || "object" == typeof input.react && null !== input.react && false === Array.isArray(input.react) && _io50(input.react, _exceptionable)) && (void 0 === input.constModules || "object" == typeof input.constModules && null !== input.constModules && false === Array.isArray(input.constModules) && _io52(input.constModules, _exceptionable)) && (void 0 === input.optimizer || "object" == typeof input.optimizer && null !== input.optimizer && false === Array.isArray(input.optimizer) && _io55(input.optimizer, _exceptionable)) && (void 0 === input.legacyDecorator || "boolean" == typeof input.legacyDecorator) && (void 0 === input.decoratorMetadata || "boolean" == typeof input.decoratorMetadata) && (void 0 === input.decoratorVersion || "2021-12" === input.decoratorVersion || "2022-03" === input.decoratorVersion) && (void 0 === input.treatConstEnumAsEnum || "boolean" == typeof input.treatConstEnumAsEnum) && (void 0 === input.useDefineForClassFields || "boolean" == typeof input.useDefineForClassFields) && (void 0 === input.verbatimModuleSyntax || "boolean" == typeof input.verbatimModuleSyntax) && (void 0 === input.tsEnumIsMutable || "boolean" == typeof input.tsEnumIsMutable) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
1633
1634
  if ([
1634
1635
  "react",
1635
1636
  "constModules",
@@ -1639,7 +1640,8 @@ export const __webpack_modules__ = {
1639
1640
  "decoratorVersion",
1640
1641
  "treatConstEnumAsEnum",
1641
1642
  "useDefineForClassFields",
1642
- "verbatimModuleSyntax"
1643
+ "verbatimModuleSyntax",
1644
+ "tsEnumIsMutable"
1643
1645
  ].some((prop)=>key === prop)) return true;
1644
1646
  const value = input[key];
1645
1647
  if (void 0 === value) return true;
@@ -2174,7 +2176,7 @@ export const __webpack_modules__ = {
2174
2176
  if (void 0 === value) return true;
2175
2177
  return false;
2176
2178
  }));
2177
- const _io86 = (input, _exceptionable = true)=>(void 0 === input.name || "string" == typeof input.name) && (void 0 === input.dependencies || Array.isArray(input.dependencies) && input.dependencies.every((elem, _index45)=>"string" == typeof elem)) && null !== input["extends"] && (void 0 === input["extends"] || "string" == typeof input["extends"] || Array.isArray(input["extends"]) && input["extends"].every((elem, _index46)=>"string" == typeof elem)) && null !== input.entry && (void 0 === input.entry || "function" == typeof input.entry || "string" == typeof input.entry || Array.isArray(input.entry) && input.entry.every((elem, _index47)=>"string" == typeof elem) || "object" == typeof input.entry && null !== input.entry && false === Array.isArray(input.entry) && _io87(input.entry, _exceptionable)) && (void 0 === input.output || "object" == typeof input.output && null !== input.output && false === Array.isArray(input.output) && _io92(input.output, _exceptionable)) && null !== input.target && (void 0 === input.target || true === _iv48.has(input.target) || "string" == typeof input.target && (RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(input.target) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^browserslist:(.*)/).test(input.target)) || Array.isArray(input.target) && input.target.every((elem, _index49)=>null != elem && (true === _iv50.has(elem) || "string" == typeof elem && (RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(elem) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^browserslist:(.*)/).test(elem))))) && (void 0 === input.mode || "none" === input.mode || "development" === input.mode || "production" === input.mode) && (void 0 === input.experiments || "object" == typeof input.experiments && null !== input.experiments && false === Array.isArray(input.experiments) && _io96(input.experiments, _exceptionable)) && null !== input.externals && (void 0 === input.externals || "function" == typeof input.externals || "string" == typeof input.externals || input.externals instanceof RegExp || Array.isArray(input.externals) && input.externals.every((elem, _index51)=>null != elem && ("function" == typeof elem || "string" == typeof elem || elem instanceof RegExp || "object" == typeof elem && null !== elem && false === Array.isArray(elem) && _io105(elem, _exceptionable))) || "object" == typeof input.externals && null !== input.externals && false === Array.isArray(input.externals) && _io105(input.externals, _exceptionable)) && (void 0 === input.externalsType || true === _iv52.has(input.externalsType)) && (void 0 === input.externalsPresets || "object" == typeof input.externalsPresets && null !== input.externalsPresets && false === Array.isArray(input.externalsPresets) && _io108(input.externalsPresets, _exceptionable)) && (void 0 === input.infrastructureLogging || "object" == typeof input.infrastructureLogging && null !== input.infrastructureLogging && false === Array.isArray(input.infrastructureLogging) && _io109(input.infrastructureLogging, _exceptionable)) && (void 0 === input.cache || "boolean" == typeof input.cache) && (void 0 === input.context || "string" == typeof input.context) && (void 0 === input.devtool || true === _iv53.has(input.devtool)) && null !== input.node && (void 0 === input.node || false === input.node || "object" == typeof input.node && null !== input.node && false === Array.isArray(input.node) && _io113(input.node, _exceptionable)) && (void 0 === input.loader || "object" == typeof input.loader && null !== input.loader && false === Array.isArray(input.loader) && _io114(input.loader, _exceptionable)) && (void 0 === input.ignoreWarnings || Array.isArray(input.ignoreWarnings) && input.ignoreWarnings.every((elem, _index54)=>null != elem && ("function" == typeof elem || elem instanceof RegExp || "object" == typeof elem && null !== elem && false === Array.isArray(elem) && _io115(elem, _exceptionable)))) && (void 0 === input.watchOptions || "object" == typeof input.watchOptions && null !== input.watchOptions && false === Array.isArray(input.watchOptions) && _io116(input.watchOptions, _exceptionable)) && (void 0 === input.watch || "boolean" == typeof input.watch) && null !== input.stats && (void 0 === input.stats || "none" === input.stats || "verbose" === input.stats || "normal" === input.stats || "errors-only" === input.stats || "errors-warnings" === input.stats || "minimal" === input.stats || "detailed" === input.stats || "summary" === input.stats || "boolean" == typeof input.stats || "object" == typeof input.stats && null !== input.stats && false === Array.isArray(input.stats) && _io117(input.stats, _exceptionable)) && (void 0 === input.snapshot || "object" == typeof input.snapshot && null !== input.snapshot && false === Array.isArray(input.snapshot) && _io118(input.snapshot, _exceptionable)) && (void 0 === input.optimization || "object" == typeof input.optimization && null !== input.optimization && false === Array.isArray(input.optimization) && _io119(input.optimization, _exceptionable)) && (void 0 === input.resolve || "object" == typeof input.resolve && null !== input.resolve && false === Array.isArray(input.resolve) && _io128(input.resolve, _exceptionable)) && (void 0 === input.resolveLoader || "object" == typeof input.resolveLoader && null !== input.resolveLoader && false === Array.isArray(input.resolveLoader) && _io128(input.resolveLoader, _exceptionable)) && (void 0 === input.plugins || Array.isArray(input.plugins) && input.plugins.every((elem, _index55)=>null == elem || "function" == typeof elem || false === elem || "" === elem || 0 === elem || "object" == typeof elem && null !== elem && _iu0(elem, _exceptionable))) && (void 0 === input.devServer || "object" == typeof input.devServer && null !== input.devServer && false === Array.isArray(input.devServer) && _io133(input.devServer, _exceptionable)) && (void 0 === input["module"] || "object" == typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io172(input["module"], _exceptionable)) && (void 0 === input.profile || "boolean" == typeof input.profile) && null !== input.amd && (void 0 === input.amd || false === input.amd || "object" == typeof input.amd && null !== input.amd && false === Array.isArray(input.amd) && _io19(input.amd, _exceptionable)) && (void 0 === input.bail || "boolean" == typeof input.bail) && null !== input.performance && (void 0 === input.performance || false === input.performance || "object" == typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io195(input.performance, _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2179
+ const _io86 = (input, _exceptionable = true)=>(void 0 === input.name || "string" == typeof input.name) && (void 0 === input.dependencies || Array.isArray(input.dependencies) && input.dependencies.every((elem, _index45)=>"string" == typeof elem)) && null !== input["extends"] && (void 0 === input["extends"] || "string" == typeof input["extends"] || Array.isArray(input["extends"]) && input["extends"].every((elem, _index46)=>"string" == typeof elem)) && null !== input.entry && (void 0 === input.entry || "function" == typeof input.entry || "string" == typeof input.entry || Array.isArray(input.entry) && input.entry.every((elem, _index47)=>"string" == typeof elem) || "object" == typeof input.entry && null !== input.entry && false === Array.isArray(input.entry) && _io87(input.entry, _exceptionable)) && (void 0 === input.output || "object" == typeof input.output && null !== input.output && false === Array.isArray(input.output) && _io92(input.output, _exceptionable)) && null !== input.target && (void 0 === input.target || true === _iv48.has(input.target) || "string" == typeof input.target && (RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(input.target) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(input.target) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input.target) || RegExp(/^browserslist:(.*)/).test(input.target)) || Array.isArray(input.target) && input.target.every((elem, _index49)=>null != elem && (true === _iv50.has(elem) || "string" == typeof elem && (RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^node[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^async\x2dnode[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dmain$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2drenderer$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(elem) || RegExp(/^electron[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\x2dpreload$/).test(elem) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^nwjs[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^node\x2dwebkit[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(elem) || RegExp(/^browserslist:(.*)/).test(elem))))) && (void 0 === input.mode || "none" === input.mode || "development" === input.mode || "production" === input.mode) && (void 0 === input.experiments || "object" == typeof input.experiments && null !== input.experiments && false === Array.isArray(input.experiments) && _io96(input.experiments, _exceptionable)) && null !== input.externals && (void 0 === input.externals || "function" == typeof input.externals || "string" == typeof input.externals || input.externals instanceof RegExp || Array.isArray(input.externals) && input.externals.every((elem, _index51)=>null != elem && ("function" == typeof elem || "string" == typeof elem || elem instanceof RegExp || "object" == typeof elem && null !== elem && false === Array.isArray(elem) && _io105(elem, _exceptionable))) || "object" == typeof input.externals && null !== input.externals && false === Array.isArray(input.externals) && _io105(input.externals, _exceptionable)) && (void 0 === input.externalsType || true === _iv52.has(input.externalsType)) && (void 0 === input.externalsPresets || "object" == typeof input.externalsPresets && null !== input.externalsPresets && false === Array.isArray(input.externalsPresets) && _io108(input.externalsPresets, _exceptionable)) && (void 0 === input.infrastructureLogging || "object" == typeof input.infrastructureLogging && null !== input.infrastructureLogging && false === Array.isArray(input.infrastructureLogging) && _io109(input.infrastructureLogging, _exceptionable)) && (void 0 === input.cache || "boolean" == typeof input.cache) && (void 0 === input.context || "string" == typeof input.context) && (void 0 === input.devtool || true === _iv53.has(input.devtool)) && null !== input.node && (void 0 === input.node || false === input.node || "object" == typeof input.node && null !== input.node && false === Array.isArray(input.node) && _io113(input.node, _exceptionable)) && (void 0 === input.loader || "object" == typeof input.loader && null !== input.loader && false === Array.isArray(input.loader) && _io114(input.loader, _exceptionable)) && (void 0 === input.ignoreWarnings || Array.isArray(input.ignoreWarnings) && input.ignoreWarnings.every((elem, _index54)=>null != elem && ("function" == typeof elem || elem instanceof RegExp || "object" == typeof elem && null !== elem && false === Array.isArray(elem) && _io115(elem, _exceptionable)))) && (void 0 === input.watchOptions || "object" == typeof input.watchOptions && null !== input.watchOptions && false === Array.isArray(input.watchOptions) && _io116(input.watchOptions, _exceptionable)) && (void 0 === input.watch || "boolean" == typeof input.watch) && null !== input.stats && (void 0 === input.stats || "none" === input.stats || "verbose" === input.stats || "normal" === input.stats || "errors-only" === input.stats || "errors-warnings" === input.stats || "minimal" === input.stats || "detailed" === input.stats || "summary" === input.stats || "boolean" == typeof input.stats || "object" == typeof input.stats && null !== input.stats && false === Array.isArray(input.stats) && _io117(input.stats, _exceptionable)) && (void 0 === input.snapshot || "object" == typeof input.snapshot && null !== input.snapshot && false === Array.isArray(input.snapshot) && _io118(input.snapshot, _exceptionable)) && (void 0 === input.optimization || "object" == typeof input.optimization && null !== input.optimization && false === Array.isArray(input.optimization) && _io119(input.optimization, _exceptionable)) && (void 0 === input.resolve || "object" == typeof input.resolve && null !== input.resolve && false === Array.isArray(input.resolve) && _io128(input.resolve, _exceptionable)) && (void 0 === input.resolveLoader || "object" == typeof input.resolveLoader && null !== input.resolveLoader && false === Array.isArray(input.resolveLoader) && _io128(input.resolveLoader, _exceptionable)) && (void 0 === input.plugins || Array.isArray(input.plugins) && input.plugins.every((elem, _index55)=>null == elem || "function" == typeof elem || false === elem || "" === elem || 0 === elem || "object" == typeof elem && null !== elem && _iu0(elem, _exceptionable))) && (void 0 === input.devServer || "object" == typeof input.devServer && null !== input.devServer && false === Array.isArray(input.devServer) && _io133(input.devServer, _exceptionable)) && (void 0 === input["module"] || "object" == typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io172(input["module"], _exceptionable)) && (void 0 === input.profile || "boolean" == typeof input.profile) && null !== input.amd && (void 0 === input.amd || false === input.amd || "object" == typeof input.amd && null !== input.amd && false === Array.isArray(input.amd) && _io19(input.amd, _exceptionable)) && (void 0 === input.bail || "boolean" == typeof input.bail) && null !== input.performance && (void 0 === input.performance || false === input.performance || "object" == typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io195(input.performance, _exceptionable)) && null !== input.lazyCompilation && (void 0 === input.lazyCompilation || "boolean" == typeof input.lazyCompilation || "object" == typeof input.lazyCompilation && null !== input.lazyCompilation && false === Array.isArray(input.lazyCompilation) && _io13(input.lazyCompilation, _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2178
2180
  if ([
2179
2181
  "name",
2180
2182
  "dependencies",
@@ -2207,7 +2209,8 @@ export const __webpack_modules__ = {
2207
2209
  "profile",
2208
2210
  "amd",
2209
2211
  "bail",
2210
- "performance"
2212
+ "performance",
2213
+ "lazyCompilation"
2211
2214
  ].some((prop)=>key === prop)) return true;
2212
2215
  const value = input[key];
2213
2216
  if (void 0 === value) return true;
@@ -2368,7 +2371,7 @@ export const __webpack_modules__ = {
2368
2371
  if (void 0 === value) return true;
2369
2372
  return false;
2370
2373
  }));
2371
- const _io96 = (input, _exceptionable = true)=>null !== input.cache && (void 0 === input.cache || "boolean" == typeof input.cache || "object" == typeof input.cache && null !== input.cache && _iu9(input.cache, _exceptionable)) && null !== input.lazyCompilation && (void 0 === input.lazyCompilation || "boolean" == typeof input.lazyCompilation || "object" == typeof input.lazyCompilation && null !== input.lazyCompilation && false === Array.isArray(input.lazyCompilation) && _io13(input.lazyCompilation, _exceptionable)) && (void 0 === input.asyncWebAssembly || "boolean" == typeof input.asyncWebAssembly) && (void 0 === input.outputModule || "boolean" == typeof input.outputModule) && (void 0 === input.topLevelAwait || "boolean" == typeof input.topLevelAwait) && (void 0 === input.css || "boolean" == typeof input.css) && (void 0 === input.layers || "boolean" == typeof input.layers) && null !== input.incremental && (void 0 === input.incremental || "none" === input.incremental || "safe" === input.incremental || "advance" === input.incremental || "advance-silent" === input.incremental || "boolean" == typeof input.incremental || "object" == typeof input.incremental && null !== input.incremental && false === Array.isArray(input.incremental) && _io101(input.incremental, _exceptionable)) && (void 0 === input.parallelCodeSplitting || "boolean" == typeof input.parallelCodeSplitting) && (void 0 === input.futureDefaults || "boolean" == typeof input.futureDefaults) && (void 0 === input.rspackFuture || "object" == typeof input.rspackFuture && null !== input.rspackFuture && false === Array.isArray(input.rspackFuture) && _io102(input.rspackFuture, _exceptionable)) && (void 0 === input.buildHttp || "object" == typeof input.buildHttp && null !== input.buildHttp && _io104(input.buildHttp, _exceptionable)) && (void 0 === input.parallelLoader || "boolean" == typeof input.parallelLoader) && null !== input.useInputFileSystem && (void 0 === input.useInputFileSystem || false === input.useInputFileSystem || Array.isArray(input.useInputFileSystem) && input.useInputFileSystem.every((elem, _index67)=>elem instanceof RegExp)) && (void 0 === input.inlineConst || "boolean" == typeof input.inlineConst) && (void 0 === input.nativeWatcher || "boolean" == typeof input.nativeWatcher) && (void 0 === input.inlineEnum || "boolean" == typeof input.inlineEnum) && (void 0 === input.typeReexportsPresence || "boolean" == typeof input.typeReexportsPresence) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2374
+ const _io96 = (input, _exceptionable = true)=>null !== input.cache && (void 0 === input.cache || "boolean" == typeof input.cache || "object" == typeof input.cache && null !== input.cache && _iu9(input.cache, _exceptionable)) && null !== input.lazyCompilation && (void 0 === input.lazyCompilation || "boolean" == typeof input.lazyCompilation || "object" == typeof input.lazyCompilation && null !== input.lazyCompilation && false === Array.isArray(input.lazyCompilation) && _io13(input.lazyCompilation, _exceptionable)) && (void 0 === input.asyncWebAssembly || "boolean" == typeof input.asyncWebAssembly) && (void 0 === input.outputModule || "boolean" == typeof input.outputModule) && (void 0 === input.topLevelAwait || "boolean" == typeof input.topLevelAwait) && (void 0 === input.css || "boolean" == typeof input.css) && (void 0 === input.layers || "boolean" == typeof input.layers) && null !== input.incremental && (void 0 === input.incremental || "none" === input.incremental || "safe" === input.incremental || "advance" === input.incremental || "advance-silent" === input.incremental || "boolean" == typeof input.incremental || "object" == typeof input.incremental && null !== input.incremental && false === Array.isArray(input.incremental) && _io101(input.incremental, _exceptionable)) && (void 0 === input.parallelCodeSplitting || "boolean" == typeof input.parallelCodeSplitting) && (void 0 === input.futureDefaults || "boolean" == typeof input.futureDefaults) && (void 0 === input.rspackFuture || "object" == typeof input.rspackFuture && null !== input.rspackFuture && false === Array.isArray(input.rspackFuture) && _io102(input.rspackFuture, _exceptionable)) && (void 0 === input.buildHttp || "object" == typeof input.buildHttp && null !== input.buildHttp && _io104(input.buildHttp, _exceptionable)) && (void 0 === input.parallelLoader || "boolean" == typeof input.parallelLoader) && null !== input.useInputFileSystem && (void 0 === input.useInputFileSystem || false === input.useInputFileSystem || Array.isArray(input.useInputFileSystem) && input.useInputFileSystem.every((elem, _index67)=>elem instanceof RegExp)) && (void 0 === input.nativeWatcher || "boolean" == typeof input.nativeWatcher) && (void 0 === input.inlineConst || "boolean" == typeof input.inlineConst) && (void 0 === input.inlineEnum || "boolean" == typeof input.inlineEnum) && (void 0 === input.typeReexportsPresence || "boolean" == typeof input.typeReexportsPresence) && (void 0 === input.lazyBarrel || "boolean" == typeof input.lazyBarrel) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
2372
2375
  if ([
2373
2376
  "cache",
2374
2377
  "lazyCompilation",
@@ -2384,10 +2387,11 @@ export const __webpack_modules__ = {
2384
2387
  "buildHttp",
2385
2388
  "parallelLoader",
2386
2389
  "useInputFileSystem",
2387
- "inlineConst",
2388
2390
  "nativeWatcher",
2391
+ "inlineConst",
2389
2392
  "inlineEnum",
2390
- "typeReexportsPresence"
2393
+ "typeReexportsPresence",
2394
+ "lazyBarrel"
2391
2395
  ].some((prop)=>key === prop)) return true;
2392
2396
  const value = input[key];
2393
2397
  if (void 0 === value) return true;
@@ -3097,14 +3101,14 @@ export const __webpack_modules__ = {
3097
3101
  if (void 0 === value) return true;
3098
3102
  return false;
3099
3103
  })));
3100
- 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@6646"] && Object.keys(input).every((key)=>{
3104
+ 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@6654"] && Object.keys(input).every((key)=>{
3101
3105
  if ([
3102
3106
  "BYTES_PER_ELEMENT",
3103
3107
  "buffer",
3104
3108
  "byteLength",
3105
3109
  "byteOffset",
3106
3110
  "length",
3107
- "__@toStringTag@6646"
3111
+ "__@toStringTag@6654"
3108
3112
  ].some((prop)=>key === prop)) return true;
3109
3113
  const value = input[key];
3110
3114
  if (void 0 === value) return true;
@@ -3605,7 +3609,7 @@ export const __webpack_modules__ = {
3605
3609
  if (void 0 === value) return true;
3606
3610
  return false;
3607
3611
  }));
3608
- 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.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)=>{
3612
+ 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)=>{
3609
3613
  if ([
3610
3614
  "dynamicImportMode",
3611
3615
  "dynamicImportPreload",
@@ -3614,6 +3618,7 @@ export const __webpack_modules__ = {
3614
3618
  "importMeta",
3615
3619
  "url",
3616
3620
  "exprContextCritical",
3621
+ "unknownContextCritical",
3617
3622
  "wrappedContextCritical",
3618
3623
  "wrappedContextRegExp",
3619
3624
  "exportsPresence",
@@ -6356,9 +6361,9 @@ export const __webpack_modules__ = {
6356
6361
  if (void 0 === value) return true;
6357
6362
  return false;
6358
6363
  }));
6359
- const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6646"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6364
+ const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6654"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6360
6365
  if ([
6361
- "__@toStringTag@6646"
6366
+ "__@toStringTag@6654"
6362
6367
  ].some((prop)=>key === prop)) return true;
6363
6368
  const value = input[key];
6364
6369
  if (void 0 === value) return true;
@@ -6944,9 +6949,9 @@ export const __webpack_modules__ = {
6944
6949
  if (void 0 === value) return true;
6945
6950
  return false;
6946
6951
  }));
6947
- const _io459 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6646"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6952
+ const _io459 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6654"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6948
6953
  if ([
6949
- "__@toStringTag@6646"
6954
+ "__@toStringTag@6654"
6950
6955
  ].some((prop)=>key === prop)) return true;
6951
6956
  const value = input[key];
6952
6957
  if (void 0 === value) return true;
@@ -6958,18 +6963,18 @@ export const __webpack_modules__ = {
6958
6963
  return false;
6959
6964
  })();
6960
6965
  const _iu1 = (input, _exceptionable = true)=>(()=>{
6961
- if (void 0 !== input["__@toStringTag@6646"]) return _io149(input, _exceptionable);
6966
+ if (void 0 !== input["__@toStringTag@6654"]) return _io149(input, _exceptionable);
6962
6967
  if (void 0 !== input.pem) return _io150(input, _exceptionable);
6963
6968
  return false;
6964
6969
  })();
6965
6970
  const _iu2 = (input, _exceptionable = true)=>(()=>{
6966
- if (void 0 !== input["__@toStringTag@6646"]) return _io149(input, _exceptionable);
6971
+ if (void 0 !== input["__@toStringTag@6654"]) return _io149(input, _exceptionable);
6967
6972
  if (void 0 !== input.buf) return _io151(input, _exceptionable);
6968
6973
  return false;
6969
6974
  })();
6970
6975
  const _iu3 = (input, _exceptionable = true)=>(()=>{
6971
6976
  if (void 0 !== input.name) return _io405(input, _exceptionable);
6972
- if (void 0 !== input["__@toStringTag@6646"]) return _io406(input, _exceptionable);
6977
+ if (void 0 !== input["__@toStringTag@6654"]) return _io406(input, _exceptionable);
6973
6978
  return false;
6974
6979
  })();
6975
6980
  const _iu4 = (input, _exceptionable = true)=>(()=>{
@@ -7042,7 +7047,7 @@ export const __webpack_modules__ = {
7042
7047
  return _io415(input, _exceptionable);
7043
7048
  })();
7044
7049
  const _iu18 = (input, _exceptionable = true)=>(()=>{
7045
- if (void 0 !== input["__@toStringTag@6646"]) return _io459(input, _exceptionable);
7050
+ if (void 0 !== input["__@toStringTag@6654"]) return _io459(input, _exceptionable);
7046
7051
  return _io0(input, _exceptionable);
7047
7052
  })();
7048
7053
  const _ia0 = (input, _exceptionable = true)=>input.every((elem, _index367)=>null != elem && ("function" == typeof elem || "string" == typeof elem || elem instanceof RegExp || Array.isArray(elem) && (_ia0(elem, _exceptionable) || false) || "object" == typeof elem && null !== elem && false === Array.isArray(elem) && _io174(elem, _exceptionable)));
@@ -9558,14 +9563,14 @@ export const __webpack_modules__ = {
9558
9563
  }).every((flag)=>flag)
9559
9564
  ].every((flag)=>flag);
9560
9565
  const _vo41 = (input, _path, _exceptionable = true)=>[
9561
- "string" == typeof input["__@toStringTag@6646"] || _report(_exceptionable, {
9562
- path: _path + "[\"__@toStringTag@6646\"]",
9566
+ "string" == typeof input["__@toStringTag@6654"] || _report(_exceptionable, {
9567
+ path: _path + "[\"__@toStringTag@6654\"]",
9563
9568
  expected: "string",
9564
- value: input["__@toStringTag@6646"]
9569
+ value: input["__@toStringTag@6654"]
9565
9570
  }),
9566
9571
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
9567
9572
  if ([
9568
- "__@toStringTag@6646"
9573
+ "__@toStringTag@6654"
9569
9574
  ].some((prop)=>key === prop)) return true;
9570
9575
  const value = input[key];
9571
9576
  if (void 0 === value) return true;
@@ -10351,6 +10356,11 @@ export const __webpack_modules__ = {
10351
10356
  expected: "(boolean | undefined)",
10352
10357
  value: input.verbatimModuleSyntax
10353
10358
  }),
10359
+ void 0 === input.tsEnumIsMutable || "boolean" == typeof input.tsEnumIsMutable || _report(_exceptionable, {
10360
+ path: _path + ".tsEnumIsMutable",
10361
+ expected: "(boolean | undefined)",
10362
+ value: input.tsEnumIsMutable
10363
+ }),
10354
10364
  0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
10355
10365
  if ([
10356
10366
  "react",
@@ -10361,7 +10371,8 @@ export const __webpack_modules__ = {
10361
10371
  "decoratorVersion",
10362
10372
  "treatConstEnumAsEnum",
10363
10373
  "useDefineForClassFields",
10364
- "verbatimModuleSyntax"
10374
+ "verbatimModuleSyntax",
10375
+ "tsEnumIsMutable"
10365
10376
  ].some((prop)=>key === prop)) return true;
10366
10377
  const value = input[key];
10367
10378
  if (void 0 === value) return true;
@@ -13345,6 +13356,19 @@ export const __webpack_modules__ = {
13345
13356
  expected: "(__type.o45 | false | undefined)",
13346
13357
  value: input.performance
13347
13358
  })),
13359
+ (null !== input.lazyCompilation || _report(_exceptionable, {
13360
+ path: _path + ".lazyCompilation",
13361
+ expected: "(LazyCompilationOptions | boolean | undefined)",
13362
+ value: input.lazyCompilation
13363
+ })) && (void 0 === input.lazyCompilation || "boolean" == typeof input.lazyCompilation || ("object" == typeof input.lazyCompilation && null !== input.lazyCompilation && false === Array.isArray(input.lazyCompilation) || _report(_exceptionable, {
13364
+ path: _path + ".lazyCompilation",
13365
+ expected: "(LazyCompilationOptions | boolean | undefined)",
13366
+ value: input.lazyCompilation
13367
+ })) && _vo13(input.lazyCompilation, _path + ".lazyCompilation", _exceptionable) || _report(_exceptionable, {
13368
+ path: _path + ".lazyCompilation",
13369
+ expected: "(LazyCompilationOptions | boolean | undefined)",
13370
+ value: input.lazyCompilation
13371
+ })),
13348
13372
  0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
13349
13373
  if ([
13350
13374
  "name",
@@ -13378,7 +13402,8 @@ export const __webpack_modules__ = {
13378
13402
  "profile",
13379
13403
  "amd",
13380
13404
  "bail",
13381
- "performance"
13405
+ "performance",
13406
+ "lazyCompilation"
13382
13407
  ].some((prop)=>key === prop)) return true;
13383
13408
  const value = input[key];
13384
13409
  if (void 0 === value) return true;
@@ -14440,16 +14465,16 @@ export const __webpack_modules__ = {
14440
14465
  expected: "(Array<RegExp> | false | undefined)",
14441
14466
  value: input.useInputFileSystem
14442
14467
  })),
14443
- void 0 === input.inlineConst || "boolean" == typeof input.inlineConst || _report(_exceptionable, {
14444
- path: _path + ".inlineConst",
14445
- expected: "(boolean | undefined)",
14446
- value: input.inlineConst
14447
- }),
14448
14468
  void 0 === input.nativeWatcher || "boolean" == typeof input.nativeWatcher || _report(_exceptionable, {
14449
14469
  path: _path + ".nativeWatcher",
14450
14470
  expected: "(boolean | undefined)",
14451
14471
  value: input.nativeWatcher
14452
14472
  }),
14473
+ void 0 === input.inlineConst || "boolean" == typeof input.inlineConst || _report(_exceptionable, {
14474
+ path: _path + ".inlineConst",
14475
+ expected: "(boolean | undefined)",
14476
+ value: input.inlineConst
14477
+ }),
14453
14478
  void 0 === input.inlineEnum || "boolean" == typeof input.inlineEnum || _report(_exceptionable, {
14454
14479
  path: _path + ".inlineEnum",
14455
14480
  expected: "(boolean | undefined)",
@@ -14460,6 +14485,11 @@ export const __webpack_modules__ = {
14460
14485
  expected: "(boolean | undefined)",
14461
14486
  value: input.typeReexportsPresence
14462
14487
  }),
14488
+ void 0 === input.lazyBarrel || "boolean" == typeof input.lazyBarrel || _report(_exceptionable, {
14489
+ path: _path + ".lazyBarrel",
14490
+ expected: "(boolean | undefined)",
14491
+ value: input.lazyBarrel
14492
+ }),
14463
14493
  0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
14464
14494
  if ([
14465
14495
  "cache",
@@ -14476,10 +14506,11 @@ export const __webpack_modules__ = {
14476
14506
  "buildHttp",
14477
14507
  "parallelLoader",
14478
14508
  "useInputFileSystem",
14479
- "inlineConst",
14480
14509
  "nativeWatcher",
14510
+ "inlineConst",
14481
14511
  "inlineEnum",
14482
- "typeReexportsPresence"
14512
+ "typeReexportsPresence",
14513
+ "lazyBarrel"
14483
14514
  ].some((prop)=>key === prop)) return true;
14484
14515
  const value = input[key];
14485
14516
  if (void 0 === value) return true;
@@ -18553,10 +18584,10 @@ export const __webpack_modules__ = {
18553
18584
  expected: "number",
18554
18585
  value: input.length
18555
18586
  }),
18556
- "Uint8Array" === input["__@toStringTag@6646"] || _report(_exceptionable, {
18557
- path: _path + "[\"__@toStringTag@6646\"]",
18587
+ "Uint8Array" === input["__@toStringTag@6654"] || _report(_exceptionable, {
18588
+ path: _path + "[\"__@toStringTag@6654\"]",
18558
18589
  expected: "\"Uint8Array\"",
18559
- value: input["__@toStringTag@6646"]
18590
+ value: input["__@toStringTag@6654"]
18560
18591
  }),
18561
18592
  false === _exceptionable || Object.keys(input).map((key)=>{
18562
18593
  if ([
@@ -18565,7 +18596,7 @@ export const __webpack_modules__ = {
18565
18596
  "byteLength",
18566
18597
  "byteOffset",
18567
18598
  "length",
18568
- "__@toStringTag@6646"
18599
+ "__@toStringTag@6654"
18569
18600
  ].some((prop)=>key === prop)) return true;
18570
18601
  const value = input[key];
18571
18602
  if (void 0 === value) return true;
@@ -21328,6 +21359,11 @@ export const __webpack_modules__ = {
21328
21359
  expected: "(boolean | undefined)",
21329
21360
  value: input.exprContextCritical
21330
21361
  }),
21362
+ void 0 === input.unknownContextCritical || "boolean" == typeof input.unknownContextCritical || _report(_exceptionable, {
21363
+ path: _path + ".unknownContextCritical",
21364
+ expected: "(boolean | undefined)",
21365
+ value: input.unknownContextCritical
21366
+ }),
21331
21367
  void 0 === input.wrappedContextCritical || "boolean" == typeof input.wrappedContextCritical || _report(_exceptionable, {
21332
21368
  path: _path + ".wrappedContextCritical",
21333
21369
  expected: "(boolean | undefined)",
@@ -21419,6 +21455,7 @@ export const __webpack_modules__ = {
21419
21455
  "importMeta",
21420
21456
  "url",
21421
21457
  "exprContextCritical",
21458
+ "unknownContextCritical",
21422
21459
  "wrappedContextCritical",
21423
21460
  "wrappedContextRegExp",
21424
21461
  "exportsPresence",
@@ -36618,14 +36655,14 @@ export const __webpack_modules__ = {
36618
36655
  }).every((flag)=>flag)
36619
36656
  ].every((flag)=>flag);
36620
36657
  const _vo406 = (input, _path, _exceptionable = true)=>[
36621
- "string" == typeof input["__@toStringTag@6646"] || _report(_exceptionable, {
36622
- path: _path + "[\"__@toStringTag@6646\"]",
36658
+ "string" == typeof input["__@toStringTag@6654"] || _report(_exceptionable, {
36659
+ path: _path + "[\"__@toStringTag@6654\"]",
36623
36660
  expected: "string",
36624
- value: input["__@toStringTag@6646"]
36661
+ value: input["__@toStringTag@6654"]
36625
36662
  }),
36626
36663
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
36627
36664
  if ([
36628
- "__@toStringTag@6646"
36665
+ "__@toStringTag@6654"
36629
36666
  ].some((prop)=>key === prop)) return true;
36630
36667
  const value = input[key];
36631
36668
  if (void 0 === value) return true;
@@ -39638,14 +39675,14 @@ export const __webpack_modules__ = {
39638
39675
  }).every((flag)=>flag)
39639
39676
  ].every((flag)=>flag);
39640
39677
  const _vo459 = (input, _path, _exceptionable = true)=>[
39641
- "string" == typeof input["__@toStringTag@6646"] || _report(_exceptionable, {
39642
- path: _path + "[\"__@toStringTag@6646\"]",
39678
+ "string" == typeof input["__@toStringTag@6654"] || _report(_exceptionable, {
39679
+ path: _path + "[\"__@toStringTag@6654\"]",
39643
39680
  expected: "string",
39644
- value: input["__@toStringTag@6646"]
39681
+ value: input["__@toStringTag@6654"]
39645
39682
  }),
39646
39683
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
39647
39684
  if ([
39648
- "__@toStringTag@6646"
39685
+ "__@toStringTag@6654"
39649
39686
  ].some((prop)=>key === prop)) return true;
39650
39687
  const value = input[key];
39651
39688
  if (void 0 === value) return true;
@@ -39671,7 +39708,7 @@ export const __webpack_modules__ = {
39671
39708
  });
39672
39709
  })();
39673
39710
  const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
39674
- if (void 0 !== input["__@toStringTag@6646"]) return _vo149(input, _path, _exceptionable);
39711
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo149(input, _path, _exceptionable);
39675
39712
  if (void 0 !== input.pem) return _vo150(input, _path, _exceptionable);
39676
39713
  return _report(_exceptionable, {
39677
39714
  path: _path,
@@ -39680,7 +39717,7 @@ export const __webpack_modules__ = {
39680
39717
  });
39681
39718
  })();
39682
39719
  const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
39683
- if (void 0 !== input["__@toStringTag@6646"]) return _vo149(input, _path, _exceptionable);
39720
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo149(input, _path, _exceptionable);
39684
39721
  if (void 0 !== input.buf) return _vo151(input, _path, _exceptionable);
39685
39722
  return _report(_exceptionable, {
39686
39723
  path: _path,
@@ -39690,7 +39727,7 @@ export const __webpack_modules__ = {
39690
39727
  })();
39691
39728
  const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
39692
39729
  if (void 0 !== input.name) return _vo405(input, _path, _exceptionable);
39693
- if (void 0 !== input["__@toStringTag@6646"]) return _vo406(input, _path, _exceptionable);
39730
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo406(input, _path, _exceptionable);
39694
39731
  return _report(_exceptionable, {
39695
39732
  path: _path,
39696
39733
  expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
@@ -39795,7 +39832,7 @@ export const __webpack_modules__ = {
39795
39832
  return _vo415(input, _path, _exceptionable);
39796
39833
  })();
39797
39834
  const _vu18 = (input, _path, _exceptionable = true)=>(()=>{
39798
- if (void 0 !== input["__@toStringTag@6646"]) return _vo459(input, _path, _exceptionable);
39835
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo459(input, _path, _exceptionable);
39799
39836
  return _vo0(input, _path, _exceptionable);
39800
39837
  })();
39801
39838
  const _va0 = (input, _path, _exceptionable = true)=>input.map((elem, _index738)=>(null !== elem || _report(_exceptionable, {
@@ -1,3 +1,4 @@
1
+ export const __webpack_id__ = "src_plugins_api_plugin_ts";
1
2
  export const __webpack_ids__ = [
2
3
  "src_plugins_api_plugin_ts"
3
4
  ];
@@ -17,7 +18,7 @@ export const __webpack_modules__ = {
17
18
  setup (api) {
18
19
  api.expose(sAPI, {
19
20
  config,
20
- debug: _debug_js__WEBPACK_IMPORTED_MODULE_1__.fF,
21
+ debug: _debug_js__WEBPACK_IMPORTED_MODULE_1__.Yz,
21
22
  async exit (code) {
22
23
  const { exit } = await Promise.resolve().then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
23
24
  return exit(code);
@@ -1,3 +1,6 @@
1
+ import { LynxCacheEventsPlugin } from "@lynx-js/cache-events-webpack-plugin";
2
+ import { ChunkLoadingWebpackPlugin } from "@lynx-js/chunk-loading-webpack-plugin";
3
+ export const __webpack_id__ = "src_plugins_chunkLoading_plugin_ts";
1
4
  export const __webpack_ids__ = [
2
5
  "src_plugins_chunkLoading_plugin_ts"
3
6
  ];
@@ -7,8 +10,6 @@ export const __webpack_modules__ = {
7
10
  __webpack_require__.d(__webpack_exports__, {
8
11
  pluginChunkLoading: ()=>pluginChunkLoading
9
12
  });
10
- var cache_events_webpack_plugin_ = __webpack_require__("@lynx-js/cache-events-webpack-plugin");
11
- var chunk_loading_webpack_plugin_ = __webpack_require__("@lynx-js/chunk-loading-webpack-plugin");
12
13
  function isLynx(environment) {
13
14
  return 'string' == typeof environment ? 'lynx' === environment : 'lynx' === environment.name;
14
15
  }
@@ -18,8 +19,8 @@ export const __webpack_modules__ = {
18
19
  name: 'lynx:rsbuild:chunk-loading',
19
20
  setup (api) {
20
21
  api.modifyBundlerChain((chain, { environment })=>{
21
- if ((0, is_web.$)(environment)) return void chain.output.chunkLoading("import-scripts").end();
22
- if (isLynx(environment)) chain.plugin('lynx:chunk-loading').use(chunk_loading_webpack_plugin_.ChunkLoadingWebpackPlugin).end().plugin('lynx:cache-events').use(cache_events_webpack_plugin_.LynxCacheEventsPlugin).end().output.chunkLoading('lynx').chunkFormat('commonjs').end();
22
+ if ((0, is_web.H)(environment)) return void chain.output.chunkLoading("import-scripts").end();
23
+ if (isLynx(environment)) chain.plugin('lynx:chunk-loading').use(ChunkLoadingWebpackPlugin).end().plugin('lynx:cache-events').use(LynxCacheEventsPlugin).end().output.chunkLoading('lynx').chunkFormat('commonjs').end();
23
24
  });
24
25
  }
25
26
  };
@@ -27,7 +28,7 @@ export const __webpack_modules__ = {
27
28
  },
28
29
  "./src/utils/is-web.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
29
30
  __webpack_require__.d(__webpack_exports__, {
30
- $: ()=>isWeb
31
+ H: ()=>isWeb
31
32
  });
32
33
  function isWeb(environment) {
33
34
  return 'string' == typeof environment ? 'web' === environment : 'web' === environment.name;
@@ -1,3 +1,5 @@
1
+ import { createRequire } from "node:module";
2
+ export const __webpack_id__ = "src_plugins_dev_plugin_ts";
1
3
  export const __webpack_ids__ = [
2
4
  "src_plugins_dev_plugin_ts"
3
5
  ];
@@ -8,7 +10,6 @@ export const __webpack_modules__ = {
8
10
  pluginDev: ()=>pluginDev,
9
11
  findIp: ()=>findIp
10
12
  });
11
- var external_node_module_ = __webpack_require__("node:module");
12
13
  var external_node_path_ = __webpack_require__("node:path");
13
14
  var core_ = __webpack_require__("@rsbuild/core");
14
15
  var picocolors = __webpack_require__("../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
@@ -56,7 +57,7 @@ export const __webpack_modules__ = {
56
57
  if (assetPrefix.endsWith('/')) assetPrefix = assetPrefix.slice(0, -1);
57
58
  assetPrefix = `${assetPrefix}${server.base}/`;
58
59
  }
59
- (0, debug.fF)(`dev.assetPrefix is normalized to ${assetPrefix}`);
60
+ (0, debug.Yz)(`dev.assetPrefix is normalized to ${assetPrefix}`);
60
61
  api.modifyRsbuildConfig((config, { mergeRsbuildConfig })=>mergeRsbuildConfig(config, {
61
62
  dev: {
62
63
  assetPrefix,
@@ -69,7 +70,7 @@ export const __webpack_modules__ = {
69
70
  assetPrefix
70
71
  }
71
72
  }));
72
- const require = (0, external_node_module_.createRequire)(import.meta.url);
73
+ const require = createRequire(import.meta.url);
73
74
  api.modifyBundlerChain((chain, { isDev, environment })=>{
74
75
  const { action } = api.context;
75
76
  if ('dev' !== action && !isDev) return;
@@ -1,3 +1,4 @@
1
+ export const __webpack_id__ = "src_plugins_emitOnErrors_plugin_ts";
1
2
  export const __webpack_ids__ = [
2
3
  "src_plugins_emitOnErrors_plugin_ts"
3
4
  ];
@@ -1,3 +1,4 @@
1
+ export const __webpack_id__ = "src_plugins_index_ts";
1
2
  export const __webpack_ids__ = [
2
3
  "src_plugins_index_ts"
3
4
  ];
@@ -37,8 +38,8 @@ export const __webpack_modules__ = {
37
38
  rsbuildInstance.addPlugins(plugins);
38
39
  })
39
40
  ];
40
- if ((0, _debug_js__WEBPACK_IMPORTED_MODULE_0__.L1)()) {
41
- (0, _debug_js__WEBPACK_IMPORTED_MODULE_0__.fF)('apply Rspeedy default debug plugins');
41
+ if ((0, _debug_js__WEBPACK_IMPORTED_MODULE_0__._o)()) {
42
+ (0, _debug_js__WEBPACK_IMPORTED_MODULE_0__.Yz)('apply Rspeedy default debug plugins');
42
43
  promises.push(applyDebugPlugins(rsbuildInstance, config));
43
44
  }
44
45
  await Promise.all(promises);