@rspack-debug/cli
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ "use strict"; | ||
| exports.modules = { | ||
| "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| "./src/utils/profile.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| __webpack_require__.d(__webpack_exports__, { | ||
@@ -9,0 +9,0 @@ applyProfile: ()=>applyProfile |
+3
-3
@@ -1,7 +0,7 @@ | ||
| export const __webpack_id__ = "274"; | ||
| export const __webpack_ids__ = [ | ||
| export const __rspack_esm_id = "274"; | ||
| export const __rspack_esm_ids = [ | ||
| "274" | ||
| ]; | ||
| export const __webpack_modules__ = { | ||
| "./src/utils/profile.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| "./src/utils/profile.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| __webpack_require__.d(__webpack_exports__, { | ||
@@ -8,0 +8,0 @@ applyProfile: ()=>applyProfile |
+10
-10
@@ -5,3 +5,3 @@ const __rslib_import_meta_url__ = /*#__PURE__*/ function() { | ||
| var __webpack_modules__ = { | ||
| "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) { | ||
| "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js" (module) { | ||
| let p = process || {}, argv = p.argv || [], env = p.env || {}; | ||
@@ -72,3 +72,3 @@ 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); | ||
| }, | ||
| "../../node_modules/.pnpm/pirates@4.0.7/node_modules/pirates/lib/index.js": function(module, exports1, __webpack_require__) { | ||
| "../../node_modules/.pnpm/pirates@4.0.7/node_modules/pirates/lib/index.js" (module, exports1, __webpack_require__) { | ||
| "use strict"; | ||
@@ -134,3 +134,3 @@ module = __webpack_require__.nmd(module); | ||
| }, | ||
| "./src/utils/rspackCore.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| "./src/utils/rspackCore.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| "use strict"; | ||
@@ -144,15 +144,15 @@ __webpack_require__.d(__webpack_exports__, { | ||
| }, | ||
| module: function(module) { | ||
| module (module) { | ||
| "use strict"; | ||
| module.exports = require("module"); | ||
| }, | ||
| "node:fs": function(module) { | ||
| "node:fs" (module) { | ||
| "use strict"; | ||
| module.exports = require("node:fs"); | ||
| }, | ||
| "node:path": function(module) { | ||
| "node:path" (module) { | ||
| "use strict"; | ||
| module.exports = require("node:path"); | ||
| }, | ||
| path: function(module) { | ||
| path (module) { | ||
| "use strict"; | ||
@@ -1194,3 +1194,3 @@ module.exports = require("path"); | ||
| program.help(); | ||
| program.version("1.6.6"); | ||
| program.version("1.6.7"); | ||
| } | ||
@@ -1358,9 +1358,9 @@ async createCompiler(options, rspackCommand, callback) { | ||
| exports.definePlugin = __webpack_exports__.definePlugin; | ||
| for(var __webpack_i__ in __webpack_exports__)if (-1 === [ | ||
| for(var __rspack_i in __webpack_exports__)if (-1 === [ | ||
| "RspackCLI", | ||
| "defineConfig", | ||
| "definePlugin" | ||
| ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__]; | ||
| ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i]; | ||
| Object.defineProperty(exports, '__esModule', { | ||
| value: true | ||
| }); |
+14
-14
@@ -10,3 +10,3 @@ import * as __rspack_external_module from "module"; | ||
| var __webpack_modules__ = { | ||
| "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) { | ||
| "../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js" (module) { | ||
| let p = process || {}, argv = p.argv || [], env = p.env || {}; | ||
@@ -77,3 +77,3 @@ 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); | ||
| }, | ||
| "../../node_modules/.pnpm/pirates@4.0.7/node_modules/pirates/lib/index.js": function(module, exports, __webpack_require__) { | ||
| "../../node_modules/.pnpm/pirates@4.0.7/node_modules/pirates/lib/index.js" (module, exports, __webpack_require__) { | ||
| module = __webpack_require__.nmd(module); | ||
@@ -138,3 +138,3 @@ const BuiltinModule = __webpack_require__("module"); | ||
| }, | ||
| "./src/utils/rspackCore.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| "./src/utils/rspackCore.ts" (__unused_webpack_module, __webpack_exports__, __webpack_require__) { | ||
| __webpack_require__.d(__webpack_exports__, { | ||
@@ -146,12 +146,12 @@ Z: ()=>rspack | ||
| }, | ||
| module: function(module) { | ||
| module (module) { | ||
| module.exports = __rspack_external_module; | ||
| }, | ||
| "node:fs": function(module) { | ||
| "node:fs" (module) { | ||
| module.exports = __rspack_external_node_fs_5ea92f0c; | ||
| }, | ||
| "node:path": function(module) { | ||
| "node:path" (module) { | ||
| module.exports = __rspack_external_node_path_c5b9b54f; | ||
| }, | ||
| path: function(module) { | ||
| path (module) { | ||
| module.exports = __rspack_external_path; | ||
@@ -207,12 +207,12 @@ } | ||
| var installChunk = (data)=>{ | ||
| var __webpack_ids__ = data.__webpack_ids__; | ||
| var __rspack_esm_ids = data.__rspack_esm_ids; | ||
| var __webpack_modules__ = data.__webpack_modules__; | ||
| var __webpack_runtime__ = data.__webpack_runtime__; | ||
| var __rspack_esm_runtime = data.__rspack_esm_runtime; | ||
| var moduleId, chunkId, i = 0; | ||
| for(moduleId in __webpack_modules__)if (__webpack_require__.o(__webpack_modules__, moduleId)) __webpack_require__.m[moduleId] = __webpack_modules__[moduleId]; | ||
| if (__webpack_runtime__) __webpack_runtime__(__webpack_require__); | ||
| for(; i < __webpack_ids__.length; i++){ | ||
| chunkId = __webpack_ids__[i]; | ||
| if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__); | ||
| for(; i < __rspack_esm_ids.length; i++){ | ||
| chunkId = __rspack_esm_ids[i]; | ||
| if (__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) installedChunks[chunkId][0](); | ||
| installedChunks[__webpack_ids__[i]] = 0; | ||
| installedChunks[__rspack_esm_ids[i]] = 0; | ||
| } | ||
@@ -1182,3 +1182,3 @@ }; | ||
| program.help(); | ||
| program.version("1.6.6"); | ||
| program.version("1.6.7"); | ||
| } | ||
@@ -1185,0 +1185,0 @@ async createCompiler(options, rspackCommand, callback) { |
+4
-4
| { | ||
| "name": "@rspack-debug/cli", | ||
| "version": "1.6.6", | ||
| "version": "1.6.7", | ||
| "description": "CLI for rspack", | ||
@@ -37,3 +37,3 @@ "homepage": "https://rspack.rs", | ||
| "devDependencies": { | ||
| "@rslib/core": "0.18.2", | ||
| "@rslib/core": "0.18.3", | ||
| "@types/webpack-bundle-analyzer": "^4.7.0", | ||
@@ -48,4 +48,4 @@ "cac": "^6.7.14", | ||
| "typescript": "^5.9.3", | ||
| "@rspack/core": "npm:@rspack-debug/core@1.6.6", | ||
| "@rspack/test-tools": "npm:@rspack-debug/test-tools@1.6.6" | ||
| "@rspack/core": "npm:@rspack-debug/core@1.6.7", | ||
| "@rspack/test-tools": "npm:@rspack-debug/test-tools@1.6.7" | ||
| }, | ||
@@ -52,0 +52,0 @@ "peerDependencies": { |
136262
-0.11%