@rolldown/browser 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 +1077 -1036
- package/dist/config.cjs +3 -3
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs +5 -4
- package/dist/experimental-index.browser.mjs +1 -1
- package/dist/experimental-index.cjs +2 -2
- package/dist/experimental-index.d.mts +2 -2
- package/dist/experimental-index.mjs +14 -3
- package/dist/filter-index.d.mts +2 -2
- package/dist/filter-index.mjs +2 -1
- package/dist/index.browser.mjs +1 -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 +33 -27
- 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/rolldown-binding.wasm32-wasi.wasm +0 -0
- package/dist/shared/chunk-DSsiIF1Z.mjs +30 -0
- package/dist/shared/{define-config-cqCLLLZ-.d.mts → define-config-BIXBk1MV.d.mts} +1 -1
- package/dist/shared/dist-DeDsdiza.mjs +153 -0
- package/dist/shared/{load-config-0bnuUeT5.cjs → load-config-Bh4s7mv7.cjs} +1 -1
- package/dist/shared/{load-config-F7nMcxMb.mjs → load-config-NxVyTTYe.mjs} +19 -14
- package/dist/shared/{parse-ast-index-C31FpvkE.mjs → parse-ast-index-B3Tue26H.mjs} +28 -10
- package/dist/shared/{parse-ast-index-BuelS_NF.cjs → parse-ast-index-DL8_b_QU.cjs} +1 -1
- package/dist/shared/prompt-jPdbaKAj.mjs +854 -0
- package/dist/shared/{src-B3FAi7gC.cjs → src-C1WG6B4S.cjs} +86 -16
- package/dist/shared/{src-6t_bV_L5.mjs → src-zY8hlbF2.mjs} +1422 -1132
- package/dist/{src-1eaUHc8G.js → src-DLpA6Cgv.js} +6 -6
- package/package.json +2 -2
- package/dist/shared/dist-BoWaIc-K.mjs +0 -147
- 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-
|
|
2
|
+
const require_src = require('./shared/src-C1WG6B4S.cjs');
|
|
3
3
|
const require_dist = require('./shared/dist-BMVjvV-v.cjs');
|
|
4
|
-
require('./shared/parse-ast-index-
|
|
5
|
-
const require_load_config = require('./shared/load-config-
|
|
4
|
+
require('./shared/parse-ast-index-DL8_b_QU.cjs');
|
|
5
|
+
const require_load_config = require('./shared/load-config-Bh4s7mv7.cjs');
|
|
6
6
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
7
7
|
const node_process = require_chunk.__toESM(require("node:process"));
|
|
8
8
|
const node_util = require_chunk.__toESM(require("node:util"));
|
|
@@ -955,9 +955,7 @@ function createConsola(options$1 = {}) {
|
|
|
955
955
|
defaults: { level },
|
|
956
956
|
stdout: process.stdout,
|
|
957
957
|
stderr: process.stderr,
|
|
958
|
-
prompt: (...args) => Promise.resolve().then(
|
|
959
|
-
return require("./shared/prompt-8EeOGx1_.cjs");
|
|
960
|
-
}).then((m) => m.prompt(...args)),
|
|
958
|
+
prompt: (...args) => Promise.resolve().then(() => require("./shared/prompt-8EeOGx1_.cjs")).then((m) => m.prompt(...args)),
|
|
961
959
|
reporters: options$1.reporters || [options$1.fancy ?? !(T || R) ? new FancyReporter() : new BasicReporter()],
|
|
962
960
|
...options$1
|
|
963
961
|
});
|
|
@@ -1419,8 +1417,8 @@ const process$2 = globalThis.process;
|
|
|
1419
1417
|
const { onExit, load, unload } = signalExitWrap(processOk(process$2) ? new SignalExit(process$2) : new SignalExitFallback());
|
|
1420
1418
|
|
|
1421
1419
|
//#endregion
|
|
1422
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.72.
|
|
1423
|
-
var require_usingCtx = require_chunk.__commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.72.
|
|
1420
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.72.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
|
|
1421
|
+
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) {
|
|
1424
1422
|
function _usingCtx() {
|
|
1425
1423
|
var r$1 = "function" == typeof SuppressedError ? SuppressedError : function(r$2, e$1) {
|
|
1426
1424
|
var n$2 = Error();
|