@lynx-js/rspeedy-canary 0.10.9-canary-20250826-d65ef500 → 0.11.0-canary-20250826-48c8fc40

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 +9 -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 +105 -65
  13. package/dist/src_plugins_api_plugin_ts.js +4 -3
  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 +8 -13
  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 +3 -3
@@ -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",
@@ -5730,7 +5735,7 @@ export const __webpack_modules__ = {
5730
5735
  if (void 0 === value) return true;
5731
5736
  return false;
5732
5737
  }));
5733
- const _io359 = (input, _exceptionable = true)=>(void 0 === input.target || "node" === input.target || "web" === input.target || "web-worker" === input.target) && 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, _index289)=>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.distPath || "object" == typeof input.distPath && null !== input.distPath && false === Array.isArray(input.distPath) && _io360(input.distPath, _exceptionable)) && (void 0 === input.filename || "object" == typeof input.filename && null !== input.filename && false === Array.isArray(input.filename) && _io361(input.filename, _exceptionable)) && (void 0 === input.charset || "utf8" === input.charset || "ascii" === input.charset) && (void 0 === input.polyfill || "usage" === input.polyfill || "entry" === input.polyfill || "off" === input.polyfill) && (void 0 === input.assetPrefix || "string" == typeof input.assetPrefix) && null !== input.dataUriLimit && (void 0 === input.dataUriLimit || "number" == typeof input.dataUriLimit || "object" == typeof input.dataUriLimit && null !== input.dataUriLimit && false === Array.isArray(input.dataUriLimit) && _io362(input.dataUriLimit, _exceptionable)) && (void 0 === input.legalComments || "none" === input.legalComments || "inline" === input.legalComments || "linked" === input.legalComments) && null !== input.cleanDistPath && (void 0 === input.cleanDistPath || "auto" === input.cleanDistPath || "boolean" == typeof input.cleanDistPath || "object" == typeof input.cleanDistPath && null !== input.cleanDistPath && false === Array.isArray(input.cleanDistPath) && _io363(input.cleanDistPath, _exceptionable)) && (void 0 === input.cssModules || "object" == typeof input.cssModules && null !== input.cssModules && false === Array.isArray(input.cssModules) && _io364(input.cssModules, _exceptionable)) && null !== input.minify && (void 0 === input.minify || "boolean" == typeof input.minify || "object" == typeof input.minify && null !== input.minify && false === Array.isArray(input.minify) && _io365(input.minify, _exceptionable)) && null !== input.manifest && (void 0 === input.manifest || "string" == typeof input.manifest || "boolean" == typeof input.manifest || "object" == typeof input.manifest && null !== input.manifest && false === Array.isArray(input.manifest) && _io375(input.manifest, _exceptionable)) && null !== input.sourceMap && (void 0 === input.sourceMap || "boolean" == typeof input.sourceMap || "object" == typeof input.sourceMap && null !== input.sourceMap && false === Array.isArray(input.sourceMap) && _io376(input.sourceMap, _exceptionable)) && (void 0 === input.filenameHash || "string" == typeof input.filenameHash || "boolean" == typeof input.filenameHash) && null !== input.inlineScripts && (void 0 === input.inlineScripts || "function" == typeof input.inlineScripts || "boolean" == typeof input.inlineScripts || input.inlineScripts instanceof RegExp || "object" == typeof input.inlineScripts && null !== input.inlineScripts && _io377(input.inlineScripts, _exceptionable)) && null !== input.inlineStyles && (void 0 === input.inlineStyles || "function" == typeof input.inlineStyles || "boolean" == typeof input.inlineStyles || input.inlineStyles instanceof RegExp || "object" == typeof input.inlineStyles && null !== input.inlineStyles && _io377(input.inlineStyles, _exceptionable)) && (void 0 === input.injectStyles || "boolean" == typeof input.injectStyles) && (void 0 === input.overrideBrowserslist || Array.isArray(input.overrideBrowserslist) && input.overrideBrowserslist.every((elem, _index290)=>"string" == typeof elem)) && null !== input.copy && (void 0 === input.copy || Array.isArray(input.copy) && input.copy.every((elem, _index291)=>null != elem && ("string" == typeof elem || "object" == typeof elem && null !== elem && _io379(elem, _exceptionable))) || "object" == typeof input.copy && null !== input.copy && _io378(input.copy, _exceptionable)) && (void 0 === input.emitAssets || "boolean" == typeof input.emitAssets) && (void 0 === input.emitCss || "boolean" == typeof input.emitCss) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
5738
+ const _io359 = (input, _exceptionable = true)=>(void 0 === input.target || "node" === input.target || "web" === input.target || "web-worker" === input.target) && 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, _index289)=>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.distPath || "object" == typeof input.distPath && null !== input.distPath && false === Array.isArray(input.distPath) && _io360(input.distPath, _exceptionable)) && (void 0 === input.filename || "object" == typeof input.filename && null !== input.filename && false === Array.isArray(input.filename) && _io361(input.filename, _exceptionable)) && (void 0 === input.charset || "utf8" === input.charset || "ascii" === input.charset) && (void 0 === input.polyfill || "usage" === input.polyfill || "entry" === input.polyfill || "off" === input.polyfill) && (void 0 === input.assetPrefix || "string" == typeof input.assetPrefix) && null !== input.dataUriLimit && (void 0 === input.dataUriLimit || "number" == typeof input.dataUriLimit || "object" == typeof input.dataUriLimit && null !== input.dataUriLimit && false === Array.isArray(input.dataUriLimit) && _io362(input.dataUriLimit, _exceptionable)) && (void 0 === input.legalComments || "none" === input.legalComments || "inline" === input.legalComments || "linked" === input.legalComments) && null !== input.cleanDistPath && (void 0 === input.cleanDistPath || "auto" === input.cleanDistPath || "boolean" == typeof input.cleanDistPath || "object" == typeof input.cleanDistPath && null !== input.cleanDistPath && false === Array.isArray(input.cleanDistPath) && _io363(input.cleanDistPath, _exceptionable)) && (void 0 === input.cssModules || "object" == typeof input.cssModules && null !== input.cssModules && false === Array.isArray(input.cssModules) && _io364(input.cssModules, _exceptionable)) && null !== input.minify && (void 0 === input.minify || "boolean" == typeof input.minify || "object" == typeof input.minify && null !== input.minify && false === Array.isArray(input.minify) && _io365(input.minify, _exceptionable)) && null !== input.manifest && (void 0 === input.manifest || "string" == typeof input.manifest || "boolean" == typeof input.manifest || "object" == typeof input.manifest && null !== input.manifest && false === Array.isArray(input.manifest) && _io375(input.manifest, _exceptionable)) && (void 0 === input["module"] || "boolean" == typeof input["module"]) && null !== input.sourceMap && (void 0 === input.sourceMap || "boolean" == typeof input.sourceMap || "object" == typeof input.sourceMap && null !== input.sourceMap && false === Array.isArray(input.sourceMap) && _io376(input.sourceMap, _exceptionable)) && (void 0 === input.filenameHash || "string" == typeof input.filenameHash || "boolean" == typeof input.filenameHash) && null !== input.inlineScripts && (void 0 === input.inlineScripts || "function" == typeof input.inlineScripts || "boolean" == typeof input.inlineScripts || input.inlineScripts instanceof RegExp || "object" == typeof input.inlineScripts && null !== input.inlineScripts && _io377(input.inlineScripts, _exceptionable)) && null !== input.inlineStyles && (void 0 === input.inlineStyles || "function" == typeof input.inlineStyles || "boolean" == typeof input.inlineStyles || input.inlineStyles instanceof RegExp || "object" == typeof input.inlineStyles && null !== input.inlineStyles && _io377(input.inlineStyles, _exceptionable)) && (void 0 === input.injectStyles || "boolean" == typeof input.injectStyles) && (void 0 === input.overrideBrowserslist || Array.isArray(input.overrideBrowserslist) && input.overrideBrowserslist.every((elem, _index290)=>"string" == typeof elem)) && null !== input.copy && (void 0 === input.copy || Array.isArray(input.copy) && input.copy.every((elem, _index291)=>null != elem && ("string" == typeof elem || "object" == typeof elem && null !== elem && _io379(elem, _exceptionable))) || "object" == typeof input.copy && null !== input.copy && _io378(input.copy, _exceptionable)) && (void 0 === input.emitAssets || "boolean" == typeof input.emitAssets) && (void 0 === input.emitCss || "boolean" == typeof input.emitCss) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
5734
5739
  if ([
5735
5740
  "target",
5736
5741
  "externals",
@@ -5745,6 +5750,7 @@ export const __webpack_modules__ = {
5745
5750
  "cssModules",
5746
5751
  "minify",
5747
5752
  "manifest",
5753
+ "module",
5748
5754
  "sourceMap",
5749
5755
  "filenameHash",
5750
5756
  "inlineScripts",
@@ -6166,7 +6172,7 @@ export const __webpack_modules__ = {
6166
6172
  if (void 0 === value) return true;
6167
6173
  return false;
6168
6174
  }));
6169
- const _io388 = (input, _exceptionable = true)=>(void 0 === input.total || "boolean" == typeof input.total) && (void 0 === input.detail || "boolean" == typeof input.detail) && (void 0 === input.compressed || "boolean" == typeof input.compressed) && (void 0 === input.include || true) && (void 0 === input.exclude || true) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
6175
+ const _io388 = (input, _exceptionable = true)=>null !== input.total && (void 0 === input.total || "function" == typeof input.total || "boolean" == typeof input.total) && (void 0 === input.detail || "boolean" == typeof input.detail) && (void 0 === input.compressed || "boolean" == typeof input.compressed) && (void 0 === input.include || true) && (void 0 === input.exclude || true) && (0 === Object.keys(input).length || Object.keys(input).every((key)=>{
6170
6176
  if ([
6171
6177
  "total",
6172
6178
  "detail",
@@ -6342,23 +6348,23 @@ export const __webpack_modules__ = {
6342
6348
  if (void 0 === value) return true;
6343
6349
  return false;
6344
6350
  }));
6345
- const _io405 = (input, _exceptionable = true)=>(void 0 === input.pre || Array.isArray(input.pre) && input.pre.every((elem, _index330)=>"string" == typeof elem)) && (void 0 === input.post || Array.isArray(input.post) && input.post.every((elem, _index331)=>"string" == typeof elem)) && "string" == typeof input.name && null !== input.apply && (void 0 === input.apply || "function" == typeof input.apply || "serve" === input.apply || "build" === input.apply) && (void 0 === input.enforce || "pre" === input.enforce || "post" === input.enforce) && (void 0 === input.remove || Array.isArray(input.remove) && input.remove.every((elem, _index332)=>"string" == typeof elem)) && true && (2 === Object.keys(input).length || Object.keys(input).every((key)=>{
6351
+ const _io405 = (input, _exceptionable = true)=>(void 0 === input.pre || Array.isArray(input.pre) && input.pre.every((elem, _index330)=>"string" == typeof elem)) && (void 0 === input.post || Array.isArray(input.post) && input.post.every((elem, _index331)=>"string" == typeof elem)) && "string" == typeof input.name && (void 0 === input.enforce || "pre" === input.enforce || "post" === input.enforce) && (void 0 === input.remove || Array.isArray(input.remove) && input.remove.every((elem, _index332)=>"string" == typeof elem)) && true && true && (2 === Object.keys(input).length || Object.keys(input).every((key)=>{
6346
6352
  if ([
6347
6353
  "pre",
6348
6354
  "post",
6349
6355
  "name",
6350
- "apply",
6351
6356
  "enforce",
6352
6357
  "remove",
6358
+ "apply",
6353
6359
  "setup"
6354
6360
  ].some((prop)=>key === prop)) return true;
6355
6361
  const value = input[key];
6356
6362
  if (void 0 === value) return true;
6357
6363
  return false;
6358
6364
  }));
6359
- const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6646"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6365
+ const _io406 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6654"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6360
6366
  if ([
6361
- "__@toStringTag@6646"
6367
+ "__@toStringTag@6654"
6362
6368
  ].some((prop)=>key === prop)) return true;
6363
6369
  const value = input[key];
6364
6370
  if (void 0 === value) return true;
@@ -6944,9 +6950,9 @@ export const __webpack_modules__ = {
6944
6950
  if (void 0 === value) return true;
6945
6951
  return false;
6946
6952
  }));
6947
- const _io459 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6646"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6953
+ const _io459 = (input, _exceptionable = true)=>"string" == typeof input["__@toStringTag@6654"] && (1 === Object.keys(input).length || Object.keys(input).every((key)=>{
6948
6954
  if ([
6949
- "__@toStringTag@6646"
6955
+ "__@toStringTag@6654"
6950
6956
  ].some((prop)=>key === prop)) return true;
6951
6957
  const value = input[key];
6952
6958
  if (void 0 === value) return true;
@@ -6958,18 +6964,18 @@ export const __webpack_modules__ = {
6958
6964
  return false;
6959
6965
  })();
6960
6966
  const _iu1 = (input, _exceptionable = true)=>(()=>{
6961
- if (void 0 !== input["__@toStringTag@6646"]) return _io149(input, _exceptionable);
6967
+ if (void 0 !== input["__@toStringTag@6654"]) return _io149(input, _exceptionable);
6962
6968
  if (void 0 !== input.pem) return _io150(input, _exceptionable);
6963
6969
  return false;
6964
6970
  })();
6965
6971
  const _iu2 = (input, _exceptionable = true)=>(()=>{
6966
- if (void 0 !== input["__@toStringTag@6646"]) return _io149(input, _exceptionable);
6972
+ if (void 0 !== input["__@toStringTag@6654"]) return _io149(input, _exceptionable);
6967
6973
  if (void 0 !== input.buf) return _io151(input, _exceptionable);
6968
6974
  return false;
6969
6975
  })();
6970
6976
  const _iu3 = (input, _exceptionable = true)=>(()=>{
6971
6977
  if (void 0 !== input.name) return _io405(input, _exceptionable);
6972
- if (void 0 !== input["__@toStringTag@6646"]) return _io406(input, _exceptionable);
6978
+ if (void 0 !== input["__@toStringTag@6654"]) return _io406(input, _exceptionable);
6973
6979
  return false;
6974
6980
  })();
6975
6981
  const _iu4 = (input, _exceptionable = true)=>(()=>{
@@ -7042,7 +7048,7 @@ export const __webpack_modules__ = {
7042
7048
  return _io415(input, _exceptionable);
7043
7049
  })();
7044
7050
  const _iu18 = (input, _exceptionable = true)=>(()=>{
7045
- if (void 0 !== input["__@toStringTag@6646"]) return _io459(input, _exceptionable);
7051
+ if (void 0 !== input["__@toStringTag@6654"]) return _io459(input, _exceptionable);
7046
7052
  return _io0(input, _exceptionable);
7047
7053
  })();
7048
7054
  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 +9564,14 @@ export const __webpack_modules__ = {
9558
9564
  }).every((flag)=>flag)
9559
9565
  ].every((flag)=>flag);
9560
9566
  const _vo41 = (input, _path, _exceptionable = true)=>[
9561
- "string" == typeof input["__@toStringTag@6646"] || _report(_exceptionable, {
9562
- path: _path + "[\"__@toStringTag@6646\"]",
9567
+ "string" == typeof input["__@toStringTag@6654"] || _report(_exceptionable, {
9568
+ path: _path + "[\"__@toStringTag@6654\"]",
9563
9569
  expected: "string",
9564
- value: input["__@toStringTag@6646"]
9570
+ value: input["__@toStringTag@6654"]
9565
9571
  }),
9566
9572
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
9567
9573
  if ([
9568
- "__@toStringTag@6646"
9574
+ "__@toStringTag@6654"
9569
9575
  ].some((prop)=>key === prop)) return true;
9570
9576
  const value = input[key];
9571
9577
  if (void 0 === value) return true;
@@ -10351,6 +10357,11 @@ export const __webpack_modules__ = {
10351
10357
  expected: "(boolean | undefined)",
10352
10358
  value: input.verbatimModuleSyntax
10353
10359
  }),
10360
+ void 0 === input.tsEnumIsMutable || "boolean" == typeof input.tsEnumIsMutable || _report(_exceptionable, {
10361
+ path: _path + ".tsEnumIsMutable",
10362
+ expected: "(boolean | undefined)",
10363
+ value: input.tsEnumIsMutable
10364
+ }),
10354
10365
  0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
10355
10366
  if ([
10356
10367
  "react",
@@ -10361,7 +10372,8 @@ export const __webpack_modules__ = {
10361
10372
  "decoratorVersion",
10362
10373
  "treatConstEnumAsEnum",
10363
10374
  "useDefineForClassFields",
10364
- "verbatimModuleSyntax"
10375
+ "verbatimModuleSyntax",
10376
+ "tsEnumIsMutable"
10365
10377
  ].some((prop)=>key === prop)) return true;
10366
10378
  const value = input[key];
10367
10379
  if (void 0 === value) return true;
@@ -13345,6 +13357,19 @@ export const __webpack_modules__ = {
13345
13357
  expected: "(__type.o45 | false | undefined)",
13346
13358
  value: input.performance
13347
13359
  })),
13360
+ (null !== input.lazyCompilation || _report(_exceptionable, {
13361
+ path: _path + ".lazyCompilation",
13362
+ expected: "(LazyCompilationOptions | boolean | undefined)",
13363
+ value: input.lazyCompilation
13364
+ })) && (void 0 === input.lazyCompilation || "boolean" == typeof input.lazyCompilation || ("object" == typeof input.lazyCompilation && null !== input.lazyCompilation && false === Array.isArray(input.lazyCompilation) || _report(_exceptionable, {
13365
+ path: _path + ".lazyCompilation",
13366
+ expected: "(LazyCompilationOptions | boolean | undefined)",
13367
+ value: input.lazyCompilation
13368
+ })) && _vo13(input.lazyCompilation, _path + ".lazyCompilation", _exceptionable) || _report(_exceptionable, {
13369
+ path: _path + ".lazyCompilation",
13370
+ expected: "(LazyCompilationOptions | boolean | undefined)",
13371
+ value: input.lazyCompilation
13372
+ })),
13348
13373
  0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
13349
13374
  if ([
13350
13375
  "name",
@@ -13378,7 +13403,8 @@ export const __webpack_modules__ = {
13378
13403
  "profile",
13379
13404
  "amd",
13380
13405
  "bail",
13381
- "performance"
13406
+ "performance",
13407
+ "lazyCompilation"
13382
13408
  ].some((prop)=>key === prop)) return true;
13383
13409
  const value = input[key];
13384
13410
  if (void 0 === value) return true;
@@ -14440,16 +14466,16 @@ export const __webpack_modules__ = {
14440
14466
  expected: "(Array<RegExp> | false | undefined)",
14441
14467
  value: input.useInputFileSystem
14442
14468
  })),
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
14469
  void 0 === input.nativeWatcher || "boolean" == typeof input.nativeWatcher || _report(_exceptionable, {
14449
14470
  path: _path + ".nativeWatcher",
14450
14471
  expected: "(boolean | undefined)",
14451
14472
  value: input.nativeWatcher
14452
14473
  }),
14474
+ void 0 === input.inlineConst || "boolean" == typeof input.inlineConst || _report(_exceptionable, {
14475
+ path: _path + ".inlineConst",
14476
+ expected: "(boolean | undefined)",
14477
+ value: input.inlineConst
14478
+ }),
14453
14479
  void 0 === input.inlineEnum || "boolean" == typeof input.inlineEnum || _report(_exceptionable, {
14454
14480
  path: _path + ".inlineEnum",
14455
14481
  expected: "(boolean | undefined)",
@@ -14460,6 +14486,11 @@ export const __webpack_modules__ = {
14460
14486
  expected: "(boolean | undefined)",
14461
14487
  value: input.typeReexportsPresence
14462
14488
  }),
14489
+ void 0 === input.lazyBarrel || "boolean" == typeof input.lazyBarrel || _report(_exceptionable, {
14490
+ path: _path + ".lazyBarrel",
14491
+ expected: "(boolean | undefined)",
14492
+ value: input.lazyBarrel
14493
+ }),
14463
14494
  0 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
14464
14495
  if ([
14465
14496
  "cache",
@@ -14476,10 +14507,11 @@ export const __webpack_modules__ = {
14476
14507
  "buildHttp",
14477
14508
  "parallelLoader",
14478
14509
  "useInputFileSystem",
14479
- "inlineConst",
14480
14510
  "nativeWatcher",
14511
+ "inlineConst",
14481
14512
  "inlineEnum",
14482
- "typeReexportsPresence"
14513
+ "typeReexportsPresence",
14514
+ "lazyBarrel"
14483
14515
  ].some((prop)=>key === prop)) return true;
14484
14516
  const value = input[key];
14485
14517
  if (void 0 === value) return true;
@@ -18553,10 +18585,10 @@ export const __webpack_modules__ = {
18553
18585
  expected: "number",
18554
18586
  value: input.length
18555
18587
  }),
18556
- "Uint8Array" === input["__@toStringTag@6646"] || _report(_exceptionable, {
18557
- path: _path + "[\"__@toStringTag@6646\"]",
18588
+ "Uint8Array" === input["__@toStringTag@6654"] || _report(_exceptionable, {
18589
+ path: _path + "[\"__@toStringTag@6654\"]",
18558
18590
  expected: "\"Uint8Array\"",
18559
- value: input["__@toStringTag@6646"]
18591
+ value: input["__@toStringTag@6654"]
18560
18592
  }),
18561
18593
  false === _exceptionable || Object.keys(input).map((key)=>{
18562
18594
  if ([
@@ -18565,7 +18597,7 @@ export const __webpack_modules__ = {
18565
18597
  "byteLength",
18566
18598
  "byteOffset",
18567
18599
  "length",
18568
- "__@toStringTag@6646"
18600
+ "__@toStringTag@6654"
18569
18601
  ].some((prop)=>key === prop)) return true;
18570
18602
  const value = input[key];
18571
18603
  if (void 0 === value) return true;
@@ -21328,6 +21360,11 @@ export const __webpack_modules__ = {
21328
21360
  expected: "(boolean | undefined)",
21329
21361
  value: input.exprContextCritical
21330
21362
  }),
21363
+ void 0 === input.unknownContextCritical || "boolean" == typeof input.unknownContextCritical || _report(_exceptionable, {
21364
+ path: _path + ".unknownContextCritical",
21365
+ expected: "(boolean | undefined)",
21366
+ value: input.unknownContextCritical
21367
+ }),
21331
21368
  void 0 === input.wrappedContextCritical || "boolean" == typeof input.wrappedContextCritical || _report(_exceptionable, {
21332
21369
  path: _path + ".wrappedContextCritical",
21333
21370
  expected: "(boolean | undefined)",
@@ -21419,6 +21456,7 @@ export const __webpack_modules__ = {
21419
21456
  "importMeta",
21420
21457
  "url",
21421
21458
  "exprContextCritical",
21459
+ "unknownContextCritical",
21422
21460
  "wrappedContextCritical",
21423
21461
  "wrappedContextRegExp",
21424
21462
  "exportsPresence",
@@ -33201,6 +33239,11 @@ export const __webpack_modules__ = {
33201
33239
  expected: "(ManifestObjectConfig | boolean | string | undefined)",
33202
33240
  value: input.manifest
33203
33241
  })),
33242
+ void 0 === input["module"] || "boolean" == typeof input["module"] || _report(_exceptionable, {
33243
+ path: _path + "[\"module\"]",
33244
+ expected: "(boolean | undefined)",
33245
+ value: input["module"]
33246
+ }),
33204
33247
  (null !== input.sourceMap || _report(_exceptionable, {
33205
33248
  path: _path + ".sourceMap",
33206
33249
  expected: "(SourceMap | boolean | undefined)",
@@ -33317,6 +33360,7 @@ export const __webpack_modules__ = {
33317
33360
  "cssModules",
33318
33361
  "minify",
33319
33362
  "manifest",
33363
+ "module",
33320
33364
  "sourceMap",
33321
33365
  "filenameHash",
33322
33366
  "inlineScripts",
@@ -35542,11 +35586,15 @@ export const __webpack_modules__ = {
35542
35586
  }).every((flag)=>flag)
35543
35587
  ].every((flag)=>flag);
35544
35588
  const _vo388 = (input, _path, _exceptionable = true)=>[
35545
- void 0 === input.total || "boolean" == typeof input.total || _report(_exceptionable, {
35589
+ (null !== input.total || _report(_exceptionable, {
35546
35590
  path: _path + ".total",
35547
35591
  expected: "(boolean | undefined)",
35548
35592
  value: input.total
35549
- }),
35593
+ })) && (void 0 === input.total || "function" == typeof input.total || "boolean" == typeof input.total || _report(_exceptionable, {
35594
+ path: _path + ".total",
35595
+ expected: "(boolean | undefined)",
35596
+ value: input.total
35597
+ })),
35550
35598
  void 0 === input.detail || "boolean" == typeof input.detail || _report(_exceptionable, {
35551
35599
  path: _path + ".detail",
35552
35600
  expected: "(boolean | undefined)",
@@ -36565,15 +36613,6 @@ export const __webpack_modules__ = {
36565
36613
  expected: "string",
36566
36614
  value: input.name
36567
36615
  }),
36568
- (null !== input.apply || _report(_exceptionable, {
36569
- path: _path + ".apply",
36570
- expected: "(\"build\" | \"serve\" | undefined)",
36571
- value: input.apply
36572
- })) && (void 0 === input.apply || "function" == typeof input.apply || "serve" === input.apply || "build" === input.apply || _report(_exceptionable, {
36573
- path: _path + ".apply",
36574
- expected: "(\"build\" | \"serve\" | undefined)",
36575
- value: input.apply
36576
- })),
36577
36616
  void 0 === input.enforce || "pre" === input.enforce || "post" === input.enforce || _report(_exceptionable, {
36578
36617
  path: _path + ".enforce",
36579
36618
  expected: "(\"post\" | \"pre\" | undefined)",
@@ -36593,14 +36632,15 @@ export const __webpack_modules__ = {
36593
36632
  value: input.remove
36594
36633
  }),
36595
36634
  true,
36635
+ true,
36596
36636
  2 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
36597
36637
  if ([
36598
36638
  "pre",
36599
36639
  "post",
36600
36640
  "name",
36601
- "apply",
36602
36641
  "enforce",
36603
36642
  "remove",
36643
+ "apply",
36604
36644
  "setup"
36605
36645
  ].some((prop)=>key === prop)) return true;
36606
36646
  const value = input[key];
@@ -36618,14 +36658,14 @@ export const __webpack_modules__ = {
36618
36658
  }).every((flag)=>flag)
36619
36659
  ].every((flag)=>flag);
36620
36660
  const _vo406 = (input, _path, _exceptionable = true)=>[
36621
- "string" == typeof input["__@toStringTag@6646"] || _report(_exceptionable, {
36622
- path: _path + "[\"__@toStringTag@6646\"]",
36661
+ "string" == typeof input["__@toStringTag@6654"] || _report(_exceptionable, {
36662
+ path: _path + "[\"__@toStringTag@6654\"]",
36623
36663
  expected: "string",
36624
- value: input["__@toStringTag@6646"]
36664
+ value: input["__@toStringTag@6654"]
36625
36665
  }),
36626
36666
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
36627
36667
  if ([
36628
- "__@toStringTag@6646"
36668
+ "__@toStringTag@6654"
36629
36669
  ].some((prop)=>key === prop)) return true;
36630
36670
  const value = input[key];
36631
36671
  if (void 0 === value) return true;
@@ -39638,14 +39678,14 @@ export const __webpack_modules__ = {
39638
39678
  }).every((flag)=>flag)
39639
39679
  ].every((flag)=>flag);
39640
39680
  const _vo459 = (input, _path, _exceptionable = true)=>[
39641
- "string" == typeof input["__@toStringTag@6646"] || _report(_exceptionable, {
39642
- path: _path + "[\"__@toStringTag@6646\"]",
39681
+ "string" == typeof input["__@toStringTag@6654"] || _report(_exceptionable, {
39682
+ path: _path + "[\"__@toStringTag@6654\"]",
39643
39683
  expected: "string",
39644
- value: input["__@toStringTag@6646"]
39684
+ value: input["__@toStringTag@6654"]
39645
39685
  }),
39646
39686
  1 === Object.keys(input).length || false === _exceptionable || Object.keys(input).map((key)=>{
39647
39687
  if ([
39648
- "__@toStringTag@6646"
39688
+ "__@toStringTag@6654"
39649
39689
  ].some((prop)=>key === prop)) return true;
39650
39690
  const value = input[key];
39651
39691
  if (void 0 === value) return true;
@@ -39671,7 +39711,7 @@ export const __webpack_modules__ = {
39671
39711
  });
39672
39712
  })();
39673
39713
  const _vu1 = (input, _path, _exceptionable = true)=>(()=>{
39674
- if (void 0 !== input["__@toStringTag@6646"]) return _vo149(input, _path, _exceptionable);
39714
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo149(input, _path, _exceptionable);
39675
39715
  if (void 0 !== input.pem) return _vo150(input, _path, _exceptionable);
39676
39716
  return _report(_exceptionable, {
39677
39717
  path: _path,
@@ -39680,7 +39720,7 @@ export const __webpack_modules__ = {
39680
39720
  });
39681
39721
  })();
39682
39722
  const _vu2 = (input, _path, _exceptionable = true)=>(()=>{
39683
- if (void 0 !== input["__@toStringTag@6646"]) return _vo149(input, _path, _exceptionable);
39723
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo149(input, _path, _exceptionable);
39684
39724
  if (void 0 !== input.buf) return _vo151(input, _path, _exceptionable);
39685
39725
  return _report(_exceptionable, {
39686
39726
  path: _path,
@@ -39690,7 +39730,7 @@ export const __webpack_modules__ = {
39690
39730
  })();
39691
39731
  const _vu3 = (input, _path, _exceptionable = true)=>(()=>{
39692
39732
  if (void 0 !== input.name) return _vo405(input, _path, _exceptionable);
39693
- if (void 0 !== input["__@toStringTag@6646"]) return _vo406(input, _path, _exceptionable);
39733
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo406(input, _path, _exceptionable);
39694
39734
  return _report(_exceptionable, {
39695
39735
  path: _path,
39696
39736
  expected: "(LooseRsbuildPlugin | RsbuildPlugins | LooseRsbuildPlugin | Falsy)",
@@ -39795,7 +39835,7 @@ export const __webpack_modules__ = {
39795
39835
  return _vo415(input, _path, _exceptionable);
39796
39836
  })();
39797
39837
  const _vu18 = (input, _path, _exceptionable = true)=>(()=>{
39798
- if (void 0 !== input["__@toStringTag@6646"]) return _vo459(input, _path, _exceptionable);
39838
+ if (void 0 !== input["__@toStringTag@6654"]) return _vo459(input, _path, _exceptionable);
39799
39839
  return _vo0(input, _path, _exceptionable);
39800
39840
  })();
39801
39841
  const _va0 = (input, _path, _exceptionable = true)=>input.map((elem, _index738)=>(null !== elem || _report(_exceptionable, {