rolldown 1.0.0-beta.4-commit.308f68b → 1.0.0-beta.6-commit.3ad87bf

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
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
3
- const require_src = require('../shared/src-y8hk77fd.cjs');
4
- const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.cjs');
3
+ const require_src = require('../shared/src-BAahFC8e.cjs');
4
+ const require_parse_ast_index = require('../shared/parse-ast-index-BytJf1vj.cjs');
5
5
  const node_process = require_chunk.__toESM(require("node:process"));
6
6
  const node_path = require_chunk.__toESM(require("node:path"));
7
7
  const node_fs = require_chunk.__toESM(require("node:fs"));
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
3
- const require_src = require('../shared/src-y8hk77fd.cjs');
4
- const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.cjs');
3
+ const require_src = require('../shared/src-BAahFC8e.cjs');
4
+ const require_parse_ast_index = require('../shared/parse-ast-index-BytJf1vj.cjs');
5
5
  const node_url = require_chunk.__toESM(require("node:url"));
6
6
 
7
7
  //#region src/plugin/parallel-plugin.ts
@@ -1,5 +1,5 @@
1
- const require_src = require('../shared/src-y8hk77fd.cjs');
2
- require('../shared/parse-ast-index-D7XtMFo4.cjs');
1
+ const require_src = require('../shared/src-BAahFC8e.cjs');
2
+ require('../shared/parse-ast-index-BytJf1vj.cjs');
3
3
 
4
4
  exports.VERSION = require_src.VERSION
5
5
  exports.build = require_src.build
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const require_chunk = require('../shared/chunk-qZFfknuJ.cjs');
3
- const require_src = require('../shared/src-y8hk77fd.cjs');
4
- const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.cjs');
3
+ const require_src = require('../shared/src-BAahFC8e.cjs');
4
+ const require_parse_ast_index = require('../shared/parse-ast-index-BytJf1vj.cjs');
5
5
  const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
6
6
 
7
7
  //#region src/parallel-plugin-worker.ts
@@ -1,4 +1,4 @@
1
- const require_parse_ast_index = require('../shared/parse-ast-index-D7XtMFo4.cjs');
1
+ const require_parse_ast_index = require('../shared/parse-ast-index-BytJf1vj.cjs');
2
2
 
3
3
  exports.parseAst = require_parse_ast_index.parseAst
4
4
  exports.parseAstAsync = require_parse_ast_index.parseAstAsync
