@rolldown/browser 1.0.0-beta.28-commit.cd50e5f → 1.0.0-beta.28-commit.aaef991

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.
Files changed (35) hide show
  1. package/dist/cli.cjs +5 -5
  2. package/dist/cli.mjs +5 -5
  3. package/dist/config.cjs +3 -3
  4. package/dist/config.d.cts +1 -1
  5. package/dist/config.d.mts +1 -1
  6. package/dist/config.mjs +3 -3
  7. package/dist/experimental-index.browser.mjs +1 -1
  8. package/dist/experimental-index.cjs +2 -2
  9. package/dist/experimental-index.d.cts +1 -1
  10. package/dist/experimental-index.d.mts +1 -1
  11. package/dist/experimental-index.mjs +2 -2
  12. package/dist/filter-index.d.cts +1 -1
  13. package/dist/filter-index.d.mts +1 -1
  14. package/dist/index.browser.mjs +1 -1
  15. package/dist/index.cjs +2 -2
  16. package/dist/index.d.cts +1 -1
  17. package/dist/index.d.mts +1 -1
  18. package/dist/index.mjs +2 -2
  19. package/dist/parallel-plugin-worker.cjs +2 -2
  20. package/dist/parallel-plugin-worker.mjs +2 -2
  21. package/dist/parallel-plugin.d.cts +1 -1
  22. package/dist/parallel-plugin.d.mts +1 -1
  23. package/dist/parse-ast-index.cjs +1 -1
  24. package/dist/parse-ast-index.mjs +1 -1
  25. package/dist/rolldown-binding.wasm32-wasi.wasm +0 -0
  26. package/dist/shared/{define-config-QTGzJj6S.d.cts → define-config-DQ-fbTm4.d.cts} +1 -0
  27. package/dist/shared/{define-config-5S3FYqLV.d.mts → define-config-DqcLHP62.d.mts} +1 -0
  28. package/dist/shared/{load-config-2Tr1ILXk.mjs → load-config-_zDPPZ7X.mjs} +1 -1
  29. package/dist/shared/{load-config-1OTIV8uJ.cjs → load-config-gcRlDADx.cjs} +1 -1
  30. package/dist/shared/{parse-ast-index-DjKK9JzO.cjs → parse-ast-index-CLjgl4c8.cjs} +1 -1
  31. package/dist/shared/{parse-ast-index-B8XFyU6n.mjs → parse-ast-index-rwZvDBjW.mjs} +1 -1
  32. package/dist/shared/{src--UynGCiX.cjs → src-BvbV9WMT.cjs} +8 -8
  33. package/dist/shared/{src-DZKXzOWR.mjs → src-CasvC5UR.mjs} +8 -8
  34. package/dist/{src-BVRBhIDO.js → src-B2WPEZLQ.js} +8 -8
  35. package/package.json +3 -3
package/dist/cli.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
2
- const require_src = require('./shared/src--UynGCiX.cjs');
2
+ const require_src = require('./shared/src-BvbV9WMT.cjs');
3
3
  const require_dist = require('./shared/dist-BVAp8sOm.cjs');
4
- require('./shared/parse-ast-index-DjKK9JzO.cjs');
5
- const require_load_config = require('./shared/load-config-1OTIV8uJ.cjs');
4
+ require('./shared/parse-ast-index-CLjgl4c8.cjs');
5
+ const require_load_config = require('./shared/load-config-gcRlDADx.cjs');
6
6
  const node_path = require_chunk.__toESM(require("node:path"));
7
7
  const node_process = require_chunk.__toESM(require("node:process"));
8
8
  const node_util = require_chunk.__toESM(require("node:util"));
@@ -1423,8 +1423,8 @@ const process$2 = globalThis.process;
1423
1423
  const { onExit, load, unload } = signalExitWrap(processOk(process$2) ? new SignalExit(process$2) : new SignalExitFallback());
1424
1424
 
1425
1425
  //#endregion
