@lynx-js/rspeedy-canary 0.12.2-canary-20251210-47cc2bc6 → 0.12.2-canary-20251210-37d32392

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 (50) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/dist/0~src_cli_exit_ts.js +3 -3
  3. package/dist/0~src_config_validate_ts.js +1346 -1278
  4. package/dist/0~src_plugins_api_plugin_ts.js +3 -3
  5. package/dist/0~src_plugins_chunkLoading_plugin_ts.js +3 -3
  6. package/dist/0~src_plugins_dev_plugin_ts.js +3 -3
  7. package/dist/0~src_plugins_emitOnErrors_plugin_ts.js +3 -3
  8. package/dist/0~src_plugins_index_ts.js +3 -3
  9. package/dist/0~src_plugins_inspect_plugin_ts.js +4 -4
  10. package/dist/0~src_plugins_minify_plugin_ts.js +3 -3
  11. package/dist/0~src_plugins_optimization_plugin_ts.js +3 -3
  12. package/dist/0~src_plugins_output_plugin_ts.js +4 -4
  13. package/dist/0~src_plugins_resolve_plugin_ts.js +3 -3
  14. package/dist/0~src_plugins_rsdoctor_plugin_ts.js +3 -3
  15. package/dist/0~src_plugins_sourcemap_plugin_ts.js +3 -3
  16. package/dist/0~src_plugins_swc_plugin_ts.js +4 -4
  17. package/dist/0~src_plugins_target_plugin_ts.js +4 -4
  18. package/dist/0~vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js.js +3 -3
  19. package/dist/0~vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc.js +8 -8
  20. package/dist/1~events-fs-fs_promises-os-path-stream.js +8 -8
  21. package/dist/1~node_child_process-node_events-node_fs-node_path.js +6 -6
  22. package/dist/1~src_cli_build_ts.js +8 -8
  23. package/dist/1~src_cli_commands_ts.js +5 -5
  24. package/dist/1~src_cli_dev_ts.js +7 -7
  25. package/dist/1~src_cli_inspect_ts.js +6 -6
  26. package/dist/1~src_cli_preview_ts.js +6 -6
  27. package/dist/1~src_config_validate_ts.js +1346 -1278
  28. package/dist/1~src_plugins_api_plugin_ts.js +3 -3
  29. package/dist/1~src_plugins_chunkLoading_plugin_ts.js +3 -3
  30. package/dist/1~src_plugins_dev_plugin_ts.js +3 -3
  31. package/dist/1~src_plugins_emitOnErrors_plugin_ts.js +3 -3
  32. package/dist/1~src_plugins_index_ts.js +3 -3
  33. package/dist/1~src_plugins_inspect_plugin_ts.js +4 -4
  34. package/dist/1~src_plugins_minify_plugin_ts.js +3 -3
  35. package/dist/1~src_plugins_optimization_plugin_ts.js +3 -3
  36. package/dist/1~src_plugins_output_plugin_ts.js +4 -4
  37. package/dist/1~src_plugins_resolve_plugin_ts.js +3 -3
  38. package/dist/1~src_plugins_rsdoctor_plugin_ts.js +4 -4
  39. package/dist/1~src_plugins_sourcemap_plugin_ts.js +3 -3
  40. package/dist/1~src_plugins_swc_plugin_ts.js +4 -4
  41. package/dist/1~src_plugins_target_plugin_ts.js +4 -4
  42. package/dist/1~src_version_ts.js +3 -3
  43. package/dist/1~vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js.js +3 -3
  44. package/dist/1~vendors-node_modules_pnpm_commander_13_1_0_node_modules_commander_esm_mjs.js +10 -10
  45. package/dist/1~vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js.js +3 -3
  46. package/dist/1~vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc.js +8 -8
  47. package/dist/cli/main.js +11 -11
  48. package/dist/cli/start.js +1 -1
  49. package/dist/index.js +11 -11
  50. package/package.json +3 -3
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_api_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_api_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_api_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/api.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/api.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginAPI: ()=>pluginAPI
9
9
  });
@@ -1,11 +1,11 @@
1
1
  import { LynxCacheEventsPlugin } from "@lynx-js/cache-events-webpack-plugin";
2
2
  import { ChunkLoadingWebpackPlugin } from "@lynx-js/chunk-loading-webpack-plugin";
