rolldown 1.0.0-beta.2-commit.afd0727 → 1.0.0-beta.2-commit.f069c5d
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-Db20iysW.cjs → src-BRzD1T3r.cjs} +1 -1
- package/dist/shared/{src-mclDryX0.mjs → src-Cmr3pg11.mjs} +1 -1
- 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-BRzD1T3r.cjs');
|
|
4
4
|
const require_binding = require('../shared/binding-orkvONpS.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-BRzD1T3r.cjs');
|
|
4
4
|
const require_binding = require('../shared/binding-orkvONpS.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-BRzD1T3r.cjs');
|
|
4
4
|
const require_binding = require('../shared/binding-orkvONpS.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-l7VLSKnB.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-Cmr3pg11.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-l7VLSKnB.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-Cmr3pg11.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-l7VLSKnB.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-Cmr3pg11.mjs";
|
|
3
3
|
|
|
4
4
|
export { VERSION, build, defineConfig, rolldown, watch };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { import_binding } from "../shared/binding-l7VLSKnB.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "../shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "../shared/src-Cmr3pg11.mjs";
|
|
3
3
|
import { parentPort, workerData } from "node:worker_threads";
|
|
4
4
|
|
|
5
5
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -2622,7 +2622,7 @@ const watch = (input) => {
|
|
|
2622
2622
|
|
|
2623
2623
|
//#endregion
|
|
2624
2624
|
//#region package.json
|
|
2625
|
-
var version = "1.0.0-beta.2-commit.
|
|
2625
|
+
var version = "1.0.0-beta.2-commit.f069c5d";
|
|
2626
2626
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2627
2627
|
|
|
2628
2628
|
//#endregion
|
|
@@ -2620,7 +2620,7 @@ const watch = (input) => {
|
|
|
2620
2620
|
|
|
2621
2621
|
//#endregion
|
|
2622
2622
|
//#region package.json
|
|
2623
|
-
var version = "1.0.0-beta.2-commit.
|
|
2623
|
+
var version = "1.0.0-beta.2-commit.f069c5d";
|
|
2624
2624
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2625
2625
|
|
|
2626
2626
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.2-commit.
|
|
3
|
+
"version": "1.0.0-beta.2-commit.f069c5d",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -123,21 +123,21 @@
|
|
|
123
123
|
"unbuild": "^3.0.0",
|
|
124
124
|
"why-is-node-running": "^3.0.0",
|
|
125
125
|
"@rolldown/testing": "0.0.1",
|
|
126
|
-
"rolldown": "1.0.0-beta.2-commit.
|
|
126
|
+
"rolldown": "1.0.0-beta.2-commit.f069c5d"
|
|
127
127
|
},
|
|
128
128
|
"optionalDependencies": {
|
|
129
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-beta.2-commit.
|
|
130
|
-
"@rolldown/binding-
|
|
131
|
-
"@rolldown/binding-
|
|
132
|
-
"@rolldown/binding-linux-
|
|
133
|
-
"@rolldown/binding-linux-
|
|
134
|
-
"@rolldown/binding-linux-
|
|
135
|
-
"@rolldown/binding-linux-
|
|
136
|
-
"@rolldown/binding-linux-
|
|
137
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.2-commit.
|
|
138
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.2-commit.
|
|
139
|
-
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.2-commit.
|
|
140
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.2-commit.
|
|
129
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.2-commit.f069c5d",
|
|
130
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.2-commit.f069c5d",
|
|
131
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.2-commit.f069c5d",
|
|
132
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.2-commit.f069c5d",
|
|
133
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.2-commit.f069c5d",
|
|
134
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.2-commit.f069c5d",
|
|
135
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.2-commit.f069c5d",
|
|
136
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.2-commit.f069c5d",
|
|
137
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.2-commit.f069c5d",
|
|
138
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.2-commit.f069c5d",
|
|
139
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.2-commit.f069c5d",
|
|
140
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.2-commit.f069c5d"
|
|
141
141
|
},
|
|
142
142
|
"scripts": {
|
|
143
143
|
"# Scrips for binding #": "_",
|