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 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-eHoqWoRr.cjs");
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
- process$1.exit(0);
1699
+ return;
1700
1700
  }
1701
1701
  if ("input"in cliOptions.input) {
1702
1702
  await bundleWithCliOptions(cliOptions);
1703
- process$1.exit(0);
1703
+ return;
1704
1704
  }
1705
1705
  if (cliOptions.version) {
1706
1706
  logger.log(`rolldown v${version}`);
1707
- process$1.exit(0);
1707
+ return;
1708
1708
  }
1709
1709
  showHelp();
1710
1710
  }
@@ -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-eHoqWoRr.cjs");
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-WCWeR5h9.mjs";
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
- process$1.exit(0);
1698
+ return;
1699
1699
  }
1700
1700
  if ("input"in cliOptions.input) {
1701
1701
  await bundleWithCliOptions(cliOptions);
1702
- process$1.exit(0);
1702
+ return;
1703
1703
  }
1704
1704
  if (cliOptions.version) {
1705
1705
  logger.log(`rolldown v${version}`);
1706
- process$1.exit(0);
1706
+ return;
1707
1707
  }
1708
1708
  showHelp();
1709
1709
  }
@@ -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-WCWeR5h9.mjs";
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.12.2";
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
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  //#region package.json
5
- const version = "0.12.2";
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.12.2-snapshot-81626b0-20240903003125",
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.12.2-snapshot-81626b0-20240903003125"
106
+ "rolldown": "0.13.0"
107
107
  },
108
108
  "optionalDependencies": {
109
- "@rolldown/binding-darwin-arm64": "0.12.2-snapshot-81626b0-20240903003125",
110
- "@rolldown/binding-darwin-x64": "0.12.2-snapshot-81626b0-20240903003125",
111
- "@rolldown/binding-linux-arm64-gnu": "0.12.2-snapshot-81626b0-20240903003125",
112
- "@rolldown/binding-linux-arm-gnueabihf": "0.12.2-snapshot-81626b0-20240903003125",
113
- "@rolldown/binding-linux-x64-gnu": "0.12.2-snapshot-81626b0-20240903003125",
114
- "@rolldown/binding-linux-arm64-musl": "0.12.2-snapshot-81626b0-20240903003125",
115
- "@rolldown/binding-freebsd-x64": "0.12.2-snapshot-81626b0-20240903003125",
116
- "@rolldown/binding-linux-x64-musl": "0.12.2-snapshot-81626b0-20240903003125",
117
- "@rolldown/binding-wasm32-wasi": "0.12.2-snapshot-81626b0-20240903003125",
118
- "@rolldown/binding-win32-ia32-msvc": "0.12.2-snapshot-81626b0-20240903003125",
119
- "@rolldown/binding-win32-arm64-msvc": "0.12.2-snapshot-81626b0-20240903003125",
120
- "@rolldown/binding-win32-x64-msvc": "0.12.2-snapshot-81626b0-20240903003125"
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 #": "_",