3
- export const __webpack_id__ = "src_plugins_chunkLoading_plugin_ts";
4
- export const __webpack_ids__ = [
3
+ export const __rspack_esm_id = "src_plugins_chunkLoading_plugin_ts";
4
+ export const __rspack_esm_ids = [
5
5
  "src_plugins_chunkLoading_plugin_ts"
6
6
  ];
7
7
  export const __webpack_modules__ = {
8
- "./src/plugins/chunkLoading.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8
+ "./src/plugins/chunkLoading.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9
9
  __webpack_require__.d(__webpack_exports__, {
10
10
  pluginChunkLoading: ()=>pluginChunkLoading
11
11
  });
@@ -1,10 +1,10 @@
1
1
  import { createRequire } from "node:module";
2
- export const __webpack_id__ = "src_plugins_dev_plugin_ts";
3
- export const __webpack_ids__ = [
2
+ export const __rspack_esm_id = "src_plugins_dev_plugin_ts";
3
+ export const __rspack_esm_ids = [
4
4
  "src_plugins_dev_plugin_ts"
5
5
  ];
6
6
  export const __webpack_modules__ = {
7
- "./src/plugins/dev.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
+ "./src/plugins/dev.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8
8
  __webpack_require__.d(__webpack_exports__, {
9
9
  pluginDev: ()=>pluginDev
10
10
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_emitOnErrors_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_emitOnErrors_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_emitOnErrors_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/emitOnErrors.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/emitOnErrors.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginEmitOnErrors: ()=>pluginEmitOnErrors
9
9
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_index_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_index_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_index_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/index.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/index.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.r(__webpack_exports__);
8
8
  __webpack_require__.d(__webpack_exports__, {
9
9
  applyDefaultPlugins: ()=>applyDefaultPlugins
@@ -1,16 +1,16 @@
1
1
  import { mkdir, writeFile } from "node:fs/promises";
2
- export const __webpack_id__ = "src_plugins_inspect_plugin_ts";
3
- export const __webpack_ids__ = [
2
+ export const __rspack_esm_id = "src_plugins_inspect_plugin_ts";
3
+ export const __rspack_esm_ids = [
4
4
  "src_plugins_inspect_plugin_ts"
5
5
  ];
6
6
  export const __webpack_modules__ = {
7
- "./src/config/output/dist-path.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
+ "./src/config/output/dist-path.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8
8
  __webpack_require__.d(__webpack_exports__, {
9
9
  z: ()=>DEFAULT_DIST_PATH_INTERMEDIATE
10
10
  });
11
11
  const DEFAULT_DIST_PATH_INTERMEDIATE = '.rspeedy';
12
12
  },
13
- "./src/plugins/inspect.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
13
+ "./src/plugins/inspect.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
14
14
  __webpack_require__.d(__webpack_exports__, {
15
15
  inspectRspeedyConfig: ()=>inspectRspeedyConfig,
16
16
  pluginInspect: ()=>pluginInspect
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_minify_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_minify_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_minify_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/minify.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/minify.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginMinify: ()=>pluginMinify
9
9
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_optimization_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_optimization_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_optimization_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/optimization.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/optimization.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginOptimization: ()=>pluginOptimization
9
9
  });
@@ -1,15 +1,15 @@
1
- export const __webpack_id__ = "src_plugins_output_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_output_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_output_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/config/output/dist-path.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/config/output/dist-path.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  z: ()=>DEFAULT_DIST_PATH_INTERMEDIATE
9
9
  });
10
10
  const DEFAULT_DIST_PATH_INTERMEDIATE = '.rspeedy';
11
11
  },
12
- "./src/plugins/output.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
12
+ "./src/plugins/output.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
13
13
  __webpack_require__.d(__webpack_exports__, {
14
14
  pluginOutput: ()=>pluginOutput
15
15
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_resolve_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_resolve_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_resolve_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/resolve.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/resolve.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginResolve: ()=>pluginResolve
9
9
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_rsdoctor_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_rsdoctor_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_rsdoctor_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/rsdoctor.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/rsdoctor.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginRsdoctor: ()=>pluginRsdoctor
9
9
  });
@@ -48,7 +48,7 @@ export const __webpack_modules__ = {
48
48
  };
49
49
  }
50
50
  },
51
- "./src/utils/is-ci.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
51
+ "./src/utils/is-ci.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
52
52
  __webpack_require__.d(__webpack_exports__, {
53
53
  J: ()=>isCI
54
54
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_sourcemap_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_sourcemap_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_sourcemap_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/sourcemap.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/sourcemap.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginSourcemap: ()=>pluginSourcemap
9
9
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_swc_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_swc_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_swc_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/swc.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/swc.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginSwc: ()=>pluginSwc
9
9
  });
@@ -28,7 +28,7 @@ export const __webpack_modules__ = {
28
28
  };
29
29
  }
30
30
  },
31
- "./src/utils/getESVersionTarget.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
31
+ "./src/utils/getESVersionTarget.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
32
32
  __webpack_require__.d(__webpack_exports__, {
33
33
  y: ()=>getESVersionTarget
34
34
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_plugins_target_plugin_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_plugins_target_plugin_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_plugins_target_plugin_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/plugins/target.plugin.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/plugins/target.plugin.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  pluginTarget: ()=>pluginTarget
9
9
  });
@@ -28,7 +28,7 @@ export const __webpack_modules__ = {
28
28
  };
29
29
  }
30
30
  },