1426
- //#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
1427
- var require_usingCtx = require_chunk.__commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.77.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js"(exports, module) {
1426
+ //#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.3/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
1427
+ var require_usingCtx = require_chunk.__commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.77.3/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js"(exports, module) {
1428
1428
  function _usingCtx() {
1429
1429
  var r$1 = "function" == typeof SuppressedError ? SuppressedError : function(r$2, e$1) {
1430
1430
  var n$2 = Error();
package/dist/cli.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { __commonJS, __toESM, ansis_default, description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-DZKXzOWR.mjs";
1
+ import { __commonJS, __toESM, ansis_default, description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-CasvC5UR.mjs";
2
2
  import { arraify } from "./shared/dist-DvBwroyk.mjs";
3
- import "./shared/parse-ast-index-B8XFyU6n.mjs";
4
- import { loadConfig } from "./shared/load-config-2Tr1ILXk.mjs";
3
+ import "./shared/parse-ast-index-rwZvDBjW.mjs";
4
+ import { loadConfig } from "./shared/load-config-_zDPPZ7X.mjs";
5
5
  import path, { sep } from "node:path";
6
6
  import process$1 from "node:process";
7
7
  import { formatWithOptions, parseArgs } from "node:util";
@@ -1422,8 +1422,8 @@ const process$2 = globalThis.process;
1422
1422
  const { onExit, load, unload } = signalExitWrap(processOk(process$2) ? new SignalExit(process$2) : new SignalExitFallback());
1423
1423
 
1424
1424
  //#endregion
1425
- //#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
1426
- var require_usingCtx = __commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.77.2/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js"(exports, module) {
1425
+ //#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.3/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
1426
+ var require_usingCtx = __commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.77.3/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js"(exports, module) {
1427
1427
  function _usingCtx() {
1428
1428
  var r$1 = "function" == typeof SuppressedError ? SuppressedError : function(r$2, e$1) {
1429
1429
  var n$2 = Error();
package/dist/config.cjs CHANGED
@@ -1,7 +1,7 @@
1
- const require_src = require('./shared/src--UynGCiX.cjs');
1
+ const require_src = require('./shared/src-BvbV9WMT.cjs');
2
2
  require('./shared/dist-BVAp8sOm.cjs');
3
- require('./shared/parse-ast-index-DjKK9JzO.cjs');
4
- const require_load_config = require('./shared/load-config-1OTIV8uJ.cjs');
3
+ require('./shared/parse-ast-index-CLjgl4c8.cjs');
4
+ const require_load_config = require('./shared/load-config-gcRlDADx.cjs');
5
5
 
6
6
  //#region src/config.ts
7
7
  const VERSION = require_src.version;
package/dist/config.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./shared/binding-D1lW862e.cjs";
2
- import { ConfigExport, defineConfig } from "./shared/define-config-QTGzJj6S.cjs";
2
+ import { ConfigExport, defineConfig } from "./shared/define-config-DQ-fbTm4.cjs";
3
3
 
4
4
  //#region src/utils/load-config.d.ts
5
5
  declare function loadConfig(configPath: string): Promise<ConfigExport>;
package/dist/config.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./shared/binding-BO7hG1pA.mjs";
2
- import { ConfigExport, defineConfig } from "./shared/define-config-5S3FYqLV.mjs";
2
+ import { ConfigExport, defineConfig } from "./shared/define-config-DqcLHP62.mjs";
3
3
 
4
4
  //#region src/utils/load-config.d.ts
5
5
  declare function loadConfig(configPath: string): Promise<ConfigExport>;
package/dist/config.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { defineConfig, version } from "./shared/src-DZKXzOWR.mjs";
1
+ import { defineConfig, version } from "./shared/src-CasvC5UR.mjs";
2
2
  import "./shared/dist-DvBwroyk.mjs";
3
- import "./shared/parse-ast-index-B8XFyU6n.mjs";
4
- import { loadConfig } from "./shared/load-config-2Tr1ILXk.mjs";
3
+ import "./shared/parse-ast-index-rwZvDBjW.mjs";
4
+ import { loadConfig } from "./shared/load-config-_zDPPZ7X.mjs";
5
5
 
6
6
  //#region src/config.ts
7
7
  const VERSION = version;
@@ -1,4 +1,4 @@
1
- import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./src-BVRBhIDO.js";
1
+ import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./src-B2WPEZLQ.js";
2
2
  import { BindingBundler, ResolverFactory, isolatedDeclaration, moduleRunnerTransform, transform } from "./rolldown-binding.wasi-browser.js";
3
3
 
4
4
  //#region src/api/experimental.ts
@@ -1,7 +1,7 @@
1
1
  const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
2
- const require_src = require('./shared/src--UynGCiX.cjs');
2
+ const require_src = require('./shared/src-BvbV9WMT.cjs');
3
3
  require('./shared/dist-BVAp8sOm.cjs');
4
- require('./shared/parse-ast-index-DjKK9JzO.cjs');
4
+ require('./shared/parse-ast-index-CLjgl4c8.cjs');
5
5
  const src_rolldown_binding_wasi_cjs = require_chunk.__toESM(require("./rolldown-binding.wasi.cjs"));
6
6
  const node_url = require_chunk.__toESM(require("node:url"));
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/binding-D1lW862e.cjs";
2
- import { BuiltinPlugin, InputOptions, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config-QTGzJj6S.cjs";
2
+ import { BuiltinPlugin, InputOptions, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config-DQ-fbTm4.cjs";
3
3
 
4
4
  //#region src/api/experimental.d.ts
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/binding-BO7hG1pA.mjs";
2
- import { BuiltinPlugin, InputOptions, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config-5S3FYqLV.mjs";
2
+ import { BuiltinPlugin, InputOptions, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config-DqcLHP62.mjs";
3
3
 
4
4
  //#region src/api/experimental.d.ts
5
5
 
@@ -1,6 +1,6 @@
1
- import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-DZKXzOWR.mjs";
1
+ import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-CasvC5UR.mjs";
2
2
  import "./shared/dist-DvBwroyk.mjs";
3
- import "./shared/parse-ast-index-B8XFyU6n.mjs";
3
+ import "./shared/parse-ast-index-rwZvDBjW.mjs";
4
4
  import { BindingBundler, ResolverFactory, isolatedDeclaration, moduleRunnerTransform, transform } from "./rolldown-binding.wasi.cjs";
5
5
  import { pathToFileURL } from "node:url";
6
6
 
@@ -1,4 +1,4 @@
1
1
  import "./shared/binding-D1lW862e.cjs";
2
- import { withFilter } from "./shared/define-config-QTGzJj6S.cjs";
2
+ import { withFilter } from "./shared/define-config-DQ-fbTm4.cjs";
3
3
  import { and, code, exclude, id, include, moduleType, not, or, queries, query } from "@rolldown/pluginutils";
4
4
  export { and, code, exclude, id, include, moduleType, not, or, queries, query, withFilter };
@@ -1,4 +1,4 @@
1
1
  import "./shared/binding-BO7hG1pA.mjs";
2
- import { withFilter } from "./shared/define-config-5S3FYqLV.mjs";
2
+ import { withFilter } from "./shared/define-config-DqcLHP62.mjs";
3
3
  import { and, code, exclude, id, include, moduleType, not, or, queries, query } from "@rolldown/pluginutils";
4
4
  export { and, code, exclude, id, include, moduleType, not, or, queries, query, withFilter };
@@ -1,3 +1,3 @@
1
- import { VERSION, build, defineConfig, rolldown, watch } from "./src-BVRBhIDO.js";
1
+ import { VERSION, build, defineConfig, rolldown, watch } from "./src-B2WPEZLQ.js";
2
2
 
3
3
  export { VERSION, build, defineConfig, rolldown, watch };
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
- const require_src = require('./shared/src--UynGCiX.cjs');
1
+ const require_src = require('./shared/src-BvbV9WMT.cjs');
2
2
  require('./shared/dist-BVAp8sOm.cjs');
3
- require('./shared/parse-ast-index-DjKK9JzO.cjs');
3
+ require('./shared/parse-ast-index-CLjgl4c8.cjs');
4
4
 
5
5
  exports.VERSION = require_src.VERSION;
6
6
  exports.build = require_src.build;
package/dist/index.d.cts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { PreRenderedChunk } from "./shared/binding-D1lW862e.cjs";
2
- import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, ChunkingContext, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, OptimizationOptions, OutputAsset, OutputBundle, OutputChunk, OutputOptions, ParallelPluginHooks, PartialNull, PartialResolvedId, Plugin, PluginContext, PluginContextMeta, PreRenderedAsset, RenderedChunk, RenderedModule, ResolveIdExtraOptions, ResolveIdResult, ResolvedId, RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, RolldownWatcher, RolldownWatcherEvent, RollupError, RollupLog, RollupLogWithString, SourceDescription, SourceMap, SourceMapInput, SourcemapIgnoreListOption, TransformPluginContext, TransformResult, TreeshakingOptions, VERSION, WarningHandlerWithDefault, WatchOptions, WatcherOptions, build, defineConfig, rolldown, watch } from "./shared/define-config-QTGzJj6S.cjs";
2
+ import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, ChunkingContext, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, OptimizationOptions, OutputAsset, OutputBundle, OutputChunk, OutputOptions, ParallelPluginHooks, PartialNull, PartialResolvedId, Plugin, PluginContext, PluginContextMeta, PreRenderedAsset, RenderedChunk, RenderedModule, ResolveIdExtraOptions, ResolveIdResult, ResolvedId, RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, RolldownWatcher, RolldownWatcherEvent, RollupError, RollupLog, RollupLogWithString, SourceDescription, SourceMap, SourceMapInput, SourcemapIgnoreListOption, TransformPluginContext, TransformResult, TreeshakingOptions, VERSION, WarningHandlerWithDefault, WatchOptions, WatcherOptions, build, defineConfig, rolldown, watch } from "./shared/define-config-DQ-fbTm4.cjs";
3
3
  export { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, ChunkingContext, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, OptimizationOptions, OutputAsset, OutputBundle, OutputChunk, OutputOptions, ParallelPluginHooks, PartialNull, PartialResolvedId, Plugin, PluginContext, PluginContextMeta, PreRenderedAsset, PreRenderedChunk, RenderedChunk, RenderedModule, ResolveIdExtraOptions, ResolveIdResult, ResolvedId, RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, RolldownWatcher, RolldownWatcherEvent, RollupError, RollupLog, RollupLogWithString, SourceDescription, SourceMap, SourceMapInput, SourcemapIgnoreListOption, TransformPluginContext, TransformResult, TreeshakingOptions, VERSION, WarningHandlerWithDefault, WatchOptions, WatcherOptions, build, defineConfig, rolldown, watch };
package/dist/index.d.mts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { PreRenderedChunk } from "./shared/binding-BO7hG1pA.mjs";
2
- import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, ChunkingContext, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, OptimizationOptions, OutputAsset, OutputBundle, OutputChunk, OutputOptions, ParallelPluginHooks, PartialNull, PartialResolvedId, Plugin, PluginContext, PluginContextMeta, PreRenderedAsset, RenderedChunk, RenderedModule, ResolveIdExtraOptions, ResolveIdResult, ResolvedId, RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, RolldownWatcher, RolldownWatcherEvent, RollupError, RollupLog, RollupLogWithString, SourceDescription, SourceMap, SourceMapInput, SourcemapIgnoreListOption, TransformPluginContext, TransformResult, TreeshakingOptions, VERSION, WarningHandlerWithDefault, WatchOptions, WatcherOptions, build, defineConfig, rolldown, watch } from "./shared/define-config-5S3FYqLV.mjs";
2
+ import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, ChunkingContext, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, OptimizationOptions, OutputAsset, OutputBundle, OutputChunk, OutputOptions, ParallelPluginHooks, PartialNull, PartialResolvedId, Plugin, PluginContext, PluginContextMeta, PreRenderedAsset, RenderedChunk, RenderedModule, ResolveIdExtraOptions, ResolveIdResult, ResolvedId, RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, RolldownWatcher, RolldownWatcherEvent, RollupError, RollupLog, RollupLogWithString, SourceDescription, SourceMap, SourceMapInput, SourcemapIgnoreListOption, TransformPluginContext, TransformResult, TreeshakingOptions, VERSION, WarningHandlerWithDefault, WatchOptions, WatcherOptions, build, defineConfig, rolldown, watch } from "./shared/define-config-DqcLHP62.mjs";
3
3
  export { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, ChunkingContext, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, OptimizationOptions, OutputAsset, OutputBundle, OutputChunk, OutputOptions, ParallelPluginHooks, PartialNull, PartialResolvedId, Plugin, PluginContext, PluginContextMeta, PreRenderedAsset, PreRenderedChunk, RenderedChunk, RenderedModule, ResolveIdExtraOptions, ResolveIdResult, ResolvedId, RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, RolldownWatcher, RolldownWatcherEvent, RollupError, RollupLog, RollupLogWithString, SourceDescription, SourceMap, SourceMapInput, SourcemapIgnoreListOption, TransformPluginContext, TransformResult, TreeshakingOptions, VERSION, WarningHandlerWithDefault, WatchOptions, WatcherOptions, build, defineConfig, rolldown, watch };
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-DZKXzOWR.mjs";
1
+ import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-CasvC5UR.mjs";
2
2
  import "./shared/dist-DvBwroyk.mjs";
3
- import "./shared/parse-ast-index-B8XFyU6n.mjs";
3
+ import "./shared/parse-ast-index-rwZvDBjW.mjs";
4
4
 
5
5
  export { VERSION, build, defineConfig, rolldown, watch };
@@ -1,7 +1,7 @@
1
1
  const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
2
- const require_src = require('./shared/src--UynGCiX.cjs');
2
+ const require_src = require('./shared/src-BvbV9WMT.cjs');
3
3
  require('./shared/dist-BVAp8sOm.cjs');
4
- require('./shared/parse-ast-index-DjKK9JzO.cjs');
4
+ require('./shared/parse-ast-index-CLjgl4c8.cjs');
5
5
  const src_rolldown_binding_wasi_cjs = require_chunk.__toESM(require("./rolldown-binding.wasi.cjs"));
6
6
  const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
7
7
 
@@ -1,6 +1,6 @@
1
- import { PluginContextData, bindingifyPlugin } from "./shared/src-DZKXzOWR.mjs";
1
+ import { PluginContextData, bindingifyPlugin } from "./shared/src-CasvC5UR.mjs";
2
2
  import "./shared/dist-DvBwroyk.mjs";
3
- import "./shared/parse-ast-index-B8XFyU6n.mjs";
3
+ import "./shared/parse-ast-index-rwZvDBjW.mjs";
4
4
  import { registerPlugins } from "./rolldown-binding.wasi.cjs";
5
5
  import { parentPort, workerData } from "node:worker_threads";
6
6
 
@@ -1,5 +1,5 @@
1
1
  import "./shared/binding-D1lW862e.cjs";
2
- import { MaybePromise, Plugin } from "./shared/define-config-QTGzJj6S.cjs";
2
+ import { MaybePromise, Plugin } from "./shared/define-config-DQ-fbTm4.cjs";
3
3
 
4
4
  //#region src/plugin/parallel-plugin-implementation.d.ts
5
5
  type ParallelPluginImplementation = Plugin;
@@ -1,5 +1,5 @@
1
1
  import "./shared/binding-BO7hG1pA.mjs";
2
- import { MaybePromise, Plugin } from "./shared/define-config-5S3FYqLV.mjs";
2
+ import { MaybePromise, Plugin } from "./shared/define-config-DqcLHP62.mjs";
3
3
 
4
4
  //#region src/plugin/parallel-plugin-implementation.d.ts
5
5
  type ParallelPluginImplementation = Plugin;
@@ -1,4 +1,4 @@
1
- const require_parse_ast_index = require('./shared/parse-ast-index-DjKK9JzO.cjs');
1
+ const require_parse_ast_index = require('./shared/parse-ast-index-CLjgl4c8.cjs');
2
2
 
3
3
  exports.parseAst = require_parse_ast_index.parseAst;
4
4
  exports.parseAstAsync = require_parse_ast_index.parseAstAsync;
@@ -1,3 +1,3 @@
1
- import { parseAst, parseAstAsync } from "./shared/parse-ast-index-B8XFyU6n.mjs";
1
+ import { parseAst, parseAstAsync } from "./shared/parse-ast-index-rwZvDBjW.mjs";
2
2
 
3
3
  export { parseAst, parseAstAsync };
@@ -1086,6 +1086,7 @@ interface InputOptions {
1086
1086
  * Required to be used with `watch` mode.
1087
1087
  */
1088
1088
  incrementalBuild?: boolean;
1089
+ transformHiresSourcemap?: boolean | "boundary";
1089
1090
  };
1090
1091
  /**
1091
1092
  * Replace global variables or [property accessors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors) with the provided values.
@@ -1086,6 +1086,7 @@ interface InputOptions {
1086
1086
  * Required to be used with `watch` mode.
1087
1087
  */
1088
1088
  incrementalBuild?: boolean;
1089
+ transformHiresSourcemap?: boolean | "boundary";
1089
1090
  };
1090
1091
  /**
1091
1092
  * Replace global variables or [property accessors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors) with the provided values.
@@ -1,4 +1,4 @@
1
- import { rolldown } from "./src-DZKXzOWR.mjs";
1
+ import { rolldown } from "./src-CasvC5UR.mjs";
2
2
  import path from "node:path";
3
3
  import { pathToFileURL } from "node:url";
4
4
  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--UynGCiX.cjs');
2
+ const require_src = require('./src-BvbV9WMT.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"));
@@ -187,7 +187,7 @@ function augmentCodeLocation(properties, pos, source, id) {
187
187
  }
188
188
 
189
189
  //#endregion
190
- //#region ../../node_modules/.pnpm/oxc-parser@0.77.2/node_modules/oxc-parser/wrap.mjs
190
+ //#region ../../node_modules/.pnpm/oxc-parser@0.77.3/node_modules/oxc-parser/wrap.mjs
191
191
  function wrap$1(result) {
192
192
  let program, module$1, comments, errors;
193
193
  return {
@@ -186,7 +186,7 @@ function augmentCodeLocation(properties, pos, source, id) {
186
186
  }
187
187
 
188
188
  //#endregion
189
- //#region ../../node_modules/.pnpm/oxc-parser@0.77.2/node_modules/oxc-parser/wrap.mjs
189
+ //#region ../../node_modules/.pnpm/oxc-parser@0.77.3/node_modules/oxc-parser/wrap.mjs
190
190
  function wrap$1(result) {
191
191
  let program, module, comments, errors;
192
192
  return {
@@ -1,6 +1,6 @@
1
1
  const require_chunk = require('./chunk-DDkG_k5U.cjs');
2
2
  const require_dist = require('./dist-BVAp8sOm.cjs');
3
- const require_parse_ast_index = require('./parse-ast-index-DjKK9JzO.cjs');
3
+ const require_parse_ast_index = require('./parse-ast-index-CLjgl4c8.cjs');
4
4
  const src_rolldown_binding_wasi_cjs = require_chunk.__toESM(require("../rolldown-binding.wasi.cjs"));
5
5
  const node_path = require_chunk.__toESM(require("node:path"));
6
6
  const node_url = require_chunk.__toESM(require("node:url"));
@@ -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.28-commit.cd50e5f";
11
+ var version = "1.0.0-beta.28-commit.aaef991";
12
12
  var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
13
13
 
14
14
  //#endregion
@@ -1874,7 +1874,7 @@ var require_ansis = require_chunk.__commonJS({ "../../node_modules/.pnpm/ansis@4
1874
1874
  let t$1, r$1, n$1, l$1, o$1;
1875
1875
  return 8 > e$1 ? 30 + e$1 : 16 > e$1 ? e$1 - 8 + 90 : (232 > e$1 ? (o$1 = (e$1 -= 16) % 36, t$1 = (e$1 / 36 | 0) / 5, r$1 = (o$1 / 6 | 0) / 5, n$1 = o$1 % 6 / 5) : t$1 = r$1 = n$1 = (10 * (e$1 - 232) + 8) / 255, l$1 = 2 * a$1(t$1, r$1, n$1), l$1 ? 30 + (c(n$1) << 2 | c(r$1) << 1 | c(t$1)) + (2 ^ l$1 ? 0 : 60) : 30);
1876
1876
  }, g = (() => {
1877
- let r$1 = (e$1) => o$1.some((t$1) => e$1.test(t$1)), n$1 = globalThis, l$1 = n$1.process ?? {}, o$1 = l$1.argv ?? [], i$2 = l$1.env ?? {}, c$1 = -1;
1877
+ let r$1 = (e$1) => o$1.some(((t$1) => e$1.test(t$1))), n$1 = globalThis, l$1 = n$1.process ?? {}, o$1 = l$1.argv ?? [], i$2 = l$1.env ?? {}, c$1 = -1;
1878
1878
  try {
1879
1879
  e = "," + s(i$2).join(",");
1880
1880
  } catch (e$1) {
@@ -1958,9 +1958,9 @@ var require_ansis = require_chunk.__commonJS({ "../../node_modules/.pnpm/ansis@4
1958
1958
  hidden: c$1(8, 28),
1959
1959
  strikethrough: c$1(9, 29)
1960
1960
  }, I = "Bright";
1961
- return "black,red,green,yellow,blue,magenta,cyan,white,gray".split(",").map((e$2, t$2) => {
1961
+ return "black,red,green,yellow,blue,magenta,cyan,white,gray".split(",").map(((e$2, t$2) => {
1962
1962
  E = "bg" + e$2[0].toUpperCase() + e$2.slice(1), 8 > t$2 ? (M[e$2 + I] = c$1(90 + t$2, h), M[E + I] = c$1(100 + t$2, b)) : t$2 = 60, M[e$2] = c$1(30 + t$2, h), M[E] = c$1(40 + t$2, b);
1963
- }), t$1.extend(M);
1963
+ })), t$1.extend(M);
1964
1964
  }, y = new w();
1965
1965
  module.exports = y, y.default = y;
1966
1966
  } });
@@ -2491,7 +2491,7 @@ function normalizeTransformHookSourcemap(id$1, originalCode, rawMap) {
2491
2491
  }
2492
2492
 
2493
2493
  //#endregion
2494
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-D6FCK2GA.js
2494
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
2495
2495
  function u$1(o$1, n$1, a$2) {
2496
2496
  let t$1 = (r$1) => o$1(r$1, ...n$1);
2497
2497
  return a$2 === void 0 ? t$1 : Object.assign(t$1, {
@@ -2501,7 +2501,7 @@ function u$1(o$1, n$1, a$2) {
2501
2501
  }
2502
2502
 
2503
2503
  //#endregion
2504
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-WIMGWYZL.js
2504
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
2505
2505
  function u(r$1, n$1, o$1) {
2506
2506
  let a$2 = r$1.length - n$1.length;
2507
2507
  if (a$2 === 0) return r$1(...n$1);
@@ -2510,7 +2510,7 @@ function u(r$1, n$1, o$1) {
2510
2510
  }
2511
2511
 
2512
2512
  //#endregion
2513
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-3IFJP4R5.js
2513
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-3IFJP4R5.js
2514
2514
  function d(...r$1) {
2515
2515
  return u(i, r$1);
2516
2516
  }
@@ -1,5 +1,5 @@
1
1
  import { and, arraify, code, exclude, id, include, moduleType, noop, or, unimplemented, unreachable, unsupported } from "./dist-DvBwroyk.mjs";
2
- import { augmentCodeLocation, error, logCycleLoading, logDuplicateJsxConfig, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst } from "./parse-ast-index-B8XFyU6n.mjs";
2
+ import { augmentCodeLocation, error, logCycleLoading, logDuplicateJsxConfig, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst } from "./parse-ast-index-rwZvDBjW.mjs";
3
3
  import { BindingAttachDebugInfo, BindingBundler, BindingCallableBuiltinPlugin, BindingChunkModuleOrderBy, BindingJsx, BindingLogLevel, BindingPluginOrder, BindingWatcher, ParallelJsPluginRegistry, shutdownAsyncRuntime, startAsyncRuntime } from "../rolldown-binding.wasi.cjs";
4
4
  import path from "node:path";
5
5
  import { fileURLToPath } from "node:url";
@@ -33,7 +33,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
 
34
34
  //#endregion
35
35
  //#region package.json
36
- var version = "1.0.0-beta.28-commit.cd50e5f";
36
+ var version = "1.0.0-beta.28-commit.aaef991";
37
37
  var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
38
38
 
39
39
  //#endregion
@@ -1899,7 +1899,7 @@ var require_ansis = __commonJS({ "../../node_modules/.pnpm/ansis@4.1.0/node_modu
1899
1899
  let t$1, r$1, n$1, l$1, o$1;
1900
1900
  return 8 > e$1 ? 30 + e$1 : 16 > e$1 ? e$1 - 8 + 90 : (232 > e$1 ? (o$1 = (e$1 -= 16) % 36, t$1 = (e$1 / 36 | 0) / 5, r$1 = (o$1 / 6 | 0) / 5, n$1 = o$1 % 6 / 5) : t$1 = r$1 = n$1 = (10 * (e$1 - 232) + 8) / 255, l$1 = 2 * a$1(t$1, r$1, n$1), l$1 ? 30 + (c(n$1) << 2 | c(r$1) << 1 | c(t$1)) + (2 ^ l$1 ? 0 : 60) : 30);
1901
1901
  }, g = (() => {
1902
- let r$1 = (e$1) => o$1.some((t$1) => e$1.test(t$1)), n$1 = globalThis, l$1 = n$1.process ?? {}, o$1 = l$1.argv ?? [], i$2 = l$1.env ?? {}, c$1 = -1;
1902
+ let r$1 = (e$1) => o$1.some(((t$1) => e$1.test(t$1))), n$1 = globalThis, l$1 = n$1.process ?? {}, o$1 = l$1.argv ?? [], i$2 = l$1.env ?? {}, c$1 = -1;
1903
1903
  try {
1904
1904
  e = "," + s(i$2).join(",");
1905
1905
  } catch (e$1) {
@@ -1983,9 +1983,9 @@ var require_ansis = __commonJS({ "../../node_modules/.pnpm/ansis@4.1.0/node_modu
1983
1983
  hidden: c$1(8, 28),
1984
1984
  strikethrough: c$1(9, 29)
1985
1985
  }, I = "Bright";
1986
- return "black,red,green,yellow,blue,magenta,cyan,white,gray".split(",").map((e$2, t$2) => {
1986
+ return "black,red,green,yellow,blue,magenta,cyan,white,gray".split(",").map(((e$2, t$2) => {
1987
1987
  E = "bg" + e$2[0].toUpperCase() + e$2.slice(1), 8 > t$2 ? (M[e$2 + I] = c$1(90 + t$2, h), M[E + I] = c$1(100 + t$2, b)) : t$2 = 60, M[e$2] = c$1(30 + t$2, h), M[E] = c$1(40 + t$2, b);
1988
- }), t$1.extend(M);
1988
+ })), t$1.extend(M);
1989
1989
  }, y = new w();
1990
1990
  module.exports = y, y.default = y;
1991
1991
  } });
@@ -2516,7 +2516,7 @@ function normalizeTransformHookSourcemap(id$1, originalCode, rawMap) {
2516
2516
  }
2517
2517
 
2518
2518
  //#endregion
2519
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-D6FCK2GA.js
2519
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
2520
2520
  function u$1(o$1, n$1, a$2) {
2521
2521
  let t$1 = (r$1) => o$1(r$1, ...n$1);
2522
2522
  return a$2 === void 0 ? t$1 : Object.assign(t$1, {
@@ -2526,7 +2526,7 @@ function u$1(o$1, n$1, a$2) {
2526
2526
  }
2527
2527
 
2528
2528
  //#endregion
2529
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-WIMGWYZL.js
2529
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
2530
2530
  function u(r$1, n$1, o$1) {
2531
2531
  let a$2 = r$1.length - n$1.length;
2532
2532
  if (a$2 === 0) return r$1(...n$1);
@@ -2535,7 +2535,7 @@ function u(r$1, n$1, o$1) {
2535
2535
  }
2536
2536
 
2537
2537
  //#endregion
2538
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-3IFJP4R5.js
2538
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-3IFJP4R5.js
2539
2539
  function d(...r$1) {
2540
2540
  return u(i, r$1);
2541
2541
  }
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
 
28
28
  //#endregion
29
29
  //#region package.json
30
- var version = "1.0.0-beta.28-commit.cd50e5f";
30
+ var version = "1.0.0-beta.28-commit.aaef991";
31
31
 
32
32
  //#endregion
33
33
  //#region src/utils/normalize-string-or-regex.ts
@@ -2088,7 +2088,7 @@ var require_ansis = __commonJS({ "../../node_modules/.pnpm/ansis@4.1.0/node_modu
2088
2088
  let t$1, r$1, n$1, l$1, o$1;
2089
2089
  return 8 > e$1 ? 30 + e$1 : 16 > e$1 ? e$1 - 8 + 90 : (232 > e$1 ? (o$1 = (e$1 -= 16) % 36, t$1 = (e$1 / 36 | 0) / 5, r$1 = (o$1 / 6 | 0) / 5, n$1 = o$1 % 6 / 5) : t$1 = r$1 = n$1 = (10 * (e$1 - 232) + 8) / 255, l$1 = 2 * a$1(t$1, r$1, n$1), l$1 ? 30 + (c(n$1) << 2 | c(r$1) << 1 | c(t$1)) + (2 ^ l$1 ? 0 : 60) : 30);
2090
2090
  }, g = (() => {
2091
- let r$1 = (e$1) => o$1.some((t$1) => e$1.test(t$1)), n$1 = globalThis, l$1 = n$1.process ?? {}, o$1 = l$1.argv ?? [], i$2 = l$1.env ?? {}, c$1 = -1;
2091
+ let r$1 = (e$1) => o$1.some(((t$1) => e$1.test(t$1))), n$1 = globalThis, l$1 = n$1.process ?? {}, o$1 = l$1.argv ?? [], i$2 = l$1.env ?? {}, c$1 = -1;
2092
2092
  try {
2093
2093
  e = "," + s(i$2).join(",");
2094
2094
  } catch (e$1) {
@@ -2172,9 +2172,9 @@ var require_ansis = __commonJS({ "../../node_modules/.pnpm/ansis@4.1.0/node_modu
2172
2172
  hidden: c$1(8, 28),
2173
2173
  strikethrough: c$1(9, 29)
2174
2174
  }, I = "Bright";
2175
- return "black,red,green,yellow,blue,magenta,cyan,white,gray".split(",").map((e$2, t$2) => {
2175
+ return "black,red,green,yellow,blue,magenta,cyan,white,gray".split(",").map(((e$2, t$2) => {
2176
2176
  E = "bg" + e$2[0].toUpperCase() + e$2.slice(1), 8 > t$2 ? (M[e$2 + I] = c$1(90 + t$2, h), M[E + I] = c$1(100 + t$2, b)) : t$2 = 60, M[e$2] = c$1(30 + t$2, h), M[E] = c$1(40 + t$2, b);
2177
- }), t$1.extend(M);
2177
+ })), t$1.extend(M);
2178
2178
  }, y = new w();
2179
2179
  module.exports = y, y.default = y;
2180
2180
  } });
@@ -2773,7 +2773,7 @@ function exclude(expr) {
2773
2773
  }
2774
2774
 
2775
2775
  //#endregion
2776
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-D6FCK2GA.js
2776
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
2777
2777
  function u$1(o$1, n$1, a$2) {
2778
2778
  let t$1 = (r$1) => o$1(r$1, ...n$1);
2779
2779
  return a$2 === void 0 ? t$1 : Object.assign(t$1, {
@@ -2783,7 +2783,7 @@ function u$1(o$1, n$1, a$2) {
2783
2783
  }
2784
2784
 
2785
2785
  //#endregion
2786
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-WIMGWYZL.js
2786
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
2787
2787
  function u(r$1, n$1, o$1) {
2788
2788
  let a$2 = r$1.length - n$1.length;
2789
2789
  if (a$2 === 0) return r$1(...n$1);
@@ -2792,7 +2792,7 @@ function u(r$1, n$1, o$1) {
2792
2792
  }
2793
2793
 
2794
2794
  //#endregion
2795
- //#region ../../node_modules/.pnpm/remeda@2.25.0/node_modules/remeda/dist/chunk-3IFJP4R5.js
2795
+ //#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-3IFJP4R5.js
2796
2796
  function d(...r$1) {
2797
2797
  return u(i, r$1);
2798
2798
  }
@@ -2959,7 +2959,7 @@ function bindingPluginOrder(order) {
2959
2959
  }
2960
2960
 
2961
2961
  //#endregion
2962
- //#region ../../node_modules/.pnpm/oxc-parser@0.77.2/node_modules/oxc-parser/wrap.mjs
2962
+ //#region ../../node_modules/.pnpm/oxc-parser@0.77.3/node_modules/oxc-parser/wrap.mjs
2963
2963
  function wrap$1(result) {
2964
2964
  let program, module$1, comments, errors;
2965
2965
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolldown/browser",
3
- "version": "1.0.0-beta.28-commit.cd50e5f",
3
+ "version": "1.0.0-beta.28-commit.aaef991",
4
4
  "description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
5
5
  "homepage": "https://rolldown.rs/",
6
6
  "type": "module",
@@ -55,8 +55,8 @@
55
55
  "access": "public"
56
56
  },
57
57
  "dependencies": {
58
- "@napi-rs/wasm-runtime": "^0.2.10",
59
- "@oxc-project/runtime": "=0.77.2"
58
+ "@napi-rs/wasm-runtime": "^1.0.0",
59
+ "@oxc-project/runtime": "=0.77.3"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "pnpm run build:debug",