rolldown 1.0.0-beta.3-commit.a884059 → 1.0.0-beta.3-commit.06b6bbf
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-D-rrDhV8.cjs → src-BCD11eWZ.cjs} +5 -4
- package/dist/shared/{src-dToDVYqD.mjs → src-CTeUVXDp.mjs} +5 -4
- package/dist/types/binding.d.ts +2 -2
- package/package.json +15 -15
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-BCD11eWZ.cjs');
|
|
4
4
|
const require_binding = require('../shared/binding-DTKqYZn-.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-BCD11eWZ.cjs');
|
|
4
4
|
const require_binding = require('../shared/binding-DTKqYZn-.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-BCD11eWZ.cjs');
|
|
4
4
|
const require_binding = require('../shared/binding-DTKqYZn-.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/binding-CFTx0Fs7.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-CTeUVXDp.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/binding-CFTx0Fs7.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-CTeUVXDp.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/binding-CFTx0Fs7.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-CTeUVXDp.mjs";
|
|
3
3
|
|
|
4
4
|
export { VERSION, build, defineConfig, rolldown, watch };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { import_binding } from "../shared/binding-CFTx0Fs7.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "../shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "../shared/src-CTeUVXDp.mjs";
|
|
3
3
|
import { parentPort, workerData } from "node:worker_threads";
|
|
4
4
|
|
|
5
5
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -527,9 +527,10 @@ function transformRenderedChunk(chunk) {
|
|
|
527
527
|
}
|
|
528
528
|
function transformChunkModules(modules) {
|
|
529
529
|
const result = {};
|
|
530
|
-
for (
|
|
531
|
-
let
|
|
532
|
-
|
|
530
|
+
for (let i = 0; i < modules.values.length; i++) {
|
|
531
|
+
let key = modules.keys[i];
|
|
532
|
+
const mod = modules.values[i];
|
|
533
|
+
result[key] = transformToRenderedModule(mod);
|
|
533
534
|
}
|
|
534
535
|
return result;
|
|
535
536
|
}
|
|
@@ -2684,7 +2685,7 @@ const watch = (input) => {
|
|
|
2684
2685
|
|
|
2685
2686
|
//#endregion
|
|
2686
2687
|
//#region package.json
|
|
2687
|
-
var version = "1.0.0-beta.3-commit.
|
|
2688
|
+
var version = "1.0.0-beta.3-commit.06b6bbf";
|
|
2688
2689
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2689
2690
|
|
|
2690
2691
|
//#endregion
|
|
@@ -525,9 +525,10 @@ function transformRenderedChunk(chunk) {
|
|
|
525
525
|
}
|
|
526
526
|
function transformChunkModules(modules) {
|
|
527
527
|
const result = {};
|
|
528
|
-
for (
|
|
529
|
-
let
|
|
530
|
-
|
|
528
|
+
for (let i = 0; i < modules.values.length; i++) {
|
|
529
|
+
let key = modules.keys[i];
|
|
530
|
+
const mod = modules.values[i];
|
|
531
|
+
result[key] = transformToRenderedModule(mod);
|
|
531
532
|
}
|
|
532
533
|
return result;
|
|
533
534
|
}
|
|
@@ -2682,7 +2683,7 @@ const watch = (input) => {
|
|
|
2682
2683
|
|
|
2683
2684
|
//#endregion
|
|
2684
2685
|
//#region package.json
|
|
2685
|
-
var version = "1.0.0-beta.3-commit.
|
|
2686
|
+
var version = "1.0.0-beta.3-commit.06b6bbf";
|
|
2686
2687
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2687
2688
|
|
|
2688
2689
|
//#endregion
|
package/dist/types/binding.d.ts
CHANGED
|
@@ -484,8 +484,8 @@ export interface BindingModulePreloadPolyfillPluginConfig {
|
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
export interface BindingModules {
|
|
487
|
-
|
|
488
|
-
|
|
487
|
+
values: Array<BindingRenderedModule>
|
|
488
|
+
keys: Array<string>
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
export interface BindingModuleSideEffectsRule {
|
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.06b6bbf",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -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
|
-
"
|
|
125
|
-
"rolldown": "
|
|
124
|
+
"rolldown": "1.0.0-beta.3-commit.06b6bbf",
|
|
125
|
+
"@rolldown/testing": "0.0.1"
|
|
126
126
|
},
|
|
127
127
|
"optionalDependencies": {
|
|
128
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-beta.3-commit.
|
|
129
|
-
"@rolldown/binding-
|
|
130
|
-
"@rolldown/binding-
|
|
131
|
-
"@rolldown/binding-
|
|
132
|
-
"@rolldown/binding-linux-
|
|
133
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.3-commit.
|
|
134
|
-
"@rolldown/binding-linux-x64-
|
|
135
|
-
"@rolldown/binding-
|
|
136
|
-
"@rolldown/binding-
|
|
137
|
-
"@rolldown/binding-
|
|
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-arm64": "1.0.0-beta.3-commit.06b6bbf",
|
|
129
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.3-commit.06b6bbf",
|
|
130
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.3-commit.06b6bbf",
|
|
131
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.3-commit.06b6bbf",
|
|
132
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.3-commit.06b6bbf",
|
|
133
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.3-commit.06b6bbf",
|
|
134
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.3-commit.06b6bbf",
|
|
135
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.3-commit.06b6bbf",
|
|
136
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.3-commit.06b6bbf",
|
|
137
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.3-commit.06b6bbf",
|
|
138
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.3-commit.06b6bbf",
|
|
139
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.06b6bbf"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|