@lynx-js/rspeedy-canary 0.12.2-canary-20251210-47cc2bc6 → 0.12.2-canary-20251210-b192e974
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/dist/0~src_cli_exit_ts.js +3 -3
- package/dist/0~src_config_validate_ts.js +1299 -1252
- package/dist/0~src_plugins_api_plugin_ts.js +3 -3
- package/dist/0~src_plugins_chunkLoading_plugin_ts.js +3 -3
- package/dist/0~src_plugins_dev_plugin_ts.js +3 -3
- package/dist/0~src_plugins_emitOnErrors_plugin_ts.js +3 -3
- package/dist/0~src_plugins_index_ts.js +3 -3
- package/dist/0~src_plugins_inspect_plugin_ts.js +4 -4
- package/dist/0~src_plugins_minify_plugin_ts.js +3 -3
- package/dist/0~src_plugins_optimization_plugin_ts.js +3 -3
- package/dist/0~src_plugins_output_plugin_ts.js +4 -4
- package/dist/0~src_plugins_resolve_plugin_ts.js +3 -3
- package/dist/0~src_plugins_rsdoctor_plugin_ts.js +3 -3
- package/dist/0~src_plugins_sourcemap_plugin_ts.js +3 -3
- package/dist/0~src_plugins_swc_plugin_ts.js +4 -4
- package/dist/0~src_plugins_target_plugin_ts.js +4 -4
- package/dist/0~vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js.js +3 -3
- package/dist/0~vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc.js +8 -8
- package/dist/1~events-fs-fs_promises-os-path-stream.js +8 -8
- package/dist/1~node_child_process-node_events-node_fs-node_path.js +6 -6
- package/dist/1~src_cli_build_ts.js +8 -8
- package/dist/1~src_cli_commands_ts.js +5 -5
- package/dist/1~src_cli_dev_ts.js +7 -7
- package/dist/1~src_cli_inspect_ts.js +6 -6
- package/dist/1~src_cli_preview_ts.js +6 -6
- package/dist/1~src_config_validate_ts.js +1278 -1231
- package/dist/1~src_plugins_api_plugin_ts.js +3 -3
- package/dist/1~src_plugins_chunkLoading_plugin_ts.js +3 -3
- package/dist/1~src_plugins_dev_plugin_ts.js +3 -3
- package/dist/1~src_plugins_emitOnErrors_plugin_ts.js +3 -3
- package/dist/1~src_plugins_index_ts.js +3 -3
- package/dist/1~src_plugins_inspect_plugin_ts.js +4 -4
- package/dist/1~src_plugins_minify_plugin_ts.js +3 -3
- package/dist/1~src_plugins_optimization_plugin_ts.js +3 -3
- package/dist/1~src_plugins_output_plugin_ts.js +4 -4
- package/dist/1~src_plugins_resolve_plugin_ts.js +3 -3
- package/dist/1~src_plugins_rsdoctor_plugin_ts.js +4 -4
- package/dist/1~src_plugins_sourcemap_plugin_ts.js +3 -3
- package/dist/1~src_plugins_swc_plugin_ts.js +4 -4
- package/dist/1~src_plugins_target_plugin_ts.js +4 -4
- package/dist/1~src_version_ts.js +3 -3
- package/dist/1~vendors-node_modules_pnpm_chokidar_4_0_3_node_modules_chokidar_esm_index_js.js +3 -3
- package/dist/1~vendors-node_modules_pnpm_commander_13_1_0_node_modules_commander_esm_mjs.js +10 -10
- package/dist/1~vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js.js +3 -3
- package/dist/1~vendors-node_modules_pnpm_javascript-stringify_2_1_0_node_modules_javascript-stringify_dist_i-562fbc.js +8 -8
- package/dist/cli/main.js +11 -11
- package/dist/cli/start.js +1 -1
- package/dist/index.js +11 -11
- package/package.json +2 -2
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
4
|
-
export const
|
|
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"
|
|
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
|
|
3
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
3
|
-
export const
|
|
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"
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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
|
});
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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"
|
|
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
|
});
|
package/dist/0~vendors-node_modules_pnpm_ipaddr_js_2_2_0_node_modules_ipaddr_js_lib_ipaddr_js.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export const
|
|
2
|
-
export const
|
|
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"
|
|
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
|
|
2
|
-
export const
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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"
|
|
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
|
});
|
|
@@ -4,27 +4,27 @@ import * as __rspack_external_fs_promises_400951f8 from "fs/promises";
|
|
|
4
4
|
import * as __rspack_external_os from "os";
|
|
5
5
|
import * as __rspack_external_path from "path";
|
|
6
6
|
import * as __rspack_external_stream from "stream";
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
7
|
+
export const __rspack_esm_id = "events-fs-fs_promises-os-path-stream";
|
|
8
|
+
export const __rspack_esm_ids = [
|
|
9
9
|
"events-fs-fs_promises-os-path-stream"
|
|
10
10
|
];
|
|
11
11
|
export const __webpack_modules__ = {
|
|
12
|
-
events
|
|
12
|
+
events (module) {
|
|
13
13
|
module.exports = __rspack_external_events;
|
|
14
14
|
},
|
|
15
|
-
fs
|
|
15
|
+
fs (module) {
|
|
16
16
|
module.exports = __rspack_external_fs;
|
|
17
17
|
},
|
|
18
|
-
"fs/promises"
|
|
18
|
+
"fs/promises" (module) {
|
|
19
19
|
module.exports = __rspack_external_fs_promises_400951f8;
|
|
20
20
|
},
|
|
21
|
-
os
|
|
21
|
+
os (module) {
|
|
22
22
|
module.exports = __rspack_external_os;
|
|
23
23
|
},
|
|
24
|
-
path
|
|
24
|
+
path (module) {
|
|
25
25
|
module.exports = __rspack_external_path;
|
|
26
26
|
},
|
|
27
|
-
stream
|
|
27
|
+
stream (module) {
|
|
28
28
|
module.exports = __rspack_external_stream;
|
|
29
29
|
}
|
|
30
30
|
};
|
|
@@ -2,21 +2,21 @@ import * as __rspack_external_node_child_process_27f17141 from "node:child_proce
|
|
|
2
2
|
import * as __rspack_external_node_events_0a6aefe7 from "node:events";
|
|
3
3
|
import * as __rspack_external_node_fs_5ea92f0c from "node:fs";
|
|
4
4
|
import * as __rspack_external_node_path_c5b9b54f from "node:path";
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
5
|
+
export const __rspack_esm_id = "node_child_process-node_events-node_fs-node_path";
|
|
6
|
+
export const __rspack_esm_ids = [
|
|
7
7
|
"node_child_process-node_events-node_fs-node_path"
|
|
8
8
|
];
|
|
9
9
|
export const __webpack_modules__ = {
|
|
10
|
-
"node:child_process"
|
|
10
|
+
"node:child_process" (module) {
|
|
11
11
|
module.exports = __rspack_external_node_child_process_27f17141;
|
|
12
12
|
},
|
|
13
|
-
"node:events"
|
|
13
|
+
"node:events" (module) {
|
|
14
14
|
module.exports = __rspack_external_node_events_0a6aefe7;
|
|
15
15
|
},
|
|
16
|
-
"node:fs"
|
|
16
|
+
"node:fs" (module) {
|
|
17
17
|
module.exports = __rspack_external_node_fs_5ea92f0c;
|
|
18
18
|
},
|
|
19
|
-
"node:path"
|
|
19
|
+
"node:path" (module) {
|
|
20
20
|
module.exports = __rspack_external_node_path_c5b9b54f;
|
|
21
21
|
}
|
|
22
22
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { pathToFileURL } from "node:url";
|
|
2
2
|
import { register } from "#register";
|
|
3
3
|
import * as __rspack_external_node_fs_5ea92f0c from "node:fs";
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
4
|
+
export const __rspack_esm_id = "src_cli_build_ts";
|
|
5
|
+
export const __rspack_esm_ids = [
|
|
6
6
|
"src_cli_build_ts"
|
|
7
7
|
];
|
|
8
8
|
export const __webpack_modules__ = {
|
|
9
|
-
"./src/cli/build.ts"
|
|
9
|
+
"./src/cli/build.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
11
|
build: ()=>build
|
|
12
12
|
});
|
|
@@ -48,7 +48,7 @@ export const __webpack_modules__ = {
|
|
|
48
48
|
if (shouldExit && !isWatch) (0, _exit_js__rspack_import_2.exit)();
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"./src/cli/init.ts"
|
|
51
|
+
"./src/cli/init.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
52
52
|
__webpack_require__.d(__webpack_exports__, {
|
|
53
53
|
T: ()=>init
|
|
54
54
|
});
|
|
@@ -168,7 +168,7 @@ export const __webpack_modules__ = {
|
|
|
168
168
|
};
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
|
-
"./src/cli/watch.ts"
|
|
171
|
+
"./src/cli/watch.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
172
172
|
__webpack_require__.d(__webpack_exports__, {
|
|
173
173
|
G: ()=>getWatchedFiles,
|
|
174
174
|
N: ()=>watchFiles
|
|
@@ -213,7 +213,7 @@ export const __webpack_modules__ = {
|
|
|
213
213
|
return watchedFiles;
|
|
214
214
|
}
|
|
215
215
|
},
|
|
216
|
-
"./src/create-rspeedy.ts"
|
|
216
|
+
"./src/create-rspeedy.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
217
217
|
__webpack_require__.d(__webpack_exports__, {
|
|
218
218
|
x: ()=>createRspeedy
|
|
219
219
|
});
|
|
@@ -414,7 +414,7 @@ export const __webpack_modules__ = {
|
|
|
414
414
|
});
|
|
415
415
|
}
|
|
416
416
|
},
|
|
417
|
-
"./src/utils/is-ci.ts"
|
|
417
|
+
"./src/utils/is-ci.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
418
418
|
__webpack_require__.d(__webpack_exports__, {
|
|
419
419
|
J: ()=>isCI
|
|
420
420
|
});
|
|
@@ -422,7 +422,7 @@ export const __webpack_modules__ = {
|
|
|
422
422
|
return !!process.env['CI'] && 'false' !== process.env['CI'];
|
|
423
423
|
}
|
|
424
424
|
},
|
|
425
|
-
"node:fs"
|
|
425
|
+
"node:fs" (module) {
|
|
426
426
|
module.exports = __rspack_external_node_fs_5ea92f0c;
|
|
427
427
|
}
|
|
428
428
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as __rspack_external_node_path_c5b9b54f from "node:path";
|
|
2
|
-
export const
|
|
3
|
-
export const
|
|
2
|
+
export const __rspack_esm_id = "src_cli_commands_ts";
|
|
3
|
+
export const __rspack_esm_ids = [
|
|
4
4
|
"src_cli_commands_ts"
|
|
5
5
|
];
|
|
6
6
|
export const __webpack_modules__ = {
|
|
7
|
-
"./src/cli/commands.ts"
|
|
7
|
+
"./src/cli/commands.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8
8
|
__webpack_require__.r(__webpack_exports__);
|
|
9
9
|
__webpack_require__.d(__webpack_exports__, {
|
|
10
10
|
apply: ()=>apply
|
|
@@ -55,7 +55,7 @@ export const __webpack_modules__ = {
|
|
|
55
55
|
return program;
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"./src/version.ts"
|
|
58
|
+
"./src/version.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59
59
|
__webpack_require__.d(__webpack_exports__, {
|
|
60
60
|
version: ()=>version,
|
|
61
61
|
rspackVersion: ()=>rspackVersion,
|
|
@@ -68,7 +68,7 @@ export const __webpack_modules__ = {
|
|
|
68
68
|
const version = package_namespaceObject.rE;
|
|
69
69
|
const rspackVersion = core_.rspack.rspackVersion;
|
|
70
70
|
},
|
|
71
|
-
"node:path"
|
|
71
|
+
"node:path" (module) {
|
|
72
72
|
module.exports = __rspack_external_node_path_c5b9b54f;
|
|
73
73
|
}
|
|
74
74
|
};
|
package/dist/1~src_cli_dev_ts.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { pathToFileURL } from "node:url";
|
|
2
2
|
import { register } from "#register";
|
|
3
3
|
import * as __rspack_external_node_fs_5ea92f0c from "node:fs";
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
4
|
+
export const __rspack_esm_id = "src_cli_dev_ts";
|
|
5
|
+
export const __rspack_esm_ids = [
|
|
6
6
|
"src_cli_dev_ts"
|
|
7
7
|
];
|
|
8
8
|
export const __webpack_modules__ = {
|
|
9
|
-
"./src/cli/dev.ts"
|
|
9
|
+
"./src/cli/dev.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
11
|
dev: ()=>dev
|
|
12
12
|
});
|
|
@@ -40,7 +40,7 @@ export const __webpack_modules__ = {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"./src/cli/init.ts"
|
|
43
|
+
"./src/cli/init.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
44
44
|
__webpack_require__.d(__webpack_exports__, {
|
|
45
45
|
T: ()=>init
|
|
46
46
|
});
|
|
@@ -160,7 +160,7 @@ export const __webpack_modules__ = {
|
|
|
160
160
|
};
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
|
-
"./src/cli/watch.ts"
|
|
163
|
+
"./src/cli/watch.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
164
164
|
__webpack_require__.d(__webpack_exports__, {
|
|
165
165
|
G: ()=>getWatchedFiles,
|
|
166
166
|
N: ()=>watchFiles
|
|
@@ -205,7 +205,7 @@ export const __webpack_modules__ = {
|
|
|
205
205
|
return watchedFiles;
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
"./src/create-rspeedy.ts"
|
|
208
|
+
"./src/create-rspeedy.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
209
209
|
__webpack_require__.d(__webpack_exports__, {
|
|
210
210
|
x: ()=>createRspeedy
|
|
211
211
|
});
|
|
@@ -406,7 +406,7 @@ export const __webpack_modules__ = {
|
|
|
406
406
|
});
|
|
407
407
|
}
|
|
408
408
|
},
|
|
409
|
-
"node:fs"
|
|
409
|
+
"node:fs" (module) {
|
|
410
410
|
module.exports = __rspack_external_node_fs_5ea92f0c;
|
|
411
411
|
}
|
|
412
412
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { pathToFileURL } from "node:url";
|
|
2
2
|
import { register } from "#register";
|
|
3
3
|
import * as __rspack_external_node_fs_5ea92f0c from "node:fs";
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
4
|
+
export const __rspack_esm_id = "src_cli_inspect_ts";
|
|
5
|
+
export const __rspack_esm_ids = [
|
|
6
6
|
"src_cli_inspect_ts"
|
|
7
7
|
];
|
|
8
8
|
export const __webpack_modules__ = {
|
|
9
|
-
"./src/cli/init.ts"
|
|
9
|
+
"./src/cli/init.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
11
|
T: ()=>init
|
|
12
12
|
});
|
|
@@ -126,7 +126,7 @@ export const __webpack_modules__ = {
|
|
|
126
126
|
};
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
|
-
"./src/cli/inspect.ts"
|
|
129
|
+
"./src/cli/inspect.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
130
130
|
__webpack_require__.d(__webpack_exports__, {
|
|
131
131
|
inspect: ()=>inspect
|
|
132
132
|
});
|
|
@@ -151,7 +151,7 @@ export const __webpack_modules__ = {
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
"./src/create-rspeedy.ts"
|
|
154
|
+
"./src/create-rspeedy.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
155
155
|
__webpack_require__.d(__webpack_exports__, {
|
|
156
156
|
x: ()=>createRspeedy
|
|
157
157
|
});
|
|
@@ -352,7 +352,7 @@ export const __webpack_modules__ = {
|
|
|
352
352
|
});
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
|
-
"node:fs"
|
|
355
|
+
"node:fs" (module) {
|
|
356
356
|
module.exports = __rspack_external_node_fs_5ea92f0c;
|
|
357
357
|
}
|
|
358
358
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { pathToFileURL } from "node:url";
|
|
2
2
|
import { register } from "#register";
|
|
3
3
|
import * as __rspack_external_node_fs_5ea92f0c from "node:fs";
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
4
|
+
export const __rspack_esm_id = "src_cli_preview_ts";
|
|
5
|
+
export const __rspack_esm_ids = [
|
|
6
6
|
"src_cli_preview_ts"
|
|
7
7
|
];
|
|
8
8
|
export const __webpack_modules__ = {
|
|
9
|
-
"./src/cli/init.ts"
|
|
9
|
+
"./src/cli/init.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
11
|
T: ()=>init
|
|
12
12
|
});
|
|
@@ -126,7 +126,7 @@ export const __webpack_modules__ = {
|
|
|
126
126
|
};
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
|
-
"./src/cli/preview.ts"
|
|
129
|
+
"./src/cli/preview.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
130
130
|
__webpack_require__.d(__webpack_exports__, {
|
|
131
131
|
preview: ()=>preview
|
|
132
132
|
});
|
|
@@ -153,7 +153,7 @@ export const __webpack_modules__ = {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
-
"./src/create-rspeedy.ts"
|
|
156
|
+
"./src/create-rspeedy.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
157
157
|
__webpack_require__.d(__webpack_exports__, {
|
|
158
158
|
x: ()=>createRspeedy
|
|
159
159
|
});
|
|
@@ -354,7 +354,7 @@ export const __webpack_modules__ = {
|
|
|
354
354
|
});
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
|
-
"node:fs"
|
|
357
|
+
"node:fs" (module) {
|
|
358
358
|
module.exports = __rspack_external_node_fs_5ea92f0c;
|
|
359
359
|
}
|
|
360
360
|
};
|