rolldown 1.0.0-beta.10-commit.ac4e5db → 1.0.0-beta.10-commit.81375fe
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.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.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/shared/{binding.d-Bl5Vi4GH.d.mts → binding.d-BKOi_hD7.d.cts} +2 -2
- package/dist/shared/{binding.d-DcFBMcjI.d.cts → binding.d-CcC9cav0.d.mts} +2 -2
- package/dist/shared/{define-config.d-B2xOSmbM.d.cts → define-config.d-CZCq3rLo.d.cts} +4 -3
- package/dist/shared/{define-config.d-USfUuKiR.d.mts → define-config.d-OKdRAYhn.d.mts} +5 -4
- package/dist/shared/{load-config-DrIWz9n9.mjs → load-config-CFYpL6SK.mjs} +1 -1
- package/dist/shared/{load-config-CFRprP4h.cjs → load-config-bI3e4Rt2.cjs} +1 -1
- package/dist/shared/{src-r81e2JxS.mjs → src-Bhp6Fp5n.mjs} +29 -6
- package/dist/shared/{src-DuQI8s0p.cjs → src-D0ZOjAa9.cjs} +29 -6
- package/package.json +20 -24
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-
|
|
2
|
+
const require_src = require('./shared/src-D0ZOjAa9.cjs');
|
|
3
3
|
require('./shared/parse-ast-index-BvK1MT-L.cjs');
|
|
4
4
|
const require_misc = require('./shared/misc-BKp5iIef.cjs');
|
|
5
|
-
const require_load_config = require('./shared/load-config-
|
|
5
|
+
const require_load_config = require('./shared/load-config-bI3e4Rt2.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"));
|
package/dist/cli.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __commonJS, __toESM } from "./shared/parse-ast-index-PSQWLeSo.mjs";
|
|
2
|
-
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-
|
|
2
|
+
import { description, getInputCliKeys, getJsonSchema, getOutputCliKeys, rolldown, validateCliOptions, version, watch } from "./shared/src-Bhp6Fp5n.mjs";
|
|
3
3
|
import { arraify } from "./shared/misc-BN0nse6C.mjs";
|
|
4
|
-
import { loadConfig } from "./shared/load-config-
|
|
4
|
+
import { loadConfig } from "./shared/load-config-CFYpL6SK.mjs";
|
|
5
5
|
import path, { sep } from "node:path";
|
|
6
6
|
import colors from "ansis";
|
|
7
7
|
import process$1 from "node:process";
|
package/dist/config.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const require_src = require('./shared/src-
|
|
1
|
+
const require_src = require('./shared/src-D0ZOjAa9.cjs');
|
|
2
2
|
require('./shared/parse-ast-index-BvK1MT-L.cjs');
|
|
3
3
|
require('./shared/misc-BKp5iIef.cjs');
|
|
4
|
-
const require_load_config = require('./shared/load-config-
|
|
4
|
+
const require_load_config = require('./shared/load-config-bI3e4Rt2.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
|
-
import "./shared/binding.d-
|
|
2
|
-
import { ConfigExport, defineConfig } from "./shared/define-config.d-
|
|
1
|
+
import "./shared/binding.d-BKOi_hD7.cjs";
|
|
2
|
+
import { ConfigExport, defineConfig } from "./shared/define-config.d-CZCq3rLo.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
|
-
import "./shared/binding.d-
|
|
2
|
-
import { ConfigExport, defineConfig
|
|
1
|
+
import "./shared/binding.d-CcC9cav0.mjs";
|
|
2
|
+
import { ConfigExport, defineConfig } from "./shared/define-config.d-OKdRAYhn.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
1
|
import "./shared/parse-ast-index-PSQWLeSo.mjs";
|
|
2
|
-
import { defineConfig, version } from "./shared/src-
|
|
2
|
+
import { defineConfig, version } from "./shared/src-Bhp6Fp5n.mjs";
|
|
3
3
|
import "./shared/misc-BN0nse6C.mjs";
|
|
4
|
-
import { loadConfig } from "./shared/load-config-
|
|
4
|
+
import { loadConfig } from "./shared/load-config-CFYpL6SK.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/config.ts
|
|
7
7
|
const VERSION = version;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
2
|
+
const require_src = require('./shared/src-D0ZOjAa9.cjs');
|
|
3
3
|
const require_parse_ast_index = require('./shared/parse-ast-index-BvK1MT-L.cjs');
|
|
4
4
|
require('./shared/misc-BKp5iIef.cjs');
|
|
5
5
|
const node_url = require_chunk.__toESM(require("node:url"));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult
|
|
2
|
-
import { BuiltinPlugin, InputOptions, RolldownPlugin, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config.d-
|
|
1
|
+
import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/binding.d-BKOi_hD7.cjs";
|
|
2
|
+
import { BuiltinPlugin, InputOptions, RolldownPlugin, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config.d-CZCq3rLo.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/api/experimental.d.ts
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult
|
|
2
|
-
import { BuiltinPlugin
|
|
1
|
+
import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/binding.d-CcC9cav0.mjs";
|
|
2
|
+
import { BuiltinPlugin, InputOptions, RolldownPlugin, assetPlugin, buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/define-config.d-OKdRAYhn.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/api/experimental.d.ts
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __toESM, require_binding } from "./shared/parse-ast-index-PSQWLeSo.mjs";
|
|
2
|
-
import { BuiltinPlugin, assetPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-
|
|
2
|
+
import { BuiltinPlugin, assetPlugin, buildImportAnalysisPlugin, composeJsPlugins, createBundler, dynamicImportVarsPlugin, handleOutputErrors, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, normalizedStringOrRegex, reporterPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin } from "./shared/src-Bhp6Fp5n.mjs";
|
|
3
3
|
import "./shared/misc-BN0nse6C.mjs";
|
|
4
4
|
import { pathToFileURL } from "node:url";
|
|
5
5
|
|
package/dist/filter-index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./shared/binding.d-
|
|
2
|
-
import { withFilter } from "./shared/define-config.d-
|
|
1
|
+
import "./shared/binding.d-BKOi_hD7.cjs";
|
|
2
|
+
import { withFilter } from "./shared/define-config.d-CZCq3rLo.cjs";
|
|
3
3
|
import { and, code, exclude, id, include, moduleType, not, or, queries, query } from "@rolldown/pluginutils";
|
|
4
4
|
|
|
5
5
|
export { and, code, exclude, id, include, moduleType, not, or, queries, query, withFilter };
|
package/dist/filter-index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./shared/binding.d-
|
|
2
|
-
import { withFilter } from "./shared/define-config.d-
|
|
1
|
+
import "./shared/binding.d-CcC9cav0.mjs";
|
|
2
|
+
import { withFilter } from "./shared/define-config.d-OKdRAYhn.mjs";
|
|
3
3
|
import { and, code, exclude, id, include, moduleType, not, or, queries, query } from "@rolldown/pluginutils";
|
|
4
4
|
|
|
5
5
|
export { and, code, exclude, id, include, moduleType, not, or, queries, query, withFilter };
|
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PreRenderedChunk } from "./shared/binding.d-
|
|
2
|
-
import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, 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, 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.d-
|
|
1
|
+
import { PreRenderedChunk } from "./shared/binding.d-BKOi_hD7.cjs";
|
|
2
|
+
import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, 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, 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.d-CZCq3rLo.cjs";
|
|
3
3
|
|
|
4
4
|
export { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, 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, 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,4 +1,4 @@
|
|
|
1
|
-
import { PreRenderedChunk } from "./shared/binding.d-
|
|
2
|
-
import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, 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, 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
|
|
1
|
+
import { PreRenderedChunk } from "./shared/binding.d-CcC9cav0.mjs";
|
|
2
|
+
import { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, 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, 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.d-OKdRAYhn.mjs";
|
|
3
3
|
|
|
4
4
|
export { AddonFunction, AsyncPluginHooks, BuildOptions, ChunkFileNamesFunction, 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, 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
1
|
import "./shared/parse-ast-index-PSQWLeSo.mjs";
|
|
2
|
-
import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-
|
|
2
|
+
import { VERSION, build, defineConfig, rolldown, watch } from "./shared/src-Bhp6Fp5n.mjs";
|
|
3
3
|
import "./shared/misc-BN0nse6C.mjs";
|
|
4
4
|
|
|
5
5
|
export { VERSION, build, defineConfig, rolldown, watch };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('./shared/chunk-DDkG_k5U.cjs');
|
|
2
|
-
const require_src = require('./shared/src-
|
|
2
|
+
const require_src = require('./shared/src-D0ZOjAa9.cjs');
|
|
3
3
|
const require_parse_ast_index = require('./shared/parse-ast-index-BvK1MT-L.cjs');
|
|
4
4
|
require('./shared/misc-BKp5iIef.cjs');
|
|
5
5
|
const node_worker_threads = require_chunk.__toESM(require("node:worker_threads"));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __toESM, require_binding } from "./shared/parse-ast-index-PSQWLeSo.mjs";
|
|
2
|
-
import { PluginContextData, bindingifyPlugin } from "./shared/src-
|
|
2
|
+
import { PluginContextData, bindingifyPlugin } from "./shared/src-Bhp6Fp5n.mjs";
|
|
3
3
|
import "./shared/misc-BN0nse6C.mjs";
|
|
4
4
|
import { parentPort, workerData } from "node:worker_threads";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./shared/binding.d-
|
|
2
|
-
import { MaybePromise, Plugin } from "./shared/define-config.d-
|
|
1
|
+
import "./shared/binding.d-BKOi_hD7.cjs";
|
|
2
|
+
import { MaybePromise, Plugin } from "./shared/define-config.d-CZCq3rLo.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin/parallel-plugin-implementation.d.ts
|
|
5
5
|
type ParallelPluginImplementation = Plugin;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./shared/binding.d-
|
|
2
|
-
import { MaybePromise, Plugin } from "./shared/define-config.d-
|
|
1
|
+
import "./shared/binding.d-CcC9cav0.mjs";
|
|
2
|
+
import { MaybePromise, Plugin } from "./shared/define-config.d-OKdRAYhn.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/plugin/parallel-plugin-implementation.d.ts
|
|
5
5
|
type ParallelPluginImplementation = Plugin;
|
|
@@ -431,7 +431,7 @@ interface BindingManifestPluginConfig {
|
|
|
431
431
|
}
|
|
432
432
|
interface BindingMatchGroup {
|
|
433
433
|
name: string
|
|
434
|
-
test?:
|
|
434
|
+
test?: string | RegExp | ((id: string) => VoidNullable<boolean>)
|
|
435
435
|
priority?: number
|
|
436
436
|
minSize?: number
|
|
437
437
|
minShareCount?: number
|
|
@@ -1699,4 +1699,4 @@ interface ValueSpan {
|
|
|
1699
1699
|
}
|
|
1700
1700
|
|
|
1701
1701
|
//#endregion
|
|
1702
|
-
export { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReplacePluginConfig, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingTransformPluginConfig, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ParseResult, ParserOptions, PreRenderedChunk, ResolveResult, ResolverFactory, TransformOptions, TransformResult
|
|
1702
|
+
export { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReplacePluginConfig, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingTransformPluginConfig, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ParseResult, ParserOptions, PreRenderedChunk, ResolveResult, ResolverFactory, TransformOptions, TransformResult, isolatedDeclaration, moduleRunnerTransform, transform };
|
|
@@ -431,7 +431,7 @@ interface BindingManifestPluginConfig {
|
|
|
431
431
|
}
|
|
432
432
|
interface BindingMatchGroup {
|
|
433
433
|
name: string
|
|
434
|
-
test?:
|
|
434
|
+
test?: string | RegExp | ((id: string) => VoidNullable<boolean>)
|
|
435
435
|
priority?: number
|
|
436
436
|
minSize?: number
|
|
437
437
|
minShareCount?: number
|
|
@@ -1699,4 +1699,4 @@ interface ValueSpan {
|
|
|
1699
1699
|
}
|
|
1700
1700
|
|
|
1701
1701
|
//#endregion
|
|
1702
|
-
export { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReplacePluginConfig, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingTransformPluginConfig, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ParseResult, ParserOptions, PreRenderedChunk, ResolveResult, ResolverFactory, TransformOptions, TransformResult
|
|
1702
|
+
export { BindingAssetPluginConfig, BindingBuildImportAnalysisPluginConfig, BindingBuiltinPluginName, BindingDynamicImportVarsPluginConfig, BindingHmrOutput, BindingHookResolveIdExtraArgs, BindingImportGlobPluginConfig, BindingIsolatedDeclarationPluginConfig, BindingJsonPluginConfig, BindingManifestPluginConfig, BindingMfManifest, BindingMinifyOptions, BindingModuleFederationPluginOption, BindingRemote, BindingRenderedChunk, BindingReplacePluginConfig, BindingReporterPluginConfig, BindingTransformHookExtraArgs, BindingTransformPluginConfig, BindingViteResolvePluginConfig, BindingWatcherEvent, Bundler, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ParseResult, ParserOptions, PreRenderedChunk, ResolveResult, ResolverFactory, TransformOptions, TransformResult, isolatedDeclaration, moduleRunnerTransform, transform };
|
|
@@ -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.d-
|
|
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.d-BKOi_hD7.cjs";
|
|
2
2
|
import { Program } from "@oxc-project/types";
|
|
3
3
|
import { TopLevelFilterExpression } from "@rolldown/pluginutils";
|
|
4
4
|
|
|
@@ -219,15 +219,16 @@ interface OutputOptions {
|
|
|
219
219
|
*/
|
|
220
220
|
name: string
|
|
221
221
|
/**
|
|
222
|
-
* - Type: `string | RegExp
|
|
222
|
+
* - Type: `string | RegExp | ((id: string) => boolean | undefined | void);`
|
|
223
223
|
*
|
|
224
224
|
* Controls which modules are captured in this group.
|
|
225
225
|
*
|
|
226
226
|
* If `test` is a string, the module whose id contains the string will be captured.
|
|
227
227
|
* If `test` is a regular expression, the module whose id matches the regular expression will be captured.
|
|
228
|
+
* If `test` is a function, modules for which `test(id)` returns `true` will be captured.
|
|
228
229
|
* if `test` is empty, any module will be considered as matched.
|
|
229
230
|
*/
|
|
230
|
-
test?: StringOrRegExp
|
|
231
|
+
test?: StringOrRegExp | ((id: string) => boolean | undefined | void)
|
|
231
232
|
/**
|
|
232
233
|
* - Type: `number`
|
|
233
234
|
*
|
|
@@ -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.d-
|
|
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.d-CcC9cav0.mjs";
|
|
2
2
|
import { TopLevelFilterExpression } from "@rolldown/pluginutils";
|
|
3
3
|
import { Program } from "@oxc-project/types";
|
|
4
4
|
|
|
@@ -219,15 +219,16 @@ interface OutputOptions {
|
|
|
219
219
|
*/
|
|
220
220
|
name: string
|
|
221
221
|
/**
|
|
222
|
-
* - Type: `string | RegExp
|
|
222
|
+
* - Type: `string | RegExp | ((id: string) => boolean | undefined | void);`
|
|
223
223
|
*
|
|
224
224
|
* Controls which modules are captured in this group.
|
|
225
225
|
*
|
|
226
226
|
* If `test` is a string, the module whose id contains the string will be captured.
|
|
227
227
|
* If `test` is a regular expression, the module whose id matches the regular expression will be captured.
|
|
228
|
+
* If `test` is a function, modules for which `test(id)` returns `true` will be captured.
|
|
228
229
|
* if `test` is empty, any module will be considered as matched.
|
|
229
230
|
*/
|
|
230
|
-
test?: StringOrRegExp
|
|
231
|
+
test?: StringOrRegExp | ((id: string) => boolean | undefined | void)
|
|
231
232
|
/**
|
|
232
233
|
* - Type: `number`
|
|
233
234
|
*
|
|
@@ -1079,4 +1080,4 @@ declare function defineConfig(config: RolldownOptions[]): RolldownOptions[];
|
|
|
1079
1080
|
declare function defineConfig(config: ConfigExport): ConfigExport;
|
|
1080
1081
|
|
|
1081
1082
|
//#endregion
|
|
1082
|
-
export { AddonFunction, AsyncPluginHooks, BuildOptions, BuiltinPlugin
|
|
1083
|
+
export { AddonFunction, AsyncPluginHooks, BuildOptions, BuiltinPlugin, ChunkFileNamesFunction, ConfigExport, CustomPluginOptions, DefineParallelPluginResult, EmittedAsset, EmittedFile, ExistingRawSourceMap, ExternalOption, FunctionPluginHooks, GeneralHookFilter, GetModuleInfo, GlobalsFunction, HookFilter, HookFilterExtension, ImportKind, InputOption, InputOptions, InternalModuleFormat, LoadResult, LogLevel, LogLevelOption, LogOrStringHandler, LoggingFunction, MaybePromise, MinifyOptions, MinimalPluginContext, ModuleFormat, ModuleInfo, ModuleOptions, ModuleType, ModuleTypeFilter, ModuleTypes, NormalizedInputOptions, NormalizedOutputOptions, ObjectHook, 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, assetPlugin, build, buildImportAnalysisPlugin, defineConfig, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, reporterPlugin, rolldown, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, watch, webWorkerPostPlugin, withFilter };
|
|
@@ -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-D0ZOjAa9.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"));
|
|
@@ -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.10-commit.
|
|
11
|
+
var version = "1.0.0-beta.10-commit.81375fe";
|
|
12
12
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
@@ -1323,6 +1323,25 @@ function unionAsync(options, message2) {
|
|
|
1323
1323
|
};
|
|
1324
1324
|
}
|
|
1325
1325
|
/* @__NO_SIDE_EFFECTS__ */
|
|
1326
|
+
function void_(message2) {
|
|
1327
|
+
return {
|
|
1328
|
+
kind: "schema",
|
|
1329
|
+
type: "void",
|
|
1330
|
+
reference: void_,
|
|
1331
|
+
expects: "void",
|
|
1332
|
+
async: false,
|
|
1333
|
+
message: message2,
|
|
1334
|
+
get "~standard"() {
|
|
1335
|
+
return /* @__PURE__ */ _getStandardProps(this);
|
|
1336
|
+
},
|
|
1337
|
+
"~run"(dataset, config2) {
|
|
1338
|
+
if (dataset.value === void 0) dataset.typed = true;
|
|
1339
|
+
else _addIssue(this, "type", dataset, config2);
|
|
1340
|
+
return dataset;
|
|
1341
|
+
}
|
|
1342
|
+
};
|
|
1343
|
+
}
|
|
1344
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
1326
1345
|
function keyof(schema, message2) {
|
|
1327
1346
|
return /* @__PURE__ */ picklist(Object.keys(schema.entries), message2);
|
|
1328
1347
|
}
|
|
@@ -1981,7 +2000,11 @@ const AdvancedChunksSchema = strictObject({
|
|
|
1981
2000
|
minShareCount: optional(number()),
|
|
1982
2001
|
groups: optional(array(strictObject({
|
|
1983
2002
|
name: string(),
|
|
1984
|
-
test: optional(union([
|
|
2003
|
+
test: optional(union([
|
|
2004
|
+
string(),
|
|
2005
|
+
instance(RegExp),
|
|
2006
|
+
pipe(function_(), args(tuple([string()])), returns(union([nullish(boolean()), void_()])))
|
|
2007
|
+
])),
|
|
1985
2008
|
priority: optional(number()),
|
|
1986
2009
|
minSize: optional(number()),
|
|
1987
2010
|
minShareCount: optional(number()),
|
|
@@ -2276,7 +2299,7 @@ function normalizeTransformHookSourcemap(id, originalCode, rawMap) {
|
|
|
2276
2299
|
}
|
|
2277
2300
|
|
|
2278
2301
|
//#endregion
|
|
2279
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2302
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2280
2303
|
function u$1(o, n, a) {
|
|
2281
2304
|
let t$1 = (r) => o(r, ...n);
|
|
2282
2305
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -2286,7 +2309,7 @@ function u$1(o, n, a) {
|
|
|
2286
2309
|
}
|
|
2287
2310
|
|
|
2288
2311
|
//#endregion
|
|
2289
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2312
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2290
2313
|
function u(r, n, o) {
|
|
2291
2314
|
let a = r.length - n.length;
|
|
2292
2315
|
if (a === 0) return r(...n);
|
|
@@ -2295,7 +2318,7 @@ function u(r, n, o) {
|
|
|
2295
2318
|
}
|
|
2296
2319
|
|
|
2297
2320
|
//#endregion
|
|
2298
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2321
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-3IFJP4R5.js
|
|
2299
2322
|
function d(...r) {
|
|
2300
2323
|
return u(i, r);
|
|
2301
2324
|
}
|
|
@@ -2306,7 +2329,7 @@ var i = (r, t$1) => {
|
|
|
2306
2329
|
};
|
|
2307
2330
|
|
|
2308
2331
|
//#endregion
|
|
2309
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2332
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
2310
2333
|
function t(...n) {
|
|
2311
2334
|
return u(Object.keys, n);
|
|
2312
2335
|
}
|
|
@@ -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.10-commit.
|
|
12
|
+
var version = "1.0.0-beta.10-commit.81375fe";
|
|
13
13
|
var description$1 = "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.";
|
|
14
14
|
|
|
15
15
|
//#endregion
|
|
@@ -1324,6 +1324,25 @@ function unionAsync(options, message2) {
|
|
|
1324
1324
|
};
|
|
1325
1325
|
}
|
|
1326
1326
|
/* @__NO_SIDE_EFFECTS__ */
|
|
1327
|
+
function void_(message2) {
|
|
1328
|
+
return {
|
|
1329
|
+
kind: "schema",
|
|
1330
|
+
type: "void",
|
|
1331
|
+
reference: void_,
|
|
1332
|
+
expects: "void",
|
|
1333
|
+
async: false,
|
|
1334
|
+
message: message2,
|
|
1335
|
+
get "~standard"() {
|
|
1336
|
+
return /* @__PURE__ */ _getStandardProps(this);
|
|
1337
|
+
},
|
|
1338
|
+
"~run"(dataset, config2) {
|
|
1339
|
+
if (dataset.value === void 0) dataset.typed = true;
|
|
1340
|
+
else _addIssue(this, "type", dataset, config2);
|
|
1341
|
+
return dataset;
|
|
1342
|
+
}
|
|
1343
|
+
};
|
|
1344
|
+
}
|
|
1345
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
1327
1346
|
function keyof(schema, message2) {
|
|
1328
1347
|
return /* @__PURE__ */ picklist(Object.keys(schema.entries), message2);
|
|
1329
1348
|
}
|
|
@@ -1982,7 +2001,11 @@ const AdvancedChunksSchema = strictObject({
|
|
|
1982
2001
|
minShareCount: optional(number()),
|
|
1983
2002
|
groups: optional(array(strictObject({
|
|
1984
2003
|
name: string(),
|
|
1985
|
-
test: optional(union([
|
|
2004
|
+
test: optional(union([
|
|
2005
|
+
string(),
|
|
2006
|
+
instance(RegExp),
|
|
2007
|
+
pipe(function_(), args(tuple([string()])), returns(union([nullish(boolean()), void_()])))
|
|
2008
|
+
])),
|
|
1986
2009
|
priority: optional(number()),
|
|
1987
2010
|
minSize: optional(number()),
|
|
1988
2011
|
minShareCount: optional(number()),
|
|
@@ -2277,7 +2300,7 @@ function normalizeTransformHookSourcemap(id, originalCode, rawMap) {
|
|
|
2277
2300
|
}
|
|
2278
2301
|
|
|
2279
2302
|
//#endregion
|
|
2280
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2303
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-D6FCK2GA.js
|
|
2281
2304
|
function u$1(o, n, a) {
|
|
2282
2305
|
let t$1 = (r) => o(r, ...n);
|
|
2283
2306
|
return a === void 0 ? t$1 : Object.assign(t$1, {
|
|
@@ -2287,7 +2310,7 @@ function u$1(o, n, a) {
|
|
|
2287
2310
|
}
|
|
2288
2311
|
|
|
2289
2312
|
//#endregion
|
|
2290
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2313
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-WIMGWYZL.js
|
|
2291
2314
|
function u(r, n, o) {
|
|
2292
2315
|
let a = r.length - n.length;
|
|
2293
2316
|
if (a === 0) return r(...n);
|
|
@@ -2296,7 +2319,7 @@ function u(r, n, o) {
|
|
|
2296
2319
|
}
|
|
2297
2320
|
|
|
2298
2321
|
//#endregion
|
|
2299
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2322
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-3IFJP4R5.js
|
|
2300
2323
|
function d(...r) {
|
|
2301
2324
|
return u(i, r);
|
|
2302
2325
|
}
|
|
@@ -2307,7 +2330,7 @@ var i = (r, t$1) => {
|
|
|
2307
2330
|
};
|
|
2308
2331
|
|
|
2309
2332
|
//#endregion
|
|
2310
|
-
//#region ../../node_modules/.pnpm/remeda@2.
|
|
2333
|
+
//#region ../../node_modules/.pnpm/remeda@2.22.3/node_modules/remeda/dist/chunk-5NQBDF4H.js
|
|
2311
2334
|
function t(...n) {
|
|
2312
2335
|
return u(Object.keys, n);
|
|
2313
2336
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "1.0.0-beta.10-commit.
|
|
3
|
+
"version": "1.0.0-beta.10-commit.81375fe",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"homepage": "https://rolldown.rs/",
|
|
@@ -93,49 +93,45 @@
|
|
|
93
93
|
"@oxc-project/runtime": "0.72.1",
|
|
94
94
|
"@oxc-project/types": "0.72.1",
|
|
95
95
|
"ansis": "^4.0.0",
|
|
96
|
-
"@rolldown/pluginutils": "1.0.0-beta.10-commit.
|
|
96
|
+
"@rolldown/pluginutils": "1.0.0-beta.10-commit.81375fe"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@napi-rs/cli": "3.0.0-alpha.
|
|
99
|
+
"@napi-rs/cli": "3.0.0-alpha.81",
|
|
100
100
|
"@napi-rs/wasm-runtime": "^0.2.10",
|
|
101
101
|
"@oxc-node/cli": "^0.0.27",
|
|
102
|
-
"@
|
|
103
|
-
"@types/lodash-es": "^4.17.12",
|
|
102
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
104
103
|
"@valibot/to-json-schema": "1.2.0",
|
|
104
|
+
"buble": "^0.20.0",
|
|
105
105
|
"consola": "^3.4.2",
|
|
106
106
|
"emnapi": "^1.2.0",
|
|
107
107
|
"execa": "^9.2.0",
|
|
108
|
-
"fs-extra": "^11.2.0",
|
|
109
108
|
"glob": "^11.0.0",
|
|
110
|
-
"locate-character": "^3.0.0",
|
|
111
109
|
"oxc-parser": "0.72.1",
|
|
112
|
-
"pathe": "^2.0.3",
|
|
113
110
|
"remeda": "^2.10.0",
|
|
114
|
-
"rolldown-plugin-dts": "
|
|
111
|
+
"rolldown-plugin-dts": "0.7.12",
|
|
115
112
|
"rollup": "^4.18.0",
|
|
116
113
|
"signal-exit": "4.1.0",
|
|
117
114
|
"source-map": "^0.7.4",
|
|
118
115
|
"type-fest": "^4.20.0",
|
|
119
116
|
"typedoc": "^0.28.0",
|
|
120
117
|
"typescript": "^5.7.3",
|
|
121
|
-
"unbuild": "^3.0.0",
|
|
122
118
|
"valibot": "1.1.0",
|
|
123
|
-
"rolldown": "
|
|
124
|
-
"
|
|
119
|
+
"@rolldown/testing": "0.0.1",
|
|
120
|
+
"rolldown": "1.0.0-beta.10-commit.81375fe"
|
|
125
121
|
},
|
|
126
122
|
"optionalDependencies": {
|
|
127
|
-
"@rolldown/binding-
|
|
128
|
-
"@rolldown/binding-darwin-
|
|
129
|
-
"@rolldown/binding-freebsd-x64": "1.0.0-beta.10-commit.
|
|
130
|
-
"@rolldown/binding-linux-
|
|
131
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.10-commit.
|
|
132
|
-
"@rolldown/binding-
|
|
133
|
-
"@rolldown/binding-linux-arm64-
|
|
134
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.10-commit.
|
|
135
|
-
"@rolldown/binding-
|
|
136
|
-
"@rolldown/binding-
|
|
137
|
-
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.10-commit.
|
|
138
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.10-commit.
|
|
123
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.10-commit.81375fe",
|
|
124
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-beta.10-commit.81375fe",
|
|
125
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-beta.10-commit.81375fe",
|
|
126
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.10-commit.81375fe",
|
|
127
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.10-commit.81375fe",
|
|
128
|
+
"@rolldown/binding-darwin-x64": "1.0.0-beta.10-commit.81375fe",
|
|
129
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.10-commit.81375fe",
|
|
130
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.10-commit.81375fe",
|
|
131
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.10-commit.81375fe",
|
|
132
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.10-commit.81375fe",
|
|
133
|
+
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.10-commit.81375fe",
|
|
134
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.10-commit.81375fe"
|
|
139
135
|
},
|
|
140
136
|
"scripts": {
|
|
141
137
|
"# Scrips for binding #": "_",
|