rolldown 1.0.0-beta.10-commit.885ee53 → 1.0.0-beta.10-commit.174c548
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/dist/cli.cjs +6 -8
- package/dist/cli.mjs +1075 -1036
- package/dist/config.cjs +3 -3
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs +5 -4
- package/dist/experimental-index.cjs +2 -2
- package/dist/experimental-index.d.mts +2 -2
- package/dist/experimental-index.mjs +12 -3
- package/dist/filter-index.d.mts +2 -2
- package/dist/filter-index.mjs +2 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +4 -3
- package/dist/parallel-plugin-worker.cjs +2 -2
- package/dist/parallel-plugin-worker.mjs +34 -28
- package/dist/parallel-plugin.d.mts +2 -2
- package/dist/parse-ast-index.cjs +1 -1
- package/dist/parse-ast-index.d.mts +1 -1
- package/dist/parse-ast-index.mjs +2 -1
- package/dist/shared/chunk--iN_1bjD.mjs +33 -0
- package/dist/shared/{define-config-CpexVifn.d.mts → define-config-BL025qn5.d.mts} +1 -1
- package/dist/shared/{load-config-WuIFSl0A.mjs → load-config-BYNxN4-l.mjs} +19 -14
- package/dist/shared/{load-config-DTXGCmId.cjs → load-config-DWdmvHuq.cjs} +1 -1
- package/dist/shared/{misc-BN0nse6C.mjs → misc-DGAe2XOW.mjs} +4 -1
- package/dist/shared/{parse-ast-index-PSQWLeSo.mjs → parse-ast-index-BkTjw5qC.mjs} +30 -40
- package/dist/shared/{parse-ast-index-BvK1MT-L.cjs → parse-ast-index-D7OUxwJp.cjs} +1 -1
- package/dist/shared/prompt-Dc0i9ubg.mjs +854 -0
- package/dist/shared/{src-DrHV5x1X.cjs → src-CH08hUyG.cjs} +86 -16
- package/dist/shared/{src-BB5r5vkG.mjs → src-Dy1CUrVb.mjs} +1428 -1110
- package/package.json +20 -20
- package/dist/shared/prompt-C3zHEaSG.mjs +0 -852
- /package/dist/shared/{binding-Dod8fhx9.d.mts → binding-CHPrEDXp.d.mts} +0 -0
package/dist/cli.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
3
|
-
require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-CH08hUyG.cjs');
|
|
3
|
+
require('./shared/parse-ast-index-D7OUxwJp.cjs');
|
|
4
4
|
const require_misc = require('./shared/misc-BKp5iIef.cjs');
|
|
5
|
-
const require_load_config = require('./shared/load-config-
|
|
5
|
+
const require_load_config = require('./shared/load-config-DWdmvHuq.cjs');
|
|
6
6
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
7
7
|
const ansis = require_chunk.__toESM(require("ansis"));
|
|
8
8
|
const node_process = require_chunk.__toESM(require("node:process"));
|
|
@@ -956,9 +956,7 @@ function createConsola(options$1 = {}) {
|
|
|
956
956
|
defaults: { level },
|
|
957
957
|
stdout: process.stdout,
|
|
958
958
|
stderr: process.stderr,
|
|
959
|
-
prompt: (...args) => Promise.resolve().then(
|
|
960
|
-
return require("./shared/prompt-8EeOGx1_.cjs");
|
|
961
|
-
}).then((m) => m.prompt(...args)),
|
|
959
|
+
prompt: (...args) => Promise.resolve().then(() => require("./shared/prompt-8EeOGx1_.cjs")).then((m) => m.prompt(...args)),
|
|
962
960
|
reporters: options$1.reporters || [options$1.fancy ?? !(T || R) ? new FancyReporter() : new BasicReporter()],
|
|
963
961
|
...options$1
|
|
964
962
|
});
|
|
@@ -1420,8 +1418,8 @@ const process$2 = globalThis.process;
|
|
|
1420
1418
|
const { onExit, load, unload } = signalExitWrap(processOk(process$2) ? new SignalExit(process$2) : new SignalExitFallback());
|
|
1421
1419
|
|
|
1422
1420
|
//#endregion
|
|
1423
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.72.
|
|
1424
|
-
var require_usingCtx = require_chunk.__commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.72.
|
|
1421
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
|
|
1422
|
+
var require_usingCtx = require_chunk.__commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js"(exports, module) {
|
|
1425
1423
|
function _usingCtx() {
|
|
1426
1424
|
var r$1 = "function" == typeof SuppressedError ? SuppressedError : function(r$2, e$1) {
|
|
1427
1425
|
var n$2 = Error();
|