package/dist/esm/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { colors } from "../shared/parse-ast-index-CyX8MVZE.mjs";
2
- import { arraify, description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "../shared/src-DB6mZNTU.mjs";
1
+ import { colors } from "../shared/parse-ast-index-D8k04LFo.mjs";
2
+ import { arraify, description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "../shared/src-BgjqQpRg.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
- import { import_binding } from "../shared/parse-ast-index-CyX8MVZE.mjs";
2
- import { BuiltinPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src-DB6mZNTU.mjs";
1
+ import { import_binding } from "../shared/parse-ast-index-D8k04LFo.mjs";
2
+ import { BuiltinPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin } from "../shared/src-BgjqQpRg.mjs";
3
3
  import { pathToFileURL } from "node:url";
4
4
 
5
5
  //#region src/plugin/parallel-plugin.ts
@@ -1,4 +1,4 @@
1
- import "../shared/parse-ast-index-CyX8MVZE.mjs";
2
- import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-DB6mZNTU.mjs";
1
+ import "../shared/parse-ast-index-D8k04LFo.mjs";
2
+ import { VERSION, build, defineConfig, rolldown, watch } from "../shared/src-BgjqQpRg.mjs";
3
3
 
4
4
  export { VERSION, build, defineConfig, rolldown, watch };
@@ -1,5 +1,5 @@
1
- import { import_binding } from "../shared/parse-ast-index-CyX8MVZE.mjs";
2
- import { PluginContextData, bindingifyPlugin } from "../shared/src-DB6mZNTU.mjs";
1
+ import { import_binding } from "../shared/parse-ast-index-D8k04LFo.mjs";
2
+ import { PluginContextData, bindingifyPlugin } from "../shared/src-BgjqQpRg.mjs";
3
3
  import { parentPort, workerData } from "node:worker_threads";
4
4
 
5
5
  //#region src/parallel-plugin-worker.ts
@@ -1,3 +1,3 @@
1
- import { parseAst, parseAstAsync } from "../shared/parse-ast-index-CyX8MVZE.mjs";
1
+ import { parseAst, parseAstAsync } from "../shared/parse-ast-index-D8k04LFo.mjs";
2
2
 
3
3
  export { parseAst, parseAstAsync };
@@ -582,6 +582,8 @@ var require_binding = require_chunk.__commonJS({ "src/binding.js"(exports, modul
582
582
  module.exports.rawTransferSupported = nativeBinding.rawTransferSupported;
583
583
  module.exports.registerPlugins = nativeBinding.registerPlugins;
584
584
  module.exports.Severity = nativeBinding.Severity;
585
+ module.exports.shutdownAsyncRuntime = nativeBinding.shutdownAsyncRuntime;
586
+ module.exports.startAsyncRuntime = nativeBinding.startAsyncRuntime;
585
587
  module.exports.transform = nativeBinding.transform;
586
588
  } });
587
589
  var import_binding = require_chunk.__toESM(require_binding());
@@ -608,6 +608,8 @@ var require_binding = __commonJS({ "src/binding.js"(exports, module) {
608
608
  module.exports.rawTransferSupported = nativeBinding.rawTransferSupported;
609
609
  module.exports.registerPlugins = nativeBinding.registerPlugins;
610
610
  module.exports.Severity = nativeBinding.Severity;
611
+ module.exports.shutdownAsyncRuntime = nativeBinding.shutdownAsyncRuntime;
612
+ module.exports.startAsyncRuntime = nativeBinding.startAsyncRuntime;
611
613
  module.exports.transform = nativeBinding.transform;
612
614
  } });
613
615
  var import_binding = __toESM(require_binding());
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const require_chunk = require('./chunk-qZFfknuJ.cjs');
3
- const require_parse_ast_index = require('./parse-ast-index-D7XtMFo4.cjs');
3
+ const require_parse_ast_index = require('./parse-ast-index-BytJf1vj.cjs');
4
4
  const node_path = require_chunk.__toESM(require("node:path"));
5
5
  const valibot = require_chunk.__toESM(require("valibot"));
6
6
  const __valibot_to_json_schema = require_chunk.__toESM(require("@valibot/to-json-schema"));
@@ -2237,7 +2237,7 @@ function bindingifyMakeAbsoluteExternalsRelative(makeAbsoluteExternalsRelative)
2237
2237
  }
2238
2238
 
2239
2239
  //#endregion
2240
- //#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
2240
+ //#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-D6FCK2GA.js
2241
2241
  function u$1(o, n, a) {
2242
2242
  let t$1 = (r) => o(r, ...n);
2243
2243
  return a === void 0 ? t$1 : Object.assign(t$1, {
@@ -2247,7 +2247,7 @@ function u$1(o, n, a) {
2247
2247
  }
2248
2248
 
2249
2249
  //#endregion
2250
- //#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
2250
+ //#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-WIMGWYZL.js
2251
2251
  function u(r, n, o) {
2252
2252
  let a = r.length - n.length;
2253
2253
  if (a === 0) return r(...n);
@@ -2256,7 +2256,7 @@ function u(r, n, o) {
2256
2256
  }
2257
2257
 
2258
2258
  //#endregion
2259
- //#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-5NQBDF4H.js
2259
+ //#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-5NQBDF4H.js
2260
2260
  function t(...n) {
2261
2261
  return u(Object.keys, n);
2262
2262
  }
@@ -2664,12 +2664,18 @@ async function createBundlerOptions(inputOptions, outputOptions, isClose) {
2664
2664
 
2665
2665
  //#endregion
2666
2666
  //#region src/utils/create-bundler.ts
2667
+ let asyncRuntimeShutdown = false;
2667
2668
  async function createBundler(inputOptions, outputOptions, isClose) {
2668
2669
  const option = await createBundlerOptions(inputOptions, outputOptions, isClose);
2670
+ if (asyncRuntimeShutdown) (0, require_parse_ast_index.import_binding.startAsyncRuntime)();
2669
2671
  try {
2670
2672
  return {
2671
2673
  bundler: new require_parse_ast_index.import_binding.Bundler(option.bundlerOptions),
2672
- stopWorkers: option.stopWorkers
2674
+ stopWorkers: option.stopWorkers,
2675
+ shutdown: () => {
2676
+ (0, require_parse_ast_index.import_binding.shutdownAsyncRuntime)();
2677
+ asyncRuntimeShutdown = true;
2678
+ }
2673
2679
  };
2674
2680
  } catch (e) {
2675
2681
  await option.stopWorkers?.();
@@ -2687,10 +2693,10 @@ var RolldownBuild = class {
2687
2693
  this.#inputOptions = inputOptions;
2688
2694
  }
2689
2695
  get closed() {
2690
- return this.#bundler ? this.#bundler.bundler.closed : false;
2696
+ return this.#bundler?.bundler.closed ?? false;
2691
2697
  }
2692
2698
  async #getBundlerWithStopWorker(outputOptions, isClose) {
2693
- if (this.#bundler) this.#bundler.stopWorkers?.();
2699
+ if (this.#bundler) await this.#bundler.stopWorkers?.();
2694
2700
  return this.#bundler = await createBundler(this.#inputOptions, outputOptions, isClose);
2695
2701
  }
2696
2702
  async generate(outputOptions = {}) {
@@ -2706,9 +2712,10 @@ var RolldownBuild = class {
2706
2712
  return transformToRollupOutput(output);
2707
2713
  }
2708
2714
  async close() {
2709
- const { bundler, stopWorkers } = await this.#getBundlerWithStopWorker({}, true);
2715
+ const { bundler, stopWorkers, shutdown } = await this.#getBundlerWithStopWorker({}, true);
2710
2716
  await stopWorkers?.();
2711
2717
  await bundler.close();
2718
+ shutdown();
2712
2719
  }
2713
2720
  async [Symbol.asyncDispose]() {
2714
2721
  await this.close();
@@ -2813,6 +2820,7 @@ var Watcher = class {
2813
2820
  this.closed = true;
2814
2821
  for (const stop of this.stopWorkers) await stop?.();
2815
2822
  await this.inner.close();
2823
+ (0, require_parse_ast_index.import_binding.shutdownAsyncRuntime)();
2816
2824
  }
2817
2825
  start() {
2818
2826
  process.nextTick(() => this.inner.start(this.emitter.onEvent.bind(this.emitter)));
@@ -2850,7 +2858,7 @@ const watch = (input) => {
2850
2858
 
2851
2859
  //#endregion
2852
2860
  //#region package.json
2853
- var version = "1.0.0-beta.4-commit.308f68b";
2861
+ var version = "1.0.0-beta.6-commit.3ad87bf";
2854
2862
  var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
2855
2863
 
2856
2864
  //#endregion
@@ -1,4 +1,4 @@
1
- import { augmentCodeLocation, colors, error, import_binding, logCycleLoading, logInputHookInOutputPlugin, logInvalidLogPosition, logMinifyWarning, logMultiplyNotifyOption, logPluginError, parseAst } from "./parse-ast-index-CyX8MVZE.mjs";
1
+ import { augmentCodeLocation, colors, error, import_binding, logCycleLoading, logInputHookInOutputPlugin, logInvalidLogPosition, logMinifyWarning, logMultiplyNotifyOption, logPluginError, parseAst } from "./parse-ast-index-D8k04LFo.mjs";
2
2
  import path from "node:path";
3
3
  import * as v from "valibot";
4
4
  import { toJsonSchema } from "@valibot/to-json-schema";
@@ -2235,7 +2235,7 @@ function bindingifyMakeAbsoluteExternalsRelative(makeAbsoluteExternalsRelative)
2235
2235
  }
2236
2236
 
2237
2237
  //#endregion
2238
- //#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
2238
+ //#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-D6FCK2GA.js
2239
2239
  function u$1(o, n, a) {
2240
2240
  let t$1 = (r) => o(r, ...n);
2241
2241
  return a === void 0 ? t$1 : Object.assign(t$1, {
@@ -2245,7 +2245,7 @@ function u$1(o, n, a) {
2245
2245
  }
2246
2246
 
2247
2247
  //#endregion
2248
- //#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
2248
+ //#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-WIMGWYZL.js
2249
2249
  function u(r, n, o) {
2250
2250
  let a = r.length - n.length;
2251
2251
  if (a === 0) return r(...n);
@@ -2254,7 +2254,7 @@ function u(r, n, o) {
2254
2254
  }
2255
2255
 
2256
2256
  //#endregion
2257
- //#region ../../node_modules/.pnpm/remeda@2.21.1/node_modules/remeda/dist/chunk-5NQBDF4H.js
2257
+ //#region ../../node_modules/.pnpm/remeda@2.21.2/node_modules/remeda/dist/chunk-5NQBDF4H.js
2258
2258
  function t(...n) {
2259
2259
  return u(Object.keys, n);
2260
2260
  }
@@ -2662,12 +2662,18 @@ async function createBundlerOptions(inputOptions, outputOptions, isClose) {
2662
2662
 
2663
2663
  //#endregion
2664
2664
  //#region src/utils/create-bundler.ts
2665
+ let asyncRuntimeShutdown = false;
2665
2666
  async function createBundler(inputOptions, outputOptions, isClose) {
2666
2667
  const option = await createBundlerOptions(inputOptions, outputOptions, isClose);
2668
+ if (asyncRuntimeShutdown) (0, import_binding.startAsyncRuntime)();
2667
2669
  try {
2668
2670
  return {
2669
2671
  bundler: new import_binding.Bundler(option.bundlerOptions),
2670
- stopWorkers: option.stopWorkers
2672
+ stopWorkers: option.stopWorkers,
2673
+ shutdown: () => {
2674
+ (0, import_binding.shutdownAsyncRuntime)();
2675
+ asyncRuntimeShutdown = true;
2676
+ }
2671
2677
  };
2672
2678
  } catch (e) {
2673
2679
  await option.stopWorkers?.();
@@ -2685,10 +2691,10 @@ var RolldownBuild = class {
2685
2691
  this.#inputOptions = inputOptions;
2686
2692
  }
2687
2693
  get closed() {
2688
- return this.#bundler ? this.#bundler.bundler.closed : false;
2694
+ return this.#bundler?.bundler.closed ?? false;
2689
2695
  }
2690
2696
  async #getBundlerWithStopWorker(outputOptions, isClose) {
2691
- if (this.#bundler) this.#bundler.stopWorkers?.();
2697
+ if (this.#bundler) await this.#bundler.stopWorkers?.();
2692
2698
  return this.#bundler = await createBundler(this.#inputOptions, outputOptions, isClose);
2693
2699
  }
2694
2700
  async generate(outputOptions = {}) {
@@ -2704,9 +2710,10 @@ var RolldownBuild = class {
2704
2710
  return transformToRollupOutput(output);
2705
2711
  }
2706
2712
  async close() {
2707
- const { bundler, stopWorkers } = await this.#getBundlerWithStopWorker({}, true);
2713
+ const { bundler, stopWorkers, shutdown } = await this.#getBundlerWithStopWorker({}, true);
2708
2714
  await stopWorkers?.();
2709
2715
  await bundler.close();
2716
+ shutdown();
2710
2717
  }
2711
2718
  async [Symbol.asyncDispose]() {
2712
2719
  await this.close();
@@ -2811,6 +2818,7 @@ var Watcher = class {
2811
2818
  this.closed = true;
2812
2819
  for (const stop of this.stopWorkers) await stop?.();
2813
2820
  await this.inner.close();
2821
+ (0, import_binding.shutdownAsyncRuntime)();
2814
2822
  }
2815
2823
  start() {
2816
2824
  process.nextTick(() => this.inner.start(this.emitter.onEvent.bind(this.emitter)));
@@ -2848,7 +2856,7 @@ const watch = (input) => {
2848
2856
 
2849
2857
  //#endregion
2850
2858
  //#region package.json
2851
- var version = "1.0.0-beta.4-commit.308f68b";
2859
+ var version = "1.0.0-beta.6-commit.3ad87bf";
2852
2860
  var description = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
2853
2861
 
2854
2862
  //#endregion
@@ -1209,6 +1209,14 @@ export type Severity = 'Error'|
1209
1209
  'Warning'|
1210
1210
  'Advice';
1211
1211
 
1212
+ /**
1213
+ * Shutdown the tokio runtime manually.
1214
+ *
1215
+ * This is required for the wasm target with `tokio_unstable` cfg.
1216
+ * In the wasm runtime, the `park` threads will hang there until the tokio::Runtime is shutdown.
1217
+ */
1218
+ export declare function shutdownAsyncRuntime(): void
1219
+
1212
1220
  export interface SourceMap {
1213
1221
  file?: string
1214
1222
  mappings: string
@@ -1225,6 +1233,14 @@ export interface Span {
1225
1233
  end: number
1226
1234
  }
1227
1235
 
1236
+ /**
1237
+ * Start the async runtime manually.
1238
+ *
1239
+ * This is required when the async runtime is shutdown manually.
1240
+ * Usually it's used in test.
1241
+ */
1242
+ export declare function startAsyncRuntime(): void
1243
+
1228
1244
  export interface StaticExport {
1229
1245
  start: number
1230
1246
  end: number
@@ -5,4 +5,5 @@ export declare function createBundler(inputOptions: InputOptions, outputOptions:
5
5
  export interface BundlerWithStopWorker {
6
6
  bundler: Bundler;
7
7
  stopWorkers?: () => Promise<void>;
8
+ shutdown: () => void;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rolldown",
3
- "version": "1.0.0-beta.4-commit.308f68b",
3
+ "version": "1.0.0-beta.6-commit.3ad87bf",
4
4
  "description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
5
5
  "homepage": "https://rolldown.rs/",
6
6
  "repository": {
@@ -86,7 +86,7 @@
86
86
  "dependencies": {
87
87
  "@oxc-project/types": "0.58.1",
88
88
  "@valibot/to-json-schema": "1.0.0-rc.0",
89
- "valibot": "1.0.0-rc.3"
89
+ "valibot": "1.0.0-rc.4"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@oxc-project/runtime": "0.58.1"
@@ -100,7 +100,7 @@
100
100
  "@jridgewell/sourcemap-codec": "^1.5.0",
101
101
  "@napi-rs/cli": "^3.0.0-alpha.74",
102
102
  "@napi-rs/wasm-runtime": "^0.2.4",
103
- "@oxc-node/core": "^0.0.20",
103
+ "@oxc-node/core": "^0.0.21",
104
104
  "@types/fs-extra": "^11.0.4",
105
105
  "@types/lodash-es": "^4.17.12",
106
106
  "colorette": "^2.0.20",
@@ -117,26 +117,26 @@
117
117
  "source-map": "^0.7.4",
118
118
  "tsx": "^4.19.2",
119
119
  "type-fest": "^4.20.0",
120
- "typedoc": "^0.27.6",
120
+ "typedoc": "^0.28.0",
121
121
  "typescript": "^5.7.3",
122
122
  "unbuild": "^3.0.0",
123
123
  "why-is-node-running": "^3.0.0",
124
124
  "@rolldown/testing": "0.0.1",
125
- "rolldown": "1.0.0-beta.4-commit.308f68b"
125
+ "rolldown": "1.0.0-beta.6-commit.3ad87bf"
126
126
  },
127
127
  "optionalDependencies": {
128
- "@rolldown/binding-darwin-arm64": "1.0.0-beta.4-commit.308f68b",
129
- "@rolldown/binding-freebsd-x64": "1.0.0-beta.4-commit.308f68b",
130
- "@rolldown/binding-darwin-x64": "1.0.0-beta.4-commit.308f68b",
131
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.4-commit.308f68b",
132
- "@rolldown/binding-linux-arm64-musl": "1.0.0-beta.4-commit.308f68b",
133
- "@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.4-commit.308f68b",
134
- "@rolldown/binding-linux-x64-gnu": "1.0.0-beta.4-commit.308f68b",
135
- "@rolldown/binding-linux-x64-musl": "1.0.0-beta.4-commit.308f68b",
136
- "@rolldown/binding-wasm32-wasi": "1.0.0-beta.4-commit.308f68b",
137
- "@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.4-commit.308f68b",
138
- "@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.4-commit.308f68b",
139
- "@rolldown/binding-win32-x64-msvc": "1.0.0-beta.4-commit.308f68b"
128
+ "@rolldown/binding-darwin-arm64": "1.0.0-beta.6-commit.3ad87bf",
129
+ "@rolldown/binding-darwin-x64": "1.0.0-beta.6-commit.3ad87bf",
130
+ "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.6-commit.3ad87bf",
131
+ "@rolldown/binding-freebsd-x64": "1.0.0-beta.6-commit.3ad87bf",
132
+ "@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.6-commit.3ad87bf",
133
+ "@rolldown/binding-linux-arm64-musl": "1.0.0-beta.6-commit.3ad87bf",
134
+ "@rolldown/binding-linux-x64-gnu": "1.0.0-beta.6-commit.3ad87bf",
135
+ "@rolldown/binding-linux-x64-musl": "1.0.0-beta.6-commit.3ad87bf",
136
+ "@rolldown/binding-wasm32-wasi": "1.0.0-beta.6-commit.3ad87bf",
137
+ "@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.6-commit.3ad87bf",
138
+ "@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.6-commit.3ad87bf",
139
+ "@rolldown/binding-win32-x64-msvc": "1.0.0-beta.6-commit.3ad87bf"
140
140
  },
141
141
  "scripts": {
142
142
  "# Scrips for binding #": "_",