rolldown 1.0.0-beta.4-commit.d3748b6 → 1.0.0-beta.6
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-CzSgWS0h.mjs → src-CAzFGvqS.mjs} +4 -4
- package/dist/shared/{src-CH716UxL.cjs → src-Pitn1YVy.cjs} +4 -4
- package/package.json +17 -17
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-Pitn1YVy.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.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-Pitn1YVy.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.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-Pitn1YVy.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.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-CyX8MVZE.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-CAzFGvqS.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-CyX8MVZE.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-CAzFGvqS.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-CyX8MVZE.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-CAzFGvqS.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-CyX8MVZE.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "../shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "../shared/src-CAzFGvqS.mjs";
|
|
3
3
|
import { parentPort, workerData } from "node:worker_threads";
|
|
4
4
|
|
|
5
5
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -2235,7 +2235,7 @@ function bindingifyMakeAbsoluteExternalsRelative(makeAbsoluteExternalsRelative)
|
|
|
2235
2235
|
}
|
|
2236
2236
|
|
|
2237
2237
|
//#endregion
|
|
2238
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2238
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2239
2239
|
function u$1(o, n, a) {
|
|
2240
2240
|
let t$1 = (r) => o(r, ...n);
|
|
2241
2241
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -2245,7 +2245,7 @@ function u$1(o, n, a) {
|
|
|
2245
2245
|
}
|
|
2246
2246
|
|
|
2247
2247
|
//#endregion
|
|
2248
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2248
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2249
2249
|
function u(r, n, o) {
|
|
2250
2250
|
let a = r.length - n.length;
|
|
2251
2251
|
if (a === 0) return r(...n);
|
|
@@ -2254,7 +2254,7 @@ function u(r, n, o) {
|
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
2256
|
//#endregion
|
|
2257
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2257
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
2258
2258
|
function t(...n) {
|
|
2259
2259
|
return u(Object.keys, n);
|
|
2260
2260
|
}
|
|
@@ -2848,7 +2848,7 @@ const watch = (input) => {
|
|
|
2848
2848
|
|
|
2849
2849
|
//#endregion
|
|
2850
2850
|
//#region package.json
|
|
2851
|
-
var version = "1.0.0-beta.
|
|
2851
|
+
var version = "1.0.0-beta.6";
|
|
2852
2852
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2853
2853
|
|
|
2854
2854
|
//#endregion
|
|
@@ -2237,7 +2237,7 @@ function bindingifyMakeAbsoluteExternalsRelative(makeAbsoluteExternalsRelative)
|
|
|
2237
2237
|
}
|
|
2238
2238
|
|
|
2239
2239
|
//#endregion
|
|
2240
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2240
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2241
2241
|
function u$1(o, n, a) {
|
|
2242
2242
|
let t$1 = (r) => o(r, ...n);
|
|
2243
2243
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -2247,7 +2247,7 @@ function u$1(o, n, a) {
|
|
|
2247
2247
|
}
|
|
2248
2248
|
|
|
2249
2249
|
//#endregion
|
|
2250
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2250
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2251
2251
|
function u(r, n, o) {
|
|
2252
2252
|
let a = r.length - n.length;
|
|
2253
2253
|
if (a === 0) return r(...n);
|
|
@@ -2256,7 +2256,7 @@ function u(r, n, o) {
|
|
|
2256
2256
|
}
|
|
2257
2257
|
|
|
2258
2258
|
//#endregion
|
|
2259
|
-
//#region ../../node_modules/.pnpm/remeda@2.21.
|
|
2259
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
2260
2260
|
function t(...n) {
|
|
2261
2261
|
return u(Object.keys, n);
|
|
2262
2262
|
}
|
|
@@ -2850,7 +2850,7 @@ const watch = (input) => {
|
|
|
2850
2850
|
|
|
2851
2851
|
//#endregion
|
|
2852
2852
|
//#region package.json
|
|
2853
|
-
var version = "1.0.0-beta.
|
|
2853
|
+
var version = "1.0.0-beta.6";
|
|
2854
2854
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2855
2855
|
|
|
2856
2856
|
//#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.6",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@oxc-project/types": "0.58.1",
|
|
88
88
|
"@valibot/to-json-schema": "1.0.0-rc.0",
|
|
89
|
-
"valibot": "1.0.0-rc.
|
|
89
|
+
"valibot": "1.0.0-rc.4"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@oxc-project/runtime": "0.58.1"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
101
101
|
"@napi-rs/cli": "^3.0.0-alpha.74",
|
|
102
102
|
"@napi-rs/wasm-runtime": "^0.2.4",
|
|
103
|
-
"@oxc-node/core": "^0.0.
|
|
103
|
+
"@oxc-node/core": "^0.0.21",
|
|
104
104
|
"@types/fs-extra": "^11.0.4",
|
|
105
105
|
"@types/lodash-es": "^4.17.12",
|
|
106
106
|
"colorette": "^2.0.20",
|
|
@@ -117,26 +117,26 @@
|
|
|
117
117
|
"source-map": "^0.7.4",
|
|
118
118
|
"tsx": "^4.19.2",
|
|
119
119
|
"type-fest": "^4.20.0",
|
|
120
|
-
"typedoc": "^0.
|
|
120
|
+
"typedoc": "^0.28.0",
|
|
121
121
|
"typescript": "^5.7.3",
|
|
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.
|
|
125
|
+
"rolldown": "1.0.0-beta.6"
|
|
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-linux-arm64-
|
|
133
|
-
"@rolldown/binding-linux-
|
|
134
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.
|
|
135
|
-
"@rolldown/binding-linux-
|
|
136
|
-
"@rolldown/binding-
|
|
137
|
-
"@rolldown/binding-win32-
|
|
138
|
-
"@rolldown/binding-win32-
|
|
139
|
-
"@rolldown/binding-
|
|
128
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.6",
|
|
129
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.6",
|
|
130
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.6",
|
|
131
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.6",
|
|
132
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.6",
|
|
133
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.6",
|
|
134
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.6",
|
|
135
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.6",
|
|
136
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.6",
|
|
137
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.6",
|
|
138
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.6",
|
|
139
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.6"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|