rolldown 0.12.2-snapshot-81626b0-20240903003125 → 0.13.0
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 +4 -4
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/cli.mjs +4 -4
- package/dist/esm/index.mjs +1 -1
- package/dist/shared/{package-WCWeR5h9.mjs → package-3VR4tEG7.mjs} +1 -1
- package/dist/shared/{package-eHoqWoRr.cjs → package-OJCNSbf0.cjs} +1 -1
- package/package.json +14 -14
package/dist/cjs/cli.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const { __export, __toESM } = require("../shared/chunk-gQ4GMlVi.cjs");
|
|
4
4
|
const { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, arraify } = require("../shared/plugin-context-data-dIOrw9yH.cjs");
|
|
5
5
|
const { rolldown } = require("../shared/rolldown-PHdfa5m8.cjs");
|
|
6
|
-
const { description, version } = require("../shared/package-
|
|
6
|
+
const { description, version } = require("../shared/package-OJCNSbf0.cjs");
|
|
7
7
|
const { createConsola } = require("../shared/consola.36c0034f-eps_ogJv.cjs");
|
|
8
8
|
const { default: nodePath } = __toESM(require("node:path"));
|
|
9
9
|
const { ZodFirstPartyTypeKind, ZodFirstPartyTypeKind: ZodFirstPartyTypeKind$1, ZodFirstPartyTypeKind: ZodFirstPartyTypeKind$2, z, z: z$1, z: z$2, z: z$3 } = __toESM(require("zod"));
|
|
@@ -1696,15 +1696,15 @@ async function main() {
|
|
|
1696
1696
|
const cliOptions = parseCliArguments();
|
|
1697
1697
|
if (cliOptions.config) {
|
|
1698
1698
|
await bundleWithConfig(cliOptions.config, cliOptions);
|
|
1699
|
-
|
|
1699
|
+
return;
|
|
1700
1700
|
}
|
|
1701
1701
|
if ("input"in cliOptions.input) {
|
|
1702
1702
|
await bundleWithCliOptions(cliOptions);
|
|
1703
|
-
|
|
1703
|
+
return;
|
|
1704
1704
|
}
|
|
1705
1705
|
if (cliOptions.version) {
|
|
1706
1706
|
logger.log(`rolldown v${version}`);
|
|
1707
|
-
|
|
1707
|
+
return;
|
|
1708
1708
|
}
|
|
1709
1709
|
showHelp();
|
|
1710
1710
|
}
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require("../shared/plugin-context-data-dIOrw9yH.cjs");
|
|
4
4
|
const { rolldown } = require("../shared/rolldown-PHdfa5m8.cjs");
|
|
5
|
-
const { version } = require("../shared/package-
|
|
5
|
+
const { version } = require("../shared/package-OJCNSbf0.cjs");
|
|
6
6
|
|
|
7
7
|
//#region src/utils/define-config.ts
|
|
8
8
|
function defineConfig(config) {
|
package/dist/esm/cli.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import __node_module__ from 'node:module';
|
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
3
|
import { LogLevelOptionSchema, LogLevelSchema, LogLevelWithErrorSchema, RollupLogSchema, RollupLogWithStringSchema, __export, arraify } from "../shared/plugin-context-data-nhjzqlNd.mjs";
|
|
4
4
|
import { rolldown } from "../shared/rolldown-KvxnG5lF.mjs";
|
|
5
|
-
import { description, version } from "../shared/package-
|
|
5
|
+
import { description, version } from "../shared/package-3VR4tEG7.mjs";
|
|
6
6
|
import { createConsola } from "../shared/consola.36c0034f-m5cABVv4.mjs";
|
|
7
7
|
import { default as nodePath } from "node:path";
|
|
8
8
|
import { ZodFirstPartyTypeKind, ZodFirstPartyTypeKind as ZodFirstPartyTypeKind$1, ZodFirstPartyTypeKind as ZodFirstPartyTypeKind$2, z, z as z$1, z as z$2, z as z$3 } from "zod";
|
|
@@ -1695,15 +1695,15 @@ async function main() {
|
|
|
1695
1695
|
const cliOptions = parseCliArguments();
|
|
1696
1696
|
if (cliOptions.config) {
|
|
1697
1697
|
await bundleWithConfig(cliOptions.config, cliOptions);
|
|
1698
|
-
|
|
1698
|
+
return;
|
|
1699
1699
|
}
|
|
1700
1700
|
if ("input"in cliOptions.input) {
|
|
1701
1701
|
await bundleWithCliOptions(cliOptions);
|
|
1702
|
-
|
|
1702
|
+
return;
|
|
1703
1703
|
}
|
|
1704
1704
|
if (cliOptions.version) {
|
|
1705
1705
|
logger.log(`rolldown v${version}`);
|
|
1706
|
-
|
|
1706
|
+
return;
|
|
1707
1707
|
}
|
|
1708
1708
|
showHelp();
|
|
1709
1709
|
}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import __node_module__ from 'node:module';
|
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
3
|
import "../shared/plugin-context-data-nhjzqlNd.mjs";
|
|
4
4
|
import { rolldown } from "../shared/rolldown-KvxnG5lF.mjs";
|
|
5
|
-
import { version } from "../shared/package-
|
|
5
|
+
import { version } from "../shared/package-3VR4tEG7.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/utils/define-config.ts
|
|
8
8
|
function defineConfig(config) {
|
|
@@ -2,7 +2,7 @@ import __node_module__ from 'node:module';
|
|
|
2
2
|
const require = __node_module__.createRequire(import.meta.url)
|
|
3
3
|
|
|
4
4
|
//#region package.json
|
|
5
|
-
const version = "0.
|
|
5
|
+
const version = "0.13.0";
|
|
6
6
|
const description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -103,21 +103,21 @@
|
|
|
103
103
|
"why-is-node-running": "^3.0.0",
|
|
104
104
|
"zod-to-json-schema": "^3.23.2",
|
|
105
105
|
"@rolldown/testing": "0.0.1",
|
|
106
|
-
"rolldown": "0.
|
|
106
|
+
"rolldown": "0.13.0"
|
|
107
107
|
},
|
|
108
108
|
"optionalDependencies": {
|
|
109
|
-
"@rolldown/binding-darwin-arm64": "0.
|
|
110
|
-
"@rolldown/binding-
|
|
111
|
-
"@rolldown/binding-linux-
|
|
112
|
-
"@rolldown/binding-linux-
|
|
113
|
-
"@rolldown/binding-linux-
|
|
114
|
-
"@rolldown/binding-
|
|
115
|
-
"@rolldown/binding-
|
|
116
|
-
"@rolldown/binding-linux-x64-
|
|
117
|
-
"@rolldown/binding-wasm32-wasi": "0.
|
|
118
|
-
"@rolldown/binding-win32-
|
|
119
|
-
"@rolldown/binding-win32-
|
|
120
|
-
"@rolldown/binding-win32-
|
|
109
|
+
"@rolldown/binding-darwin-arm64": "0.13.0",
|
|
110
|
+
"@rolldown/binding-freebsd-x64": "0.13.0",
|
|
111
|
+
"@rolldown/binding-linux-arm-gnueabihf": "0.13.0",
|
|
112
|
+
"@rolldown/binding-linux-arm64-gnu": "0.13.0",
|
|
113
|
+
"@rolldown/binding-linux-arm64-musl": "0.13.0",
|
|
114
|
+
"@rolldown/binding-darwin-x64": "0.13.0",
|
|
115
|
+
"@rolldown/binding-linux-x64-musl": "0.13.0",
|
|
116
|
+
"@rolldown/binding-linux-x64-gnu": "0.13.0",
|
|
117
|
+
"@rolldown/binding-wasm32-wasi": "0.13.0",
|
|
118
|
+
"@rolldown/binding-win32-arm64-msvc": "0.13.0",
|
|
119
|
+
"@rolldown/binding-win32-x64-msvc": "0.13.0",
|
|
120
|
+
"@rolldown/binding-win32-ia32-msvc": "0.13.0"
|
|
121
121
|
},
|
|
122
122
|
"scripts": {
|
|
123
123
|
"# Scrips for binding #": "_",
|