rolldown 1.0.0-beta.3-commit.8754407 → 1.0.0-beta.3-commit.98f16a0
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-EnhBSpKs.mjs → src-Bkdoz1UK.mjs} +5 -5
- package/dist/shared/{src-bcOJ-g3T.cjs → src-DOQfmgRW.cjs} +5 -5
- package/package.json +17 -17
- /package/dist/types/log/{logHandler.d.ts → log-handler.d.ts} +0 -0
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-DOQfmgRW.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-DtSwpkV3.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-DOQfmgRW.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-DtSwpkV3.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-DOQfmgRW.cjs');
|
|
4
4
|
const require_parse_ast_index = require('../shared/parse-ast-index-DtSwpkV3.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-CSo7-trQ.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-Bkdoz1UK.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-CSo7-trQ.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-Bkdoz1UK.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-CSo7-trQ.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-Bkdoz1UK.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-CSo7-trQ.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "../shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "../shared/src-Bkdoz1UK.mjs";
|
|
3
3
|
import { parentPort, workerData } from "node:worker_threads";
|
|
4
4
|
|
|
5
5
|
//#region src/parallel-plugin-worker.ts
|
|
@@ -47,7 +47,7 @@ const logLevelPriority = {
|
|
|
47
47
|
};
|
|
48
48
|
|
|
49
49
|
//#endregion
|
|
50
|
-
//#region src/log/
|
|
50
|
+
//#region src/log/log-handler.ts
|
|
51
51
|
const normalizeLog = (log) => typeof log === "string" ? { message: log } : typeof log === "function" ? normalizeLog(log()) : log;
|
|
52
52
|
function getLogHandler(level, code, logger, pluginName, logLevel) {
|
|
53
53
|
if (logLevelPriority[level] < logLevelPriority[logLevel]) return noop;
|
|
@@ -1822,7 +1822,7 @@ function bindingifyTreeshakeOptions(config) {
|
|
|
1822
1822
|
}
|
|
1823
1823
|
|
|
1824
1824
|
//#endregion
|
|
1825
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
1825
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.0/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
1826
1826
|
function u$1(o, n, a) {
|
|
1827
1827
|
let t$1 = (r) => o(r, ...n);
|
|
1828
1828
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -1832,7 +1832,7 @@ function u$1(o, n, a) {
|
|
|
1832
1832
|
}
|
|
1833
1833
|
|
|
1834
1834
|
//#endregion
|
|
1835
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
1835
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.0/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
1836
1836
|
function u(r, n, o) {
|
|
1837
1837
|
let a = r.length - n.length;
|
|
1838
1838
|
if (a === 0) return r(...n);
|
|
@@ -1841,7 +1841,7 @@ function u(r, n, o) {
|
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
1843
|
//#endregion
|
|
1844
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
1844
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.0/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
1845
1845
|
function t(...n) {
|
|
1846
1846
|
return u(Object.keys, n);
|
|
1847
1847
|
}
|
|
@@ -2702,7 +2702,7 @@ const watch = (input) => {
|
|
|
2702
2702
|
|
|
2703
2703
|
//#endregion
|
|
2704
2704
|
//#region package.json
|
|
2705
|
-
var version = "1.0.0-beta.3-commit.
|
|
2705
|
+
var version = "1.0.0-beta.3-commit.98f16a0";
|
|
2706
2706
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2707
2707
|
|
|
2708
2708
|
//#endregion
|
|
@@ -49,7 +49,7 @@ const logLevelPriority = {
|
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
//#endregion
|
|
52
|
-
//#region src/log/
|
|
52
|
+
//#region src/log/log-handler.ts
|
|
53
53
|
const normalizeLog = (log) => typeof log === "string" ? { message: log } : typeof log === "function" ? normalizeLog(log()) : log;
|
|
54
54
|
function getLogHandler(level, code, logger, pluginName, logLevel) {
|
|
55
55
|
if (logLevelPriority[level] < logLevelPriority[logLevel]) return noop;
|
|
@@ -1824,7 +1824,7 @@ function bindingifyTreeshakeOptions(config) {
|
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
1826
|
//#endregion
|
|
1827
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
1827
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.0/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
1828
1828
|
function u$1(o, n, a) {
|
|
1829
1829
|
let t$1 = (r) => o(r, ...n);
|
|
1830
1830
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -1834,7 +1834,7 @@ function u$1(o, n, a) {
|
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
1836
|
//#endregion
|
|
1837
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
1837
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.0/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
1838
1838
|
function u(r, n, o) {
|
|
1839
1839
|
let a = r.length - n.length;
|
|
1840
1840
|
if (a === 0) return r(...n);
|
|
@@ -1843,7 +1843,7 @@ function u(r, n, o) {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
1845
|
//#endregion
|
|
1846
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
1846
|
+
//#region ../../node_modules/.pnpm/remeda@2.21.0/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
1847
1847
|
function t(...n) {
|
|
1848
1848
|
return u(Object.keys, n);
|
|
1849
1849
|
}
|
|
@@ -2704,7 +2704,7 @@ const watch = (input) => {
|
|
|
2704
2704
|
|
|
2705
2705
|
//#endregion
|
|
2706
2706
|
//#region package.json
|
|
2707
|
-
var version = "1.0.0-beta.3-commit.
|
|
2707
|
+
var version = "1.0.0-beta.3-commit.98f16a0";
|
|
2708
2708
|
var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
2709
2709
|
|
|
2710
2710
|
//#endregion
|
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.98f16a0",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@oxc-project/types": "0.53.0",
|
|
88
|
-
"@valibot/to-json-schema": "1.0.0-
|
|
89
|
-
"valibot": "1.0.0-
|
|
88
|
+
"@valibot/to-json-schema": "1.0.0-rc.0",
|
|
89
|
+
"valibot": "1.0.0-rc.3"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@oxc-project/runtime": "0.53.0"
|
|
@@ -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.98f16a0",
|
|
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-darwin-x64": "1.0.0-beta.3-commit.
|
|
130
|
-
"@rolldown/binding-freebsd-x64": "1.0.0-beta.3-commit.
|
|
131
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.3-commit.
|
|
132
|
-
"@rolldown/binding-linux-arm64-
|
|
133
|
-
"@rolldown/binding-linux-arm64-
|
|
134
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.3-commit.
|
|
135
|
-
"@rolldown/binding-
|
|
136
|
-
"@rolldown/binding-
|
|
137
|
-
"@rolldown/binding-
|
|
138
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.
|
|
139
|
-
"@rolldown/binding-win32-
|
|
128
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.3-commit.98f16a0",
|
|
129
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.3-commit.98f16a0",
|
|
130
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.3-commit.98f16a0",
|
|
131
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.3-commit.98f16a0",
|
|
132
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.3-commit.98f16a0",
|
|
133
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.3-commit.98f16a0",
|
|
134
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.3-commit.98f16a0",
|
|
135
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.3-commit.98f16a0",
|
|
136
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.3-commit.98f16a0",
|
|
137
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.3-commit.98f16a0",
|
|
138
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.98f16a0",
|
|
139
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.3-commit.98f16a0"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|
|
File without changes
|