@rolldown/browser 1.0.0-beta.10-commit.229c919 → 1.0.0-beta.11-commit.83d4d62
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/cli.cjs +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/config.cjs +2 -2
- package/dist/config.d.cts +2 -2
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs +2 -2
- package/dist/experimental-index.browser.mjs +1 -1
- package/dist/experimental-index.cjs +1 -1
- package/dist/experimental-index.d.cts +2 -2
- package/dist/experimental-index.d.mts +2 -2
- package/dist/experimental-index.mjs +1 -1
- package/dist/filter-index.d.cts +2 -2
- package/dist/filter-index.d.mts +2 -2
- package/dist/index.browser.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/parallel-plugin-worker.cjs +1 -1
- package/dist/parallel-plugin-worker.mjs +1 -1
- package/dist/parallel-plugin.d.cts +2 -2
- package/dist/parallel-plugin.d.mts +2 -2
- package/dist/parse-ast-index.d.cts +1 -1
- package/dist/parse-ast-index.d.mts +1 -1
- package/dist/rolldown-binding.wasi-browser.js +20 -20
- package/dist/rolldown-binding.wasi.cjs +20 -20
- package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
- package/dist/shared/{binding-BYafUgFF.d.cts → binding-D7RYtfDL.d.mts} +1507 -1526
- package/dist/shared/{binding-CHPrEDXp.d.mts → binding-DqYTl9GE.d.cts} +1507 -1526
- package/dist/shared/{define-config-BIXBk1MV.d.mts → define-config-BHySodg5.d.cts} +3 -3
- package/dist/shared/{define-config-BetvTt9D.d.cts → define-config-Dy4ivfaa.d.mts} +3 -3
- package/dist/shared/{load-config-AyxhfXuF.mjs → load-config-DerL39_U.mjs} +1 -1
- package/dist/shared/{load-config-qrciC9CF.cjs → load-config-Df88B7gV.cjs} +1 -1
- package/dist/shared/{src-0Fe4vIDB.cjs → src-Ar4wMFLB.cjs} +1 -2
- package/dist/shared/{src-6zdIkToV.mjs → src-D50urVNB.mjs} +1 -2
- package/dist/{src-BMyIPdVN.js → src-DsruIZkd.js} +1 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, ParserOptions, PreRenderedChunk, TransformOptions } from "./binding-
|
|
1
|
+
import { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, ParserOptions, PreRenderedChunk, TransformOptions } from "./binding-DqYTl9GE.cjs";
|
|
2
2
|
import { Program } from "@oxc-project/types";
|
|
3
3
|
import { TopLevelFilterExpression } from "@rolldown/pluginutils";
|
|
4
4
|
|
|
@@ -121,7 +121,7 @@ type MaybeArray<T> = T | T[];
|
|
|
121
121
|
type StringOrRegExp = string | RegExp;
|
|
122
122
|
//#endregion
|
|
123
123
|
//#region src/options/output-options.d.ts
|
|
124
|
-
type ModuleFormat = "es" | "cjs" | "esm" | "module" | "commonjs" | "iife" | "umd"
|
|
124
|
+
type ModuleFormat = "es" | "cjs" | "esm" | "module" | "commonjs" | "iife" | "umd";
|
|
125
125
|
type AddonFunction = (chunk: RenderedChunk) => string | Promise<string>;
|
|
126
126
|
type ChunkFileNamesFunction = (chunkInfo: PreRenderedChunk) => string;
|
|
127
127
|
interface PreRenderedAsset {
|
|
@@ -385,7 +385,7 @@ interface NormalizedInputOptions {
|
|
|
385
385
|
// TODO: I guess we make these getters enumerable so it act more like a plain object
|
|
386
386
|
//#endregion
|
|
387
387
|
//#region src/options/normalized-output-options.d.ts
|
|
388
|
-
type InternalModuleFormat = "es" | "cjs" | "iife" | "umd"
|
|
388
|
+
type InternalModuleFormat = "es" | "cjs" | "iife" | "umd";
|
|
389
389
|
interface NormalizedOutputOptions {
|
|
390
390
|
name: string | undefined;
|
|
391
391
|
file: string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, ParserOptions, PreRenderedChunk, TransformOptions } from "./binding-
|
|
1
|
+
import { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, ParserOptions, PreRenderedChunk, TransformOptions } from "./binding-D7RYtfDL.mjs";
|
|
2
2
|
import { Program } from "@oxc-project/types";
|
|
3
3
|
import { TopLevelFilterExpression } from "@rolldown/pluginutils";
|
|
4
4
|
|
|
@@ -121,7 +121,7 @@ type MaybeArray<T> = T | T[];
|
|
|
121
121
|
type StringOrRegExp = string | RegExp;
|
|
122
122
|
//#endregion
|
|
123
123
|
//#region src/options/output-options.d.ts
|
|
124
|
-
type ModuleFormat = "es" | "cjs" | "esm" | "module" | "commonjs" | "iife" | "umd"
|
|
124
|
+
type ModuleFormat = "es" | "cjs" | "esm" | "module" | "commonjs" | "iife" | "umd";
|
|
125
125
|
type AddonFunction = (chunk: RenderedChunk) => string | Promise<string>;
|
|
126
126
|
type ChunkFileNamesFunction = (chunkInfo: PreRenderedChunk) => string;
|
|
127
127
|
interface PreRenderedAsset {
|
|
@@ -385,7 +385,7 @@ interface NormalizedInputOptions {
|
|
|
385
385
|
// TODO: I guess we make these getters enumerable so it act more like a plain object
|
|
386
386
|
//#endregion
|
|
387
387
|
//#region src/options/normalized-output-options.d.ts
|
|
388
|
-
type InternalModuleFormat = "es" | "cjs" | "iife" | "umd"
|
|
388
|
+
type InternalModuleFormat = "es" | "cjs" | "iife" | "umd";
|
|
389
389
|
interface NormalizedOutputOptions {
|
|
390
390
|
name: string | undefined;
|
|
391
391
|
file: string | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __esm } from "./chunk-DSsiIF1Z.mjs";
|
|
2
|
-
import { init_rolldown, rolldown } from "./src-
|
|
2
|
+
import { init_rolldown, rolldown } from "./src-D50urVNB.mjs";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import { pathToFileURL } from "node:url";
|
|
5
5
|
import { cwd } from "node:process";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./src-
|
|
2
|
+
const require_src = require('./src-Ar4wMFLB.cjs');
|
|
3
3
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
4
4
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
5
5
|
const node_process = require_chunk.__toESM(require("node:process"));
|
|
@@ -8,7 +8,7 @@ const node_os = require_chunk.__toESM(require("node:os"));
|
|
|
8
8
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "1.0.0-beta.
|
|
11
|
+
var version = "1.0.0-beta.11-commit.83d4d62";
|
|
12
12
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
@@ -3106,7 +3106,6 @@ function bindingifyFormat(format) {
|
|
|
3106
3106
|
case "commonjs": return "cjs";
|
|
3107
3107
|
case "iife": return "iife";
|
|
3108
3108
|
case "umd": return "umd";
|
|
3109
|
-
case "experimental-app": return "app";
|
|
3110
3109
|
default: require_dist.unimplemented(`output.format: ${format}`);
|
|
3111
3110
|
}
|
|
3112
3111
|
}
|
|
@@ -8,7 +8,7 @@ import os from "node:os";
|
|
|
8
8
|
import { Worker } from "node:worker_threads";
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "1.0.0-beta.
|
|
11
|
+
var version = "1.0.0-beta.11-commit.83d4d62";
|
|
12
12
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
@@ -3226,7 +3226,6 @@ function bindingifyFormat(format) {
|
|
|
3226
3226
|
case "commonjs": return "cjs";
|
|
3227
3227
|
case "iife": return "iife";
|
|
3228
3228
|
case "umd": return "umd";
|
|
3229
|
-
case "experimental-app": return "app";
|
|
3230
3229
|
default: unimplemented(`output.format: ${format}`);
|
|
3231
3230
|
}
|
|
3232
3231
|
}
|
|
@@ -28,7 +28,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region package.json
|
|
31
|
-
var version = "1.0.0-beta.
|
|
31
|
+
var version = "1.0.0-beta.11-commit.83d4d62";
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/builtin-plugin/utils.ts
|
|
@@ -3003,7 +3003,6 @@ function bindingifyFormat(format) {
|
|
|
3003
3003
|
case "commonjs": return "cjs";
|
|
3004
3004
|
case "iife": return "iife";
|
|
3005
3005
|
case "umd": return "umd";
|
|
3006
|
-
case "experimental-app": return "app";
|
|
3007
3006
|
default: unimplemented(`output.format: ${format}`);
|
|
3008
3007
|
}
|
|
3009
3008
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolldown/browser",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.11-commit.83d4d62",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"type": "module",
|