31
- "./src/utils/getESVersionTarget.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
31
+ "./src/utils/getESVersionTarget.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
32
32
  __webpack_require__.d(__webpack_exports__, {
33
33
  y: ()=>getESVersionTarget
34
34
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "src_version_ts";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "src_version_ts";
2
+ export const __rspack_esm_ids = [
3
3
  "src_version_ts"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "./src/version.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
+ "./src/version.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7
7
  __webpack_require__.d(__webpack_exports__, {
8
8
  version: ()=>version,
9
9
  rspackVersion: ()=>rspackVersion,
@@ -1,10 +1,10 @@
1
1
  /*! For license information please see 1~vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js.js.LICENSE.txt */
2
- export const __webpack_id__ = "vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js";
3
- export const __webpack_ids__ = [
2
+ export const __rspack_esm_id = "vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js";
3
+ export const __rspack_esm_ids = [
4
4
  "vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js"
5
5
  ];
6
6
  export const __webpack_modules__ = {
7
- "../../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js": function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
7
+ "../../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js" (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
8
8
  __webpack_require__.d(__webpack_exports__, {
9
9
  default: ()=>chokidar_esm
10
10
  });
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "vendors-node_modules_pnpm_commander_13_1_0_node_modules_commander_esm_mjs";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "vendors-node_modules_pnpm_commander_13_1_0_node_modules_commander_esm_mjs";
2
+ export const __rspack_esm_ids = [
3
3
  "vendors-node_modules_pnpm_commander_13_1_0_node_modules_commander_esm_mjs"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/index.js": function(__unused_webpack_module, exports, __webpack_require__) {
6
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/index.js" (__unused_webpack_module, exports, __webpack_require__) {
7
7
  const { Argument } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/argument.js");
8
8
  const { Command } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/command.js");
9
9
  const { CommanderError, InvalidArgumentError } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/error.js");
@@ -21,7 +21,7 @@ export const __webpack_modules__ = {
21
21
  exports.InvalidArgumentError = InvalidArgumentError;
22
22
  exports.InvalidOptionArgumentError = InvalidArgumentError;
23
23
  },
24
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/argument.js": function(__unused_webpack_module, exports, __webpack_require__) {
24
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/argument.js" (__unused_webpack_module, exports, __webpack_require__) {
25
25
  const { InvalidArgumentError } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/error.js");
26
26
  class Argument {
27
27
  constructor(name, description){
@@ -93,7 +93,7 @@ export const __webpack_modules__ = {
93
93
  exports.Argument = Argument;
94
94
  exports.humanReadableArgName = humanReadableArgName;
95
95
  },
96
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/command.js": function(__unused_webpack_module, exports, __webpack_require__) {
96
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/command.js" (__unused_webpack_module, exports, __webpack_require__) {
97
97
  const EventEmitter = __webpack_require__("node:events").EventEmitter;
98
98
  const childProcess = __webpack_require__("node:child_process");
99
99
  const path = __webpack_require__("node:path");
@@ -1248,7 +1248,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1248
1248
  exports.Command = Command;
1249
1249
  exports.useColor = useColor;
1250
1250
  },
1251
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/error.js": function(__unused_webpack_module, exports) {
1251
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/error.js" (__unused_webpack_module, exports) {
1252
1252
  class CommanderError extends Error {
1253
1253
  constructor(exitCode, code, message){
1254
1254
  super(message);
@@ -1269,7 +1269,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1269
1269
  exports.CommanderError = CommanderError;
1270
1270
  exports.InvalidArgumentError = InvalidArgumentError;
1271
1271
  },
1272
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/help.js": function(__unused_webpack_module, exports, __webpack_require__) {
1272
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/help.js" (__unused_webpack_module, exports, __webpack_require__) {
1273
1273
  const { humanReadableArgName } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/argument.js");
1274
1274
  class Help {
1275
1275
  constructor(){
@@ -1539,7 +1539,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1539
1539
  exports.Help = Help;
1540
1540
  exports.stripColor = stripColor;
1541
1541
  },
1542
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/option.js": function(__unused_webpack_module, exports, __webpack_require__) {
1542
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/option.js" (__unused_webpack_module, exports, __webpack_require__) {
1543
1543
  const { InvalidArgumentError } = __webpack_require__("../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/error.js");
1544
1544
  class Option {
1545
1545
  constructor(flags, description){
@@ -1691,7 +1691,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1691
1691
  exports.Option = Option;
1692
1692
  exports.DualOptions = DualOptions;
1693
1693
  },
1694
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js": function(__unused_webpack_module, exports) {
1694
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/lib/suggestSimilar.js" (__unused_webpack_module, exports) {
1695
1695
  const maxDistance = 3;
1696
1696
  function editDistance(a, b) {
1697
1697
  if (Math.abs(a.length - b.length) > maxDistance) return Math.max(a.length, b.length);
@@ -1741,7 +1741,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1741
1741
  }
1742
1742
  exports.suggestSimilar = suggestSimilar;
1743
1743
  },
1744
- "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/esm.mjs": function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1744
+ "../../../node_modules/.pnpm/commander@13.1.0/node_modules/commander/esm.mjs" (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1745
1745
  __webpack_require__.r(__webpack_exports__);
1746
1746
  __webpack_require__.d(__webpack_exports__, {
1747
1747
  Argument: ()=>Argument,
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js";
2
+ export const __rspack_esm_ids = [
3
3
  "vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "../../../node_modules/.pnpm/ipaddr.js@2.2.0/node_modules/ipaddr.js/lib/ipaddr.js": function(module) {
6
+ "../../../node_modules/.pnpm/ipaddr.js@2.2.0/node_modules/ipaddr.js/lib/ipaddr.js" (module) {
7
7
  (function(root) {
8
8
  'use strict';
9
9
  const ipv4Part = '(0?\\d+|0x[a-f0-9]+)';
@@ -1,9 +1,9 @@
1
- export const __webpack_id__ = "vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc";
2
- export const __webpack_ids__ = [
1
+ export const __rspack_esm_id = "vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc";
2
+ export const __rspack_esm_ids = [
3
3
  "vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc"
4
4
  ];
5
5
  export const __webpack_modules__ = {
6
- "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/array.js": function(__unused_webpack_module, exports) {
6
+ "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/array.js" (__unused_webpack_module, exports) {
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: true
9
9
  });
@@ -19,7 +19,7 @@ export const __webpack_modules__ = {
19
19
  };
20
20
  exports.arrayToString = arrayToString;
21
21
  },
22
- "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/function.js": function(__unused_webpack_module, exports, __webpack_require__) {
22
+ "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/function.js" (__unused_webpack_module, exports, __webpack_require__) {
23
23
  Object.defineProperty(exports, "__esModule", {
24
24
  value: true
25
25
  });
@@ -212,7 +212,7 @@ export const __webpack_modules__ = {
212
212
  }
213
213
  exports.FunctionParser = FunctionParser;
214
214
  },
215
- "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/index.js": function(__unused_webpack_module, exports, __webpack_require__) {
215
+ "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/index.js" (__unused_webpack_module, exports, __webpack_require__) {
216
216
  exports.stringify = void 0;
217
217
  const stringify_1 = __webpack_require__("../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/stringify.js");
218
218
  const quote_1 = __webpack_require__("../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/quote.js");
@@ -272,7 +272,7 @@ export const __webpack_modules__ = {
272
272
  return (value, space, next, key)=>replacer(value, space, (value)=>stringify_1.toString(value, space, next, key), key);
273
273
  }
274
274
  },
275
- "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/object.js": function(__unused_webpack_module, exports, __webpack_require__) {
275
+ "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/object.js" (__unused_webpack_module, exports, __webpack_require__) {
276
276
  Object.defineProperty(exports, "__esModule", {
277
277
  value: true
278
278
  });
@@ -321,7 +321,7 @@ export const __webpack_modules__ = {
321
321
  "[object Window]": globalToString
322
322
  };
323
323
  },
324
- "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/quote.js": function(__unused_webpack_module, exports) {
324
+ "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/quote.js" (__unused_webpack_module, exports) {
325
325
  Object.defineProperty(exports, "__esModule", {
326
326
  value: true
327
327
  });
@@ -386,7 +386,7 @@ export const __webpack_modules__ = {
386
386
  }
387
387
  exports.stringifyPath = stringifyPath;
388
388
  },
389
- "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/stringify.js": function(__unused_webpack_module, exports, __webpack_require__) {
389
+ "../../../node_modules/.pnpm/javascript-stringify@2.1.0/node_modules/javascript-stringify/dist/stringify.js" (__unused_webpack_module, exports, __webpack_require__) {
390
390
  Object.defineProperty(exports, "__esModule", {
391
391
  value: true
392
392
  });
package/dist/cli/main.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as __rspack_external__rsbuild_core_1b356efc from "@rsbuild/core";
2
2
  import * as __rspack_external_node_process_786449bf from "node:process";
3
3
  var __webpack_modules__ = {
4
- "../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) {
4
+ "../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js" (module) {
5
5
  let p = process || {}, argv = p.argv || [], env = p.env || {};
6
6
  let isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || "win32" === p.platform || (p.stdout || {}).isTTY && "dumb" !== env.TERM || !!env.CI);
7
7
  let formatter = (open, close, replace = open)=>(input)=>{
@@ -67,7 +67,7 @@ var __webpack_modules__ = {
67
67
  module.exports = createColors();
68
68
  module.exports.createColors = createColors;
69
69
  },
70
- "./src/cli/exit.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
70
+ "./src/cli/exit.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
71
71
  __webpack_require__.d(__webpack_exports__, {
72
72
  exit: ()=>exit_exit
73
73
  });
@@ -173,7 +173,7 @@ var __webpack_modules__ = {
173
173
  await Promise.allSettled(exitPromises);
174
174
  }
175
175
  },
176
- "./src/debug.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
176
+ "./src/debug.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
177
177
  __webpack_require__.d(__webpack_exports__, {
178
178
  Iv: ()=>debugList,
179
179
  Yz: ()=>debug,
@@ -203,10 +203,10 @@ var __webpack_modules__ = {
203
203
  ''
204
204
  ].concat(messages).join('\n - ')}`);
205
205
  },
206
- "@rsbuild/core": function(module) {
206
+ "@rsbuild/core" (module) {
207
207
  module.exports = __rspack_external__rsbuild_core_1b356efc;
208
208
  },
209
- "node:process": function(module) {
209
+ "node:process" (module) {
210
210
  module.exports = __rspack_external_node_process_786449bf;
211
211
  }
212
212
  };
@@ -293,16 +293,16 @@ __webpack_require__.m = __webpack_modules__;
293
293
  "cli/main": 0
294
294
  };
295
295
  var installChunk = (data)=>{
296
- var __webpack_ids__ = data.__webpack_ids__;
296
+ var __rspack_esm_ids = data.__rspack_esm_ids;
297
297
  var __webpack_modules__ = data.__webpack_modules__;
298
- var __webpack_runtime__ = data.__webpack_runtime__;
298
+ var __rspack_esm_runtime = data.__rspack_esm_runtime;
299
299
  var moduleId, chunkId, i = 0;
300
300
  for(moduleId in __webpack_modules__)if (__webpack_require__.o(__webpack_modules__, moduleId)) __webpack_require__.m[moduleId] = __webpack_modules__[moduleId];
301
- if (__webpack_runtime__) __webpack_runtime__(__webpack_require__);
302
- for(; i < __webpack_ids__.length; i++){
303
- chunkId = __webpack_ids__[i];
301
+ if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
302
+ for(; i < __rspack_esm_ids.length; i++){
303
+ chunkId = __rspack_esm_ids[i];
304
304
  if (__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) installedChunks[chunkId][0]();
305
- installedChunks[__webpack_ids__[i]] = 0;
305
+ installedChunks[__rspack_esm_ids[i]] = 0;
306
306
  }
307
307
  };
308
308
  __webpack_require__.f.j = function(chunkId, promises) {
package/dist/cli/start.js CHANGED
@@ -3,7 +3,7 @@ import { dirname, join } from "node:path";
3
3
  import { pathToFileURL } from "node:url";
4
4
  import { logger } from "@rsbuild/core";
5
5
  var __webpack_modules__ = {
6
- "../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) {
6
+ "../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js" (module) {
7
7
  let p = process || {}, argv = p.argv || [], env = p.env || {};
8
8
  let isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || "win32" === p.platform || (p.stdout || {}).isTTY && "dumb" !== env.TERM || !!env.CI);
9
9
  let formatter = (open, close, replace = open)=>(input)=>{
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import node_fs from "node:fs";
4
4
  import { pathToFileURL } from "node:url";
5
5
  import { register } from "#register";
6
6
  var __webpack_modules__ = {
7
- "../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) {
7
+ "../../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js" (module) {
8
8
  let p = process || {}, argv = p.argv || [], env = p.env || {};
9
9
  let isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || "win32" === p.platform || (p.stdout || {}).isTTY && "dumb" !== env.TERM || !!env.CI);
10
10
  let formatter = (open, close, replace = open)=>(input)=>{
@@ -70,7 +70,7 @@ var __webpack_modules__ = {
70
70
  module.exports = createColors();
71
71
  module.exports.createColors = createColors;
72
72
  },
73
- "./src/debug.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
73
+ "./src/debug.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
74
74
  __webpack_require__.d(__webpack_exports__, {
75
75
  Iv: ()=>debugList,
76
76
  Yz: ()=>debug,
@@ -100,7 +100,7 @@ var __webpack_modules__ = {
100
100
  ''
101
101
  ].concat(messages).join('\n - ')}`);
102
102
  },
103
- "./src/version.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
103
+ "./src/version.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
104
104
  __webpack_require__.d(__webpack_exports__, {
105
105
  f3: ()=>rspackVersion,
106
106
  rE: ()=>version,
@@ -113,10 +113,10 @@ var __webpack_modules__ = {
113
113
  const version = package_namespaceObject.rE;
114
114
  const rspackVersion = core_.rspack.rspackVersion;
115
115
  },
116
- "@rsbuild/core": function(module) {
116
+ "@rsbuild/core" (module) {
117
117
  module.exports = __rspack_external__rsbuild_core_1b356efc;
118
118
  },
119
- "node:path": function(module) {
119
+ "node:path" (module) {
120
120
  module.exports = __rspack_external_node_path_c5b9b54f;
121
121
  }
122
122
  };
@@ -203,16 +203,16 @@ __webpack_require__.m = __webpack_modules__;
203
203
  index: 0
204
204
  };
205
205
  var installChunk = (data)=>{
206
- var __webpack_ids__ = data.__webpack_ids__;
206
+ var __rspack_esm_ids = data.__rspack_esm_ids;
207
207
  var __webpack_modules__ = data.__webpack_modules__;
208
- var __webpack_runtime__ = data.__webpack_runtime__;
208
+ var __rspack_esm_runtime = data.__rspack_esm_runtime;
209
209
  var moduleId, chunkId, i = 0;
210
210
  for(moduleId in __webpack_modules__)if (__webpack_require__.o(__webpack_modules__, moduleId)) __webpack_require__.m[moduleId] = __webpack_modules__[moduleId];
211
- if (__webpack_runtime__) __webpack_runtime__(__webpack_require__);
212
- for(; i < __webpack_ids__.length; i++){
213
- chunkId = __webpack_ids__[i];
211
+ if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
212
+ for(; i < __rspack_esm_ids.length; i++){
213
+ chunkId = __rspack_esm_ids[i];
214
214
  if (__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) installedChunks[chunkId][0]();
215
- installedChunks[__webpack_ids__[i]] = 0;
215
+ installedChunks[__rspack_esm_ids[i]] = 0;
216
216
  }
217
217
  };
218
218
  __webpack_require__.f.j = function(chunkId, promises) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.12.2-canary-20251210-47cc2bc6",
3
+ "version": "0.12.2-canary-20251210-37d32392",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -50,10 +50,10 @@
50
50
  "dependencies": {
51
51
  "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.2",
52
52
  "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.3",
53
- "@lynx-js/web-rsbuild-server-middleware": "npm:@lynx-js/web-rsbuild-server-middleware-canary@0.19.1-canary-20251210-47cc2bc6",
53
+ "@lynx-js/web-rsbuild-server-middleware": "npm:@lynx-js/web-rsbuild-server-middleware-canary@0.19.1-canary-20251210-37d32392",
54
54
  "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
55
55
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
56
- "@rsbuild/core": "1.6.9",
56
+ "@rsbuild/core": "1.6.13",
57
57
  "@rsbuild/plugin-css-minimizer": "1.0.3",
58
58
  "@rsdoctor/rspack-plugin": "1.2.3"
59
59
  },