rolldown 1.0.0-beta.3-commit.e170e6e → 1.0.0-beta.4
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-CLo-BgXK.cjs → src-BoCo2q-B.cjs} +4 -4
- package/dist/shared/{src-CTS_IQ3m.mjs → src-CVLOD8-r.mjs} +4 -4
- package/package.json +18 -18
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-BoCo2q-B.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-Dh_sWnMa.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-BoCo2q-B.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-Dh_sWnMa.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-BoCo2q-B.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-Dh_sWnMa.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-DIxeQDpE.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-CVLOD8-r.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-DIxeQDpE.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-CVLOD8-r.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-DIxeQDpE.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-CVLOD8-r.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-DIxeQDpE.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "../shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "../shared/src-CVLOD8-r.mjs";
|
|
3
3
|
import { parentPort, workerData } from "node:worker_threads";
|
|
4
4
|
|
|
5
5
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -2188,7 +2188,7 @@ function bindingifyTreeshakeOptions(config) {
|
|
|
2188
2188
|
}
|
|
2189
2189
|
|
|
2190
2190
|
//#endregion
|
|
2191
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2191
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2192
2192
|
function u$1(o, n, a) {
|
|
2193
2193
|
let t$1 = (r) => o(r, ...n);
|
|
2194
2194
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -2198,7 +2198,7 @@ function u$1(o, n, a) {
|
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
2200
|
//#endregion
|
|
2201
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2201
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2202
2202
|
function u(r, n, o) {
|
|
2203
2203
|
let a = r.length - n.length;
|
|
2204
2204
|
if (a === 0) return r(...n);
|
|
@@ -2207,7 +2207,7 @@ function u(r, n, o) {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
//#endregion
|
|
2210
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2210
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
2211
2211
|
function t(...n) {
|
|
2212
2212
|
return u(Object.keys, n);
|
|
2213
2213
|
}
|
|
@@ -2801,7 +2801,7 @@ const watch = (input) => {
|
|
|
2801
2801
|
|
|
2802
2802
|
//#endregion
|
|
2803
2803
|
//#region package.json
|
|
2804
|
-
var version = "1.0.0-beta.
|
|
2804
|
+
var version = "1.0.0-beta.4";
|
|
2805
2805
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2806
2806
|
|
|
2807
2807
|
//#endregion
|
|
@@ -2186,7 +2186,7 @@ function bindingifyTreeshakeOptions(config) {
|
|
|
2186
2186
|
}
|
|
2187
2187
|
|
|
2188
2188
|
//#endregion
|
|
2189
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2189
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2190
2190
|
function u$1(o, n, a) {
|
|
2191
2191
|
let t$1 = (r) => o(r, ...n);
|
|
2192
2192
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -2196,7 +2196,7 @@ function u$1(o, n, a) {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
|
|
2198
2198
|
//#endregion
|
|
2199
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2199
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2200
2200
|
function u(r, n, o) {
|
|
2201
2201
|
let a = r.length - n.length;
|
|
2202
2202
|
if (a === 0) return r(...n);
|
|
@@ -2205,7 +2205,7 @@ function u(r, n, o) {
|
|
|
2205
2205
|
}
|
|
2206
2206
|
|
|
2207
2207
|
//#endregion
|
|
2208
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2208
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
2209
2209
|
function t(...n) {
|
|
2210
2210
|
return u(Object.keys, n);
|
|
2211
2211
|
}
|
|
@@ -2799,7 +2799,7 @@ const watch = (input) => {
|
|
|
2799
2799
|
|
|
2800
2800
|
//#endregion
|
|
2801
2801
|
//#region package.json
|
|
2802
|
-
var version = "1.0.0-beta.
|
|
2802
|
+
var version = "1.0.0-beta.4";
|
|
2803
2803
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2804
2804
|
|
|
2805
2805
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"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"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@oxc-project/types": "0.56.
|
|
87
|
+
"@oxc-project/types": "0.56.5",
|
|
88
88
|
"@valibot/to-json-schema": "1.0.0-rc.0",
|
|
89
89
|
"valibot": "1.0.0-rc.3"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"@oxc-project/runtime": "0.56.
|
|
92
|
+
"@oxc-project/runtime": "0.56.5"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
95
|
"@oxc-project/runtime": {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
101
101
|
"@napi-rs/cli": "^3.0.0-alpha.72",
|
|
102
102
|
"@napi-rs/wasm-runtime": "^0.2.4",
|
|
103
|
-
"@oxc-node/core": "^0.0.
|
|
103
|
+
"@oxc-node/core": "^0.0.20",
|
|
104
104
|
"@types/fs-extra": "^11.0.4",
|
|
105
105
|
"@types/lodash-es": "^4.17.12",
|
|
106
106
|
"colorette": "^2.0.20",
|
|
@@ -121,22 +121,22 @@
|
|
|
121
121
|
"typescript": "^5.7.3",
|
|
122
122
|
"unbuild": "^3.0.0",
|
|
123
123
|
"why-is-node-running": "^3.0.0",
|
|
124
|
-
"rolldown": "
|
|
125
|
-
"
|
|
124
|
+
"@rolldown/testing": "0.0.1",
|
|
125
|
+
"rolldown": "1.0.0-beta.4"
|
|
126
126
|
},
|
|
127
127
|
"optionalDependencies": {
|
|
128
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-beta.
|
|
129
|
-
"@rolldown/binding-
|
|
130
|
-
"@rolldown/binding-
|
|
131
|
-
"@rolldown/binding-linux-
|
|
132
|
-
"@rolldown/binding-
|
|
133
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.
|
|
134
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.
|
|
135
|
-
"@rolldown/binding-
|
|
136
|
-
"@rolldown/binding-
|
|
137
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.
|
|
138
|
-
"@rolldown/binding-win32-
|
|
139
|
-
"@rolldown/binding-win32-
|
|
128
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.4",
|
|
129
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.4",
|
|
130
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.4",
|
|
131
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.4",
|
|
132
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.4",
|
|
133
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.4",
|
|
134
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.4",
|
|
135
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.4",
|
|
136
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.4",
|
|
137
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.4",
|
|
138
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.4",
|
|
139
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.4"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|