rolldown 1.0.0-beta.28-commit.cd50e5f → 1.0.0-beta.28-commit.7ef342d
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 +5 -5
- package/dist/cli.mjs +5 -5
- package/dist/config.cjs +3 -3
- package/dist/config.d.cts +1 -1
- package/dist/config.d.mts +1 -1
- package/dist/config.mjs +3 -3
- package/dist/experimental-index.cjs +2 -2
- package/dist/experimental-index.d.cts +1 -1
- package/dist/experimental-index.d.mts +1 -1
- package/dist/experimental-index.mjs +2 -2
- package/dist/filter-index.d.cts +1 -1
- package/dist/filter-index.d.mts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +2 -2
- package/dist/parallel-plugin-worker.cjs +2 -2
- package/dist/parallel-plugin-worker.mjs +2 -2
- package/dist/parallel-plugin.d.cts +1 -1
- package/dist/parallel-plugin.d.mts +1 -1
- package/dist/parse-ast-index.cjs +1 -1
- package/dist/parse-ast-index.mjs +1 -1
- package/dist/shared/{define-config-QTGzJj6S.d.cts → define-config-CbNA0bsF.d.cts} +52 -1
- package/dist/shared/{define-config-Dwhdw7Gl.d.mts → define-config-CgND8XFH.d.mts} +52 -1
- package/dist/shared/{load-config-_nDApJ4k.cjs → load-config-Ceko-So2.cjs} +1 -1
- package/dist/shared/{load-config-C23Zy1y1.mjs → load-config-ezd_doR4.mjs} +1 -1
- package/dist/shared/{parse-ast-index-C8M9mL2v.cjs → parse-ast-index-Bs4K-DpJ.cjs} +1 -1
- package/dist/shared/{parse-ast-index-H6yPBJEa.mjs → parse-ast-index-COssK1X5.mjs} +1 -1
- package/dist/shared/{src-9SN6aVII.mjs → src-3q7isilg.mjs} +9 -6
- package/dist/shared/{src-9tzio12N.cjs → src-BbftUQ77.cjs} +9 -6
- package/package.json +22 -22
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-
|
|
3
|
-
require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-BbftUQ77.cjs');
|
|
3
|
+
require('./shared/parse-ast-index-Bs4K-DpJ.cjs');
|
|
4
4
|
const require_misc = require('./shared/misc-DksvspN4.cjs');
|
|
5
|
-
const require_load_config = require('./shared/load-config-
|
|
5
|
+
const require_load_config = require('./shared/load-config-Ceko-So2.cjs');
|
|
6
6
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
7
7
|
const ansis = require_chunk.__toESM(require("ansis"));
|
|
8
8
|
const node_process = require_chunk.__toESM(require("node:process"));
|
|
@@ -1424,8 +1424,8 @@ const process$2 = globalThis.process;
|
|
|
1424
1424
|
const { onExit, load, unload } = signalExitWrap(processOk(process$2) ? new SignalExit(process$2) : new SignalExitFallback());
|
|
1425
1425
|
|
|
1426
1426
|
//#endregion
|
|
1427
|
-
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.
|
|
1428
|
-
var require_usingCtx = require_chunk.__commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.77.
|
|
1427
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.3/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
|
|
1428
|
+
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) {
|
|
1429
1429
|
function _usingCtx() {
|
|
1430
1430
|
var r$1 = "function" == typeof SuppressedError ? SuppressedError : function(r$2, e$1) {
|
|
1431
1431
|
var n$2 = Error();
|
package/dist/cli.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { __commonJS, __toESM } from "./shared/parse-ast-index-
|
|
2
|
-
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-
|
|
1
|
+
import { __commonJS, __toESM } from "./shared/parse-ast-index-COssK1X5.mjs";
|
|
2
|
+
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-3q7isilg.mjs";
|
|
3
3
|
import { arraify } from "./shared/misc-CQeo-AFx.mjs";
|
|
4
|
-
import { loadConfig } from "./shared/load-config-
|
|
4
|
+
import { loadConfig } from "./shared/load-config-ezd_doR4.mjs";
|
|
5
5
|
import path, { sep } from "node:path";
|
|
6
6
|
import colors from "ansis";
|
|
7
7
|
import process$1 from "node:process";
|
|
@@ -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.
|
|
1427
|
-
var require_usingCtx = __commonJS({ "../../node_modules/.pnpm/@oxc-project+runtime@0.77.
|
|
1426
|
+
//#region ../../node_modules/.pnpm/@oxc-project+runtime@0.77.3/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js
|
|
1427
|
+
var require_usingCtx = __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/config.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const require_src = require('./shared/src-
|
|
2
|
-
require('./shared/parse-ast-index-
|
|
1
|
+
const require_src = require('./shared/src-BbftUQ77.cjs');
|
|
2
|
+
require('./shared/parse-ast-index-Bs4K-DpJ.cjs');
|
|
3
3
|
require('./shared/misc-DksvspN4.cjs');
|
|
4
|
-
const require_load_config = require('./shared/load-config-
|
|
4
|
+
const require_load_config = require('./shared/load-config-Ceko-So2.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-
|
|
2
|
+
import { ConfigExport, defineConfig } from "./shared/define-config-CbNA0bsF.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-
|
|
2
|
+
import { ConfigExport, defineConfig } from "./shared/define-config-CgND8XFH.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 "./shared/parse-ast-index-
|
|
2
|
-
import { defineConfig, version } from "./shared/src-
|
|
1
|
+
import "./shared/parse-ast-index-COssK1X5.mjs";
|
|
2
|
+
import { defineConfig, version } from "./shared/src-3q7isilg.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
|
-
import { loadConfig } from "./shared/load-config-
|
|
4
|
+
import { loadConfig } from "./shared/load-config-ezd_doR4.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/config.ts
|
|
7
7
|
const VERSION = version;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
3
|
-
const require_parse_ast_index = require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-BbftUQ77.cjs');
|
|
3
|
+
const require_parse_ast_index = require('./shared/parse-ast-index-Bs4K-DpJ.cjs');
|
|
4
4
|
require('./shared/misc-DksvspN4.cjs');
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
6
6
|
|
|
@@ -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-
|
|
2
|
+
import { BuiltinPlugin, InputOptions, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config-CbNA0bsF.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-
|
|
2
|
+
import { BuiltinPlugin, InputOptions, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config-CgND8XFH.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/api/experimental.d.ts
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BindingBundler, ResolverFactory, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/parse-ast-index-
|
|
2
|
-
import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-
|
|
1
|
+
import { BindingBundler, ResolverFactory, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/parse-ast-index-COssK1X5.mjs";
|
|
2
|
+
import { BuiltinPlugin, PluginDriver, assetPlugin, buildImportAnalysisPlugin, createBundlerImpl, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-3q7isilg.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
4
|
import { pathToFileURL } from "node:url";
|
|
5
5
|
|
package/dist/filter-index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./shared/binding-D1lW862e.cjs";
|
|
2
|
-
import { withFilter } from "./shared/define-config-
|
|
2
|
+
import { withFilter } from "./shared/define-config-CbNA0bsF.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 };
|
package/dist/filter-index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./shared/binding-BO7hG1pA.mjs";
|
|
2
|
-
import { withFilter } from "./shared/define-config-
|
|
2
|
+
import { withFilter } from "./shared/define-config-CgND8XFH.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 };
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_src = require('./shared/src-
|
|
2
|
-
require('./shared/parse-ast-index-
|
|
1
|
+
const require_src = require('./shared/src-BbftUQ77.cjs');
|
|
2
|
+
require('./shared/parse-ast-index-Bs4K-DpJ.cjs');
|
|
3
3
|
require('./shared/misc-DksvspN4.cjs');
|
|
4
4
|
|
|
5
5
|
exports.VERSION = require_src.VERSION;
|
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-
|
|
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-CbNA0bsF.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-
|
|
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-CgND8XFH.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 "./shared/parse-ast-index-
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-
|
|
1
|
+
import "./shared/parse-ast-index-COssK1X5.mjs";
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-3q7isilg.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
4
|
|
|
5
5
|
export { VERSION, build, defineConfig, rolldown, watch };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
3
|
-
const require_parse_ast_index = require('./shared/parse-ast-index-
|
|
2
|
+
const require_src = require('./shared/src-BbftUQ77.cjs');
|
|
3
|
+
const require_parse_ast_index = require('./shared/parse-ast-index-Bs4K-DpJ.cjs');
|
|
4
4
|
require('./shared/misc-DksvspN4.cjs');
|
|
5
5
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { registerPlugins } from "./shared/parse-ast-index-
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "./shared/src-
|
|
1
|
+
import { registerPlugins } from "./shared/parse-ast-index-COssK1X5.mjs";
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "./shared/src-3q7isilg.mjs";
|
|
3
3
|
import "./shared/misc-CQeo-AFx.mjs";
|
|
4
4
|
import { parentPort, workerData } from "node:worker_threads";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./shared/binding-D1lW862e.cjs";
|
|
2
|
-
import { MaybePromise, Plugin } from "./shared/define-config-
|
|
2
|
+
import { MaybePromise, Plugin } from "./shared/define-config-CbNA0bsF.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-
|
|
2
|
+
import { MaybePromise, Plugin } from "./shared/define-config-CgND8XFH.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin/parallel-plugin-implementation.d.ts
|
|
5
5
|
type ParallelPluginImplementation = Plugin;
|
package/dist/parse-ast-index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_parse_ast_index = require('./shared/parse-ast-index-
|
|
1
|
+
const require_parse_ast_index = require('./shared/parse-ast-index-Bs4K-DpJ.cjs');
|
|
2
2
|
|
|
3
3
|
exports.parseAst = require_parse_ast_index.parseAst;
|
|
4
4
|
exports.parseAstAsync = require_parse_ast_index.parseAstAsync;
|
package/dist/parse-ast-index.mjs
CHANGED
|
@@ -1080,12 +1080,63 @@ interface InputOptions {
|
|
|
1080
1080
|
* > You shouldn't use `full` in the production build.
|
|
1081
1081
|
*/
|
|
1082
1082
|
attachDebugInfo?: AttachDebugOptions;
|
|
1083
|
-
|
|
1083
|
+
/**
|
|
1084
|
+
* Enables automatic generation of a chunk import map asset during build.
|
|
1085
|
+
*
|
|
1086
|
+
* This map only includes chunks with hashed filenames, where keys are derived from the facade module
|
|
1087
|
+
* name or primary chunk name. It produces stable and unique hash-based filenames, effectively preventing
|
|
1088
|
+
* cascading cache invalidation caused by content hashes and maximizing browser cache reuse.
|
|
1089
|
+
*
|
|
1090
|
+
* The output defaults to `importmap.json` unless overridden via `fileName`. A base URL prefix
|
|
1091
|
+
* (default `"/"`) can be applied to all paths. The resulting JSON is a valid import map and can be
|
|
1092
|
+
* directly injected into HTML via `<script type="importmap">`.
|
|
1093
|
+
*
|
|
1094
|
+
* Example configuration snippet:
|
|
1095
|
+
*
|
|
1096
|
+
* ```js
|
|
1097
|
+
* {
|
|
1098
|
+
* experimental: {
|
|
1099
|
+
* chunkImportMap: {
|
|
1100
|
+
* baseUrl: '/',
|
|
1101
|
+
* fileName: 'importmap.json'
|
|
1102
|
+
* }
|
|
1103
|
+
* },
|
|
1104
|
+
* plugins: [
|
|
1105
|
+
* {
|
|
1106
|
+
* name: 'inject-import-map',
|
|
1107
|
+
* generateBundle(_, bundle) {
|
|
1108
|
+
* const chunkImportMap = bundle['importmap.json'];
|
|
1109
|
+
* if (chunkImportMap?.type === 'asset') {
|
|
1110
|
+
* const htmlPath = path.resolve('index.html');
|
|
1111
|
+
* let html = fs.readFileSync(htmlPath, 'utf-8');
|
|
1112
|
+
*
|
|
1113
|
+
* html = html.replace(
|
|
1114
|
+
* /<script\s+type="importmap"[^>]*>[\s\S]*?<\/script>/i,
|
|
1115
|
+
* `<script type="importmap">${chunkImportMap.source}<\/script>`
|
|
1116
|
+
* );
|
|
1117
|
+
*
|
|
1118
|
+
* fs.writeFileSync(htmlPath, html);
|
|
1119
|
+
* delete bundle['importmap.json'];
|
|
1120
|
+
* }
|
|
1121
|
+
* }
|
|
1122
|
+
* }
|
|
1123
|
+
* ]
|
|
1124
|
+
* }
|
|
1125
|
+
* ```
|
|
1126
|
+
*
|
|
1127
|
+
* > [!NOTE]
|
|
1128
|
+
* > If you want to learn more, you can check out the example here: [examples/chunk-import-map](https://github.com/rolldown/rolldown/tree/main/examples/chunk-import-map)
|
|
1129
|
+
*/
|
|
1130
|
+
chunkImportMap?: boolean | {
|
|
1131
|
+
baseUrl?: string;
|
|
1132
|
+
fileName?: string;
|
|
1133
|
+
};
|
|
1084
1134
|
onDemandWrapping?: boolean;
|
|
1085
1135
|
/**
|
|
1086
1136
|
* Required to be used with `watch` mode.
|
|
1087
1137
|
*/
|
|
1088
1138
|
incrementalBuild?: boolean;
|
|
1139
|
+
transformHiresSourcemap?: boolean | "boundary";
|
|
1089
1140
|
};
|
|
1090
1141
|
/**
|
|
1091
1142
|
* Replace global variables or [property accessors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors) with the provided values.
|
|
@@ -1080,12 +1080,63 @@ interface InputOptions {
|
|
|
1080
1080
|
* > You shouldn't use `full` in the production build.
|
|
1081
1081
|
*/
|
|
1082
1082
|
attachDebugInfo?: AttachDebugOptions;
|
|
1083
|
-
|
|
1083
|
+
/**
|
|
1084
|
+
* Enables automatic generation of a chunk import map asset during build.
|
|
1085
|
+
*
|
|
1086
|
+
* This map only includes chunks with hashed filenames, where keys are derived from the facade module
|
|
1087
|
+
* name or primary chunk name. It produces stable and unique hash-based filenames, effectively preventing
|
|
1088
|
+
* cascading cache invalidation caused by content hashes and maximizing browser cache reuse.
|
|
1089
|
+
*
|
|
1090
|
+
* The output defaults to `importmap.json` unless overridden via `fileName`. A base URL prefix
|
|
1091
|
+
* (default `"/"`) can be applied to all paths. The resulting JSON is a valid import map and can be
|
|
1092
|
+
* directly injected into HTML via `<script type="importmap">`.
|
|
1093
|
+
*
|
|
1094
|
+
* Example configuration snippet:
|
|
1095
|
+
*
|
|
1096
|
+
* ```js
|
|
1097
|
+
* {
|
|
1098
|
+
* experimental: {
|
|
1099
|
+
* chunkImportMap: {
|
|
1100
|
+
* baseUrl: '/',
|
|
1101
|
+
* fileName: 'importmap.json'
|
|
1102
|
+
* }
|
|
1103
|
+
* },
|
|
1104
|
+
* plugins: [
|
|
1105
|
+
* {
|
|
1106
|
+
* name: 'inject-import-map',
|
|
1107
|
+
* generateBundle(_, bundle) {
|
|
1108
|
+
* const chunkImportMap = bundle['importmap.json'];
|
|
1109
|
+
* if (chunkImportMap?.type === 'asset') {
|
|
1110
|
+
* const htmlPath = path.resolve('index.html');
|
|
1111
|
+
* let html = fs.readFileSync(htmlPath, 'utf-8');
|
|
1112
|
+
*
|
|
1113
|
+
* html = html.replace(
|
|
1114
|
+
* /<script\s+type="importmap"[^>]*>[\s\S]*?<\/script>/i,
|
|
1115
|
+
* `<script type="importmap">${chunkImportMap.source}<\/script>`
|
|
1116
|
+
* );
|
|
1117
|
+
*
|
|
1118
|
+
* fs.writeFileSync(htmlPath, html);
|
|
1119
|
+
* delete bundle['importmap.json'];
|
|
1120
|
+
* }
|
|
1121
|
+
* }
|
|
1122
|
+
* }
|
|
1123
|
+
* ]
|
|
1124
|
+
* }
|
|
1125
|
+
* ```
|
|
1126
|
+
*
|
|
1127
|
+
* > [!NOTE]
|
|
1128
|
+
* > If you want to learn more, you can check out the example here: [examples/chunk-import-map](https://github.com/rolldown/rolldown/tree/main/examples/chunk-import-map)
|
|
1129
|
+
*/
|
|
1130
|
+
chunkImportMap?: boolean | {
|
|
1131
|
+
baseUrl?: string;
|
|
1132
|
+
fileName?: string;
|
|
1133
|
+
};
|
|
1084
1134
|
onDemandWrapping?: boolean;
|
|
1085
1135
|
/**
|
|
1086
1136
|
* Required to be used with `watch` mode.
|
|
1087
1137
|
*/
|
|
1088
1138
|
incrementalBuild?: boolean;
|
|
1139
|
+
transformHiresSourcemap?: boolean | "boundary";
|
|
1089
1140
|
};
|
|
1090
1141
|
/**
|
|
1091
1142
|
* Replace global variables or [property accessors](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors) with the provided values.
|
|
@@ -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-BbftUQ77.cjs');
|
|
3
3
|
const node_fs = require_chunk.__toESM(require("node:fs"));
|
|
4
4
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
@@ -549,7 +549,7 @@ function augmentCodeLocation(properties, pos, source, id) {
|
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
//#endregion
|
|
552
|
-
//#region ../../node_modules/.pnpm/oxc-parser@0.77.
|
|
552
|
+
//#region ../../node_modules/.pnpm/oxc-parser@0.77.3/node_modules/oxc-parser/wrap.mjs
|
|
553
553
|
function wrap$1(result) {
|
|
554
554
|
let program, module$1, comments, errors;
|
|
555
555
|
return {
|
|
@@ -576,7 +576,7 @@ function augmentCodeLocation(properties, pos, source, id) {
|
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
//#endregion
|
|
579
|
-
//#region ../../node_modules/.pnpm/oxc-parser@0.77.
|
|
579
|
+
//#region ../../node_modules/.pnpm/oxc-parser@0.77.3/node_modules/oxc-parser/wrap.mjs
|
|
580
580
|
function wrap$1(result) {
|
|
581
581
|
let program, module$1, comments, errors;
|
|
582
582
|
return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BindingAttachDebugInfo, BindingBundler, BindingCallableBuiltinPlugin, BindingChunkModuleOrderBy, BindingJsx, BindingLogLevel, BindingPluginOrder, BindingWatcher, ParallelJsPluginRegistry, augmentCodeLocation, error, logCycleLoading, logDuplicateJsxConfig, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst, shutdownAsyncRuntime, startAsyncRuntime } from "./parse-ast-index-
|
|
1
|
+
import { BindingAttachDebugInfo, BindingBundler, BindingCallableBuiltinPlugin, BindingChunkModuleOrderBy, BindingJsx, BindingLogLevel, BindingPluginOrder, BindingWatcher, ParallelJsPluginRegistry, augmentCodeLocation, error, logCycleLoading, logDuplicateJsxConfig, logInputHookInOutputPlugin, logInvalidLogPosition, logMultiplyNotifyOption, logPluginError, parseAst, shutdownAsyncRuntime, startAsyncRuntime } from "./parse-ast-index-COssK1X5.mjs";
|
|
2
2
|
import { arraify, noop, unimplemented, unreachable, unsupported } from "./misc-CQeo-AFx.mjs";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import { fileURLToPath } from "node:url";
|
|
@@ -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.28-commit.
|
|
11
|
+
var version = "1.0.0-beta.28-commit.7ef342d";
|
|
12
12
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
@@ -2053,7 +2053,10 @@ const InputOptionsSchema = strictObject({
|
|
|
2053
2053
|
literal("full")
|
|
2054
2054
|
])),
|
|
2055
2055
|
chunkModulesOrder: optional(union([literal("module-id"), literal("exec-order")])),
|
|
2056
|
-
chunkImportMap: optional(boolean()
|
|
2056
|
+
chunkImportMap: optional(union([boolean(), object({
|
|
2057
|
+
baseUrl: optional(string()),
|
|
2058
|
+
fileName: optional(string())
|
|
2059
|
+
})]))
|
|
2057
2060
|
})),
|
|
2058
2061
|
define: pipe(optional(record(string(), string())), description("Define global variables")),
|
|
2059
2062
|
inject: optional(record(string(), union([string(), tuple([string(), string()])]))),
|
|
@@ -2380,7 +2383,7 @@ function normalizeTransformHookSourcemap(id, originalCode, rawMap) {
|
|
|
2380
2383
|
}
|
|
2381
2384
|
|
|
2382
2385
|
//#endregion
|
|
2383
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2386
|
+
//#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2384
2387
|
function u$1(o, n, a) {
|
|
2385
2388
|
let t = (r) => o(r, ...n);
|
|
2386
2389
|
return a === void 0 ? t : Object.assign(t, {
|
|
@@ -2390,7 +2393,7 @@ function u$1(o, n, a) {
|
|
|
2390
2393
|
}
|
|
2391
2394
|
|
|
2392
2395
|
//#endregion
|
|
2393
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2396
|
+
//#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2394
2397
|
function u(r, n, o) {
|
|
2395
2398
|
let a = r.length - n.length;
|
|
2396
2399
|
if (a === 0) return r(...n);
|
|
@@ -2399,7 +2402,7 @@ function u(r, n, o) {
|
|
|
2399
2402
|
}
|
|
2400
2403
|
|
|
2401
2404
|
//#endregion
|
|
2402
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2405
|
+
//#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-3IFJP4R5.js
|
|
2403
2406
|
function d(...r) {
|
|
2404
2407
|
return u(i, r);
|
|
2405
2408
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_parse_ast_index = require('./parse-ast-index-
|
|
2
|
+
const require_parse_ast_index = require('./parse-ast-index-Bs4K-DpJ.cjs');
|
|
3
3
|
const require_misc = require('./misc-DksvspN4.cjs');
|
|
4
4
|
const node_path = require_chunk.__toESM(require("node:path"));
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
@@ -9,7 +9,7 @@ const node_os = require_chunk.__toESM(require("node:os"));
|
|
|
9
9
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.0.0-beta.28-commit.
|
|
12
|
+
var version = "1.0.0-beta.28-commit.7ef342d";
|
|
13
13
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
14
14
|
|
|
15
15
|
//#endregion
|
|
@@ -2054,7 +2054,10 @@ const InputOptionsSchema = strictObject({
|
|
|
2054
2054
|
literal("full")
|
|
2055
2055
|
])),
|
|
2056
2056
|
chunkModulesOrder: optional(union([literal("module-id"), literal("exec-order")])),
|
|
2057
|
-
chunkImportMap: optional(boolean()
|
|
2057
|
+
chunkImportMap: optional(union([boolean(), object({
|
|
2058
|
+
baseUrl: optional(string()),
|
|
2059
|
+
fileName: optional(string())
|
|
2060
|
+
})]))
|
|
2058
2061
|
})),
|
|
2059
2062
|
define: pipe(optional(record(string(), string())), description("Define global variables")),
|
|
2060
2063
|
inject: optional(record(string(), union([string(), tuple([string(), string()])]))),
|
|
@@ -2381,7 +2384,7 @@ function normalizeTransformHookSourcemap(id, originalCode, rawMap) {
|
|
|
2381
2384
|
}
|
|
2382
2385
|
|
|
2383
2386
|
//#endregion
|
|
2384
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2387
|
+
//#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2385
2388
|
function u$1(o, n, a) {
|
|
2386
2389
|
let t = (r) => o(r, ...n);
|
|
2387
2390
|
return a === void 0 ? t : Object.assign(t, {
|
|
@@ -2391,7 +2394,7 @@ function u$1(o, n, a) {
|
|
|
2391
2394
|
}
|
|
2392
2395
|
|
|
2393
2396
|
//#endregion
|
|
2394
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2397
|
+
//#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2395
2398
|
function u(r, n, o) {
|
|
2396
2399
|
let a = r.length - n.length;
|
|
2397
2400
|
if (a === 0) return r(...n);
|
|
@@ -2400,7 +2403,7 @@ function u(r, n, o) {
|
|
|
2400
2403
|
}
|
|
2401
2404
|
|
|
2402
2405
|
//#endregion
|
|
2403
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2406
|
+
//#region ../../node_modules/.pnpm/remeda@2.26.1/node_modules/remeda/dist/chunk-3IFJP4R5.js
|
|
2404
2407
|
function d(...r) {
|
|
2405
2408
|
return u(i, r);
|
|
2406
2409
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.28-commit.
|
|
3
|
+
"version": "1.0.0-beta.28-commit.7ef342d",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://rolldown.rs/",
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
"dtsHeader": "type MaybePromise<T> = T | Promise<T>\ntype Nullable<T> = T | null | undefined\ntype VoidNullable<T = void> = T | null | undefined | void\nexport type BindingStringOrRegex = string | RegExp\n\n"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@oxc-project/runtime": "=0.77.
|
|
96
|
-
"@oxc-project/types": "=0.77.
|
|
95
|
+
"@oxc-project/runtime": "=0.77.3",
|
|
96
|
+
"@oxc-project/types": "=0.77.3",
|
|
97
97
|
"ansis": "^4.0.0",
|
|
98
|
-
"@rolldown/pluginutils": "1.0.0-beta.28-commit.
|
|
98
|
+
"@rolldown/pluginutils": "1.0.0-beta.28-commit.7ef342d"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@napi-rs/cli": "^3.0.0",
|
|
102
|
-
"@napi-rs/wasm-runtime": "^0.
|
|
102
|
+
"@napi-rs/wasm-runtime": "^1.0.0",
|
|
103
103
|
"@oxc-node/cli": "^0.0.29",
|
|
104
104
|
"@rollup/plugin-json": "^6.1.0",
|
|
105
105
|
"@valibot/to-json-schema": "1.3.0",
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
"emnapi": "^1.2.0",
|
|
109
109
|
"execa": "^9.2.0",
|
|
110
110
|
"glob": "^11.0.0",
|
|
111
|
-
"oxc-parser": "=0.77.
|
|
111
|
+
"oxc-parser": "=0.77.3",
|
|
112
112
|
"pathe": "^2.0.3",
|
|
113
113
|
"remeda": "^2.10.0",
|
|
114
|
-
"rolldown-plugin-dts": "^0.
|
|
114
|
+
"rolldown-plugin-dts": "^0.14.0",
|
|
115
115
|
"rollup": "^4.18.0",
|
|
116
116
|
"signal-exit": "4.1.0",
|
|
117
117
|
"source-map": "^0.7.4",
|
|
@@ -120,23 +120,23 @@
|
|
|
120
120
|
"typescript": "^5.7.3",
|
|
121
121
|
"valibot": "1.1.0",
|
|
122
122
|
"@rolldown/testing": "0.0.1",
|
|
123
|
-
"rolldown": "1.0.0-beta.28-commit.
|
|
123
|
+
"rolldown": "1.0.0-beta.28-commit.7ef342d"
|
|
124
124
|
},
|
|
125
125
|
"optionalDependencies": {
|
|
126
|
-
"@rolldown/binding-darwin-x64": "1.0.0-beta.28-commit.
|
|
127
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.28-commit.
|
|
128
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.28-commit.
|
|
129
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.28-commit.
|
|
130
|
-
"@rolldown/binding-freebsd-x64": "1.0.0-beta.28-commit.
|
|
131
|
-
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.28-commit.
|
|
132
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.28-commit.
|
|
133
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.28-commit.
|
|
134
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-beta.28-commit.
|
|
135
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.28-commit.
|
|
136
|
-
"@rolldown/binding-linux-arm64-ohos": "1.0.0-beta.28-commit.
|
|
137
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.28-commit.
|
|
138
|
-
"@rolldown/binding-android-arm64": "1.0.0-beta.28-commit.
|
|
139
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.28-commit.
|
|
126
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.28-commit.7ef342d",
|
|
127
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.28-commit.7ef342d",
|
|
128
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.28-commit.7ef342d",
|
|
129
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.28-commit.7ef342d",
|
|
130
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.28-commit.7ef342d",
|
|
131
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.28-commit.7ef342d",
|
|
132
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.28-commit.7ef342d",
|
|
133
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.28-commit.7ef342d",
|
|
134
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.28-commit.7ef342d",
|
|
135
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.28-commit.7ef342d",
|
|
136
|
+
"@rolldown/binding-linux-arm64-ohos": "1.0.0-beta.28-commit.7ef342d",
|
|
137
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.28-commit.7ef342d",
|
|
138
|
+
"@rolldown/binding-android-arm64": "1.0.0-beta.28-commit.7ef342d",
|
|
139
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.28-commit.7ef342d"
|
|
140
140
|
},
|
|
141
141
|
"scripts": {
|
|
142
142
|
"# Scrips for binding #": "_",
|