rolldown 1.0.0-beta.3-commit.93d8731 → 1.0.0-beta.3-commit.725c566
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/cjs/cli.cjs +1 -1
- package/dist/cjs/experimental-index.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/parallel-plugin-worker.cjs +1 -1
- package/dist/esm/cli.mjs +1 -1
- package/dist/esm/experimental-index.mjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/parallel-plugin-worker.mjs +1 -1
- package/dist/shared/{src-D3KcZYs5.mjs → src-BLGmbzkm.mjs} +4 -2
- package/dist/shared/{src-CFnF45HT.cjs → src-BjMtmwg9.cjs} +4 -2
- package/dist/types/binding.d.ts +1 -0
- package/dist/types/options/input-options.d.ts +1 -0
- package/package.json +14 -14
package/dist/cjs/cli.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
|
|
3
|
-
const require_src = require('../shared/src-
|
|
3
|
+
const require_src = require('../shared/src-BjMtmwg9.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-p24sJjY3.cjs');
|
|
5
5
|
const node_process = require_chunk.__toESM(require("node:process"));
|
|
6
6
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
|
|
3
|
-
const require_src = require('../shared/src-
|
|
3
|
+
const require_src = require('../shared/src-BjMtmwg9.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-p24sJjY3.cjs');
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
6
6
|
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
|
|
3
|
-
const require_src = require('../shared/src-
|
|
3
|
+
const require_src = require('../shared/src-BjMtmwg9.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-p24sJjY3.cjs');
|
|
5
5
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
6
6
|
|
package/dist/esm/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { colors } from "../shared/parse-ast-index-BDY-7XFT.mjs";
|
|
2
|
-
import { arraify, description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "../shared/src-
|
|
2
|
+
import { arraify, description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "../shared/src-BLGmbzkm.mjs";
|
|
3
3
|
import process$1, { cwd } from "node:process";
|
|
4
4
|
import path, { sep } from "node:path";
|
|
5
5
|
import fs from "node:fs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { import_binding } from "../shared/parse-ast-index-BDY-7XFT.mjs";
|
|
2
|
-
import { BuiltinPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src-
|
|
2
|
+
import { BuiltinPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src-BLGmbzkm.mjs";
|
|
3
3
|
import { pathToFileURL } from "node:url";
|
|
4
4
|
|
|
5
5
|
//#region src/plugin/parallel-plugin.ts
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../shared/parse-ast-index-BDY-7XFT.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-BLGmbzkm.mjs";
|
|
3
3
|
|
|
4
4
|
export { VERSION, build, defineConfig, rolldown, watch };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { import_binding } from "../shared/parse-ast-index-BDY-7XFT.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "../shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "../shared/src-BLGmbzkm.mjs";
|
|
3
3
|
import { parentPort, workerData } from "node:worker_threads";
|
|
4
4
|
|
|
5
5
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -1711,6 +1711,7 @@ function bindingifyJsx(input) {
|
|
|
1711
1711
|
function bindingifyWatch(watch$1) {
|
|
1712
1712
|
if (watch$1) {
|
|
1713
1713
|
let value = {
|
|
1714
|
+
buildDelay: watch$1.buildDelay,
|
|
1714
1715
|
skipWrite: watch$1.skipWrite,
|
|
1715
1716
|
include: normalizedStringOrRegex(watch$1.include),
|
|
1716
1717
|
exclude: normalizedStringOrRegex(watch$1.exclude)
|
|
@@ -2270,7 +2271,8 @@ const WatchOptionsSchema = v.strictObject({
|
|
|
2270
2271
|
compareContents: v.optional(v.boolean()),
|
|
2271
2272
|
pollInterval: v.optional(v.number())
|
|
2272
2273
|
})), v.description("Notify options")),
|
|
2273
|
-
skipWrite: v.pipe(v.optional(v.boolean()), v.description("Skip the bundle.write() step"))
|
|
2274
|
+
skipWrite: v.pipe(v.optional(v.boolean()), v.description("Skip the bundle.write() step")),
|
|
2275
|
+
buildDelay: v.pipe(v.optional(v.number()), v.description("Throttle watch rebuilds"))
|
|
2274
2276
|
});
|
|
2275
2277
|
const ChecksOptionsSchema = v.strictObject({ circularDependency: v.pipe(v.optional(v.boolean()), v.description("Whether to emit warnings when detecting circular dependencies")) });
|
|
2276
2278
|
const MinifyOptionsSchema = v.strictObject({
|
|
@@ -2699,7 +2701,7 @@ const watch = (input) => {
|
|
|
2699
2701
|
|
|
2700
2702
|
//#endregion
|
|
2701
2703
|
//#region package.json
|
|
2702
|
-
var version = "1.0.0-beta.3-commit.
|
|
2704
|
+
var version = "1.0.0-beta.3-commit.725c566";
|
|
2703
2705
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2704
2706
|
|
|
2705
2707
|
//#endregion
|
|
@@ -1713,6 +1713,7 @@ function bindingifyJsx(input) {
|
|
|
1713
1713
|
function bindingifyWatch(watch$1) {
|
|
1714
1714
|
if (watch$1) {
|
|
1715
1715
|
let value = {
|
|
1716
|
+
buildDelay: watch$1.buildDelay,
|
|
1716
1717
|
skipWrite: watch$1.skipWrite,
|
|
1717
1718
|
include: normalizedStringOrRegex(watch$1.include),
|
|
1718
1719
|
exclude: normalizedStringOrRegex(watch$1.exclude)
|
|
@@ -2272,7 +2273,8 @@ const WatchOptionsSchema = valibot.strictObject({
|
|
|
2272
2273
|
compareContents: valibot.optional(valibot.boolean()),
|
|
2273
2274
|
pollInterval: valibot.optional(valibot.number())
|
|
2274
2275
|
})), valibot.description("Notify options")),
|
|
2275
|
-
skipWrite: valibot.pipe(valibot.optional(valibot.boolean()), valibot.description("Skip the bundle.write() step"))
|
|
2276
|
+
skipWrite: valibot.pipe(valibot.optional(valibot.boolean()), valibot.description("Skip the bundle.write() step")),
|
|
2277
|
+
buildDelay: valibot.pipe(valibot.optional(valibot.number()), valibot.description("Throttle watch rebuilds"))
|
|
2276
2278
|
});
|
|
2277
2279
|
const ChecksOptionsSchema = valibot.strictObject({ circularDependency: valibot.pipe(valibot.optional(valibot.boolean()), valibot.description("Whether to emit warnings when detecting circular dependencies")) });
|
|
2278
2280
|
const MinifyOptionsSchema = valibot.strictObject({
|
|
@@ -2701,7 +2703,7 @@ const watch = (input) => {
|
|
|
2701
2703
|
|
|
2702
2704
|
//#endregion
|
|
2703
2705
|
//#region package.json
|
|
2704
|
-
var version = "1.0.0-beta.3-commit.
|
|
2706
|
+
var version = "1.0.0-beta.3-commit.725c566";
|
|
2705
2707
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2706
2708
|
|
|
2707
2709
|
//#endregion
|
package/dist/types/binding.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.3-commit.
|
|
3
|
+
"version": "1.0.0-beta.3-commit.725c566",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -122,21 +122,21 @@
|
|
|
122
122
|
"unbuild": "^3.0.0",
|
|
123
123
|
"why-is-node-running": "^3.0.0",
|
|
124
124
|
"@rolldown/testing": "0.0.1",
|
|
125
|
-
"rolldown": "1.0.0-beta.3-commit.
|
|
125
|
+
"rolldown": "1.0.0-beta.3-commit.725c566"
|
|
126
126
|
},
|
|
127
127
|
"optionalDependencies": {
|
|
128
|
-
"@rolldown/binding-darwin-
|
|
129
|
-
"@rolldown/binding-
|
|
130
|
-
"@rolldown/binding-darwin-
|
|
131
|
-
"@rolldown/binding-
|
|
132
|
-
"@rolldown/binding-linux-arm64-
|
|
133
|
-
"@rolldown/binding-linux-arm64-
|
|
134
|
-
"@rolldown/binding-linux-x64-
|
|
135
|
-
"@rolldown/binding-linux-x64-
|
|
136
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.3-commit.
|
|
137
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.3-commit.
|
|
138
|
-
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.3-commit.
|
|
139
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.
|
|
128
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.3-commit.725c566",
|
|
129
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.3-commit.725c566",
|
|
130
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.3-commit.725c566",
|
|
131
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.3-commit.725c566",
|
|
132
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.3-commit.725c566",
|
|
133
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.3-commit.725c566",
|
|
134
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.3-commit.725c566",
|
|
135
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.3-commit.725c566",
|
|
136
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.3-commit.725c566",
|
|
137
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.3-commit.725c566",
|
|
138
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.3-commit.725c566",
|
|
139
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.725c566"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|