rolldown 1.0.0-beta.10-commit.bf212da → 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 +3 -5
- package/dist/cli.mjs +2 -2
- package/dist/config.cjs +2 -2
- package/dist/config.mjs +2 -2
- package/dist/experimental-index.cjs +1 -1
- package/dist/experimental-index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/parallel-plugin-worker.cjs +1 -1
- package/dist/parallel-plugin-worker.mjs +1 -1
- package/dist/shared/{load-config-ZOGX0N6a.mjs → load-config-BYNxN4-l.mjs} +1 -1
- package/dist/shared/{load-config-DEyy-phc.cjs → load-config-DWdmvHuq.cjs} +1 -1
- package/dist/shared/{src-BOhIOXwi.cjs → src-CH08hUyG.cjs} +1 -1
- package/dist/shared/{src-aebl8_bs.mjs → src-Dy1CUrVb.mjs} +1 -1
- package/package.json +18 -18
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-CH08hUyG.cjs');
|
|
3
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
|
});
|
package/dist/cli.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __commonJS, __esm, __toESM } from "./shared/chunk--iN_1bjD.mjs";
|
|
2
|
-
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, init_rolldown, init_validator, init_watch, rolldown, validateCliOptions, version, watch } from "./shared/src-
|
|
2
|
+
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, init_rolldown, init_validator, init_watch, rolldown, validateCliOptions, version, watch } from "./shared/src-Dy1CUrVb.mjs";
|
|
3
3
|
import "./shared/parse-ast-index-BkTjw5qC.mjs";
|
|
4
4
|
import { arraify, init_misc } from "./shared/misc-DGAe2XOW.mjs";
|
|
5
|
-
import { init_load_config, loadConfig } from "./shared/load-config-
|
|
5
|
+
import { init_load_config, loadConfig } from "./shared/load-config-BYNxN4-l.mjs";
|
|
6
6
|
import path, { sep } from "node:path";
|
|
7
7
|
import colors from "ansis";
|
|
8
8
|
import process$1 from "node:process";
|
package/dist/config.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const require_src = require('./shared/src-
|
|
1
|
+
const require_src = require('./shared/src-CH08hUyG.cjs');
|
|
2
2
|
require('./shared/parse-ast-index-D7OUxwJp.cjs');
|
|
3
3
|
require('./shared/misc-BKp5iIef.cjs');
|
|
4
|
-
const require_load_config = require('./shared/load-config-
|
|
4
|
+
const require_load_config = require('./shared/load-config-DWdmvHuq.cjs');
|
|
5
5
|
|
|
6
6
|
//#region src/config.ts
|
|
7
7
|
const VERSION = require_src.version;
|
package/dist/config.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineConfig, version } from "./shared/src-
|
|
1
|
+
import { defineConfig, version } from "./shared/src-Dy1CUrVb.mjs";
|
|
2
2
|
import "./shared/parse-ast-index-BkTjw5qC.mjs";
|
|
3
3
|
import "./shared/misc-DGAe2XOW.mjs";
|
|
4
|
-
import { init_load_config, loadConfig } from "./shared/load-config-
|
|
4
|
+
import { init_load_config, loadConfig } from "./shared/load-config-BYNxN4-l.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/config.ts
|
|
7
7
|
init_load_config();
|
|
@@ -1,5 +1,5 @@
|
|
|
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-CH08hUyG.cjs');
|
|
3
3
|
const require_parse_ast_index = require('./shared/parse-ast-index-D7OUxwJp.cjs');
|
|
4
4
|
require('./shared/misc-BKp5iIef.cjs');
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __toESM } from "./shared/chunk--iN_1bjD.mjs";
|
|
2
|
-
import { BuiltinPlugin, assetPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, init_compose_js_plugins, init_constructors, init_create_bundler, init_normalize_string_or_regex, init_transform_to_rollup_output, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-
|
|
2
|
+
import { BuiltinPlugin, assetPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, init_compose_js_plugins, init_constructors, init_create_bundler, init_normalize_string_or_regex, init_transform_to_rollup_output, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-Dy1CUrVb.mjs";
|
|
3
3
|
import { require_binding } from "./shared/parse-ast-index-BkTjw5qC.mjs";
|
|
4
4
|
import "./shared/misc-DGAe2XOW.mjs";
|
|
5
5
|
import { pathToFileURL } from "node:url";
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VERSION, build, defineConfig, init_src, rolldown, watch } from "./shared/src-
|
|
1
|
+
import { VERSION, build, defineConfig, init_src, rolldown, watch } from "./shared/src-Dy1CUrVb.mjs";
|
|
2
2
|
import "./shared/parse-ast-index-BkTjw5qC.mjs";
|
|
3
3
|
import "./shared/misc-DGAe2XOW.mjs";
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
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-CH08hUyG.cjs');
|
|
3
3
|
const require_parse_ast_index = require('./shared/parse-ast-index-D7OUxwJp.cjs');
|
|
4
4
|
require('./shared/misc-BKp5iIef.cjs');
|
|
5
5
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __commonJS, __toESM } from "./shared/chunk--iN_1bjD.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin, init_bindingify_plugin, init_plugin_context_data } from "./shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin, init_bindingify_plugin, init_plugin_context_data } from "./shared/src-Dy1CUrVb.mjs";
|
|
3
3
|
import { require_binding } from "./shared/parse-ast-index-BkTjw5qC.mjs";
|
|
4
4
|
import "./shared/misc-DGAe2XOW.mjs";
|
|
5
5
|
import { parentPort, workerData } from "node:worker_threads";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __esm } from "./chunk--iN_1bjD.mjs";
|
|
2
|
-
import { init_rolldown, rolldown } from "./src-
|
|
2
|
+
import { init_rolldown, rolldown } from "./src-Dy1CUrVb.mjs";
|
|
3
3
|
import fs from "node:fs";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import { pathToFileURL } from "node:url";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./src-
|
|
2
|
+
const require_src = require('./src-CH08hUyG.cjs');
|
|
3
3
|
const node_fs = require_chunk.__toESM(require("node:fs"));
|
|
4
4
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
@@ -9,7 +9,7 @@ const node_os = require_chunk.__toESM(require("node:os"));
|
|
|
9
9
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.0.0-beta.10-commit.
|
|
12
|
+
var version = "1.0.0-beta.10-commit.174c548";
|
|
13
13
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
14
14
|
|
|
15
15
|
//#endregion
|
|
@@ -9,7 +9,7 @@ import os from "node:os";
|
|
|
9
9
|
import { Worker } from "node:worker_threads";
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.0.0-beta.10-commit.
|
|
12
|
+
var version = "1.0.0-beta.10-commit.174c548";
|
|
13
13
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
14
14
|
|
|
15
15
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.10-commit.
|
|
3
|
+
"version": "1.0.0-beta.10-commit.174c548",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"homepage": "https://rolldown.rs/",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"dtsHeader": "type MaybePromise<T> = T | Promise<T>\ntype Nullable<T> = T | null | undefined\ntype VoidNullable<T = void> = T | null | undefined | void\nexport type BindingStringOrRegex = string | RegExp\n\n"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@oxc-project/runtime": "0.72.2",
|
|
94
|
-
"@oxc-project/types": "0.72.2",
|
|
93
|
+
"@oxc-project/runtime": "=0.72.2",
|
|
94
|
+
"@oxc-project/types": "=0.72.2",
|
|
95
95
|
"ansis": "^4.0.0",
|
|
96
|
-
"@rolldown/pluginutils": "1.0.0-beta.10-commit.
|
|
96
|
+
"@rolldown/pluginutils": "1.0.0-beta.10-commit.174c548"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@napi-rs/cli": "3.0.0-alpha.81",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"emnapi": "^1.2.0",
|
|
107
107
|
"execa": "^9.2.0",
|
|
108
108
|
"glob": "^11.0.0",
|
|
109
|
-
"oxc-parser": "0.72.2",
|
|
109
|
+
"oxc-parser": "=0.72.2",
|
|
110
110
|
"remeda": "^2.10.0",
|
|
111
111
|
"rolldown-plugin-dts": "^0.13.6",
|
|
112
112
|
"rollup": "^4.18.0",
|
|
@@ -117,22 +117,22 @@
|
|
|
117
117
|
"typedoc": "^0.28.0",
|
|
118
118
|
"typescript": "^5.7.3",
|
|
119
119
|
"valibot": "1.1.0",
|
|
120
|
-
"rolldown": "1.0.0-beta.10-commit.
|
|
120
|
+
"rolldown": "1.0.0-beta.10-commit.174c548",
|
|
121
121
|
"@rolldown/testing": "0.0.1"
|
|
122
122
|
},
|
|
123
123
|
"optionalDependencies": {
|
|
124
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-beta.10-commit.
|
|
125
|
-
"@rolldown/binding-darwin-x64": "1.0.0-beta.10-commit.
|
|
126
|
-
"@rolldown/binding-
|
|
127
|
-
"@rolldown/binding-
|
|
128
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.10-commit.
|
|
129
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.10-commit.
|
|
130
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.10-commit.
|
|
131
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.10-commit.
|
|
132
|
-
"@rolldown/binding-
|
|
133
|
-
"@rolldown/binding-
|
|
134
|
-
"@rolldown/binding-win32-
|
|
135
|
-
"@rolldown/binding-win32-
|
|
124
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.10-commit.174c548",
|
|
125
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.10-commit.174c548",
|
|
126
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.10-commit.174c548",
|
|
127
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.10-commit.174c548",
|
|
128
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.10-commit.174c548",
|
|
129
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.10-commit.174c548",
|
|
130
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.10-commit.174c548",
|
|
131
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.10-commit.174c548",
|
|
132
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.10-commit.174c548",
|
|
133
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.10-commit.174c548",
|
|
134
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.10-commit.174c548",
|
|
135
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.10-commit.174c548"
|
|
136
136
|
},
|
|
137
137
|
"scripts": {
|
|
138
138
|
"# Scrips for binding #": "_",
|