rolldown 1.0.0-beta.9-commit.0ec9e7d → 1.0.0-rc.10

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 (73) hide show
  1. package/README.md +11 -0
  2. package/dist/cli.mjs +962 -1551
  3. package/dist/config.d.mts +9 -7
  4. package/dist/config.mjs +10 -11
  5. package/dist/experimental-index.d.mts +225 -68
  6. package/dist/experimental-index.mjs +277 -57
  7. package/dist/experimental-runtime-types.d.ts +98 -0
  8. package/dist/filter-index.d.mts +195 -4
  9. package/dist/filter-index.mjs +347 -6
  10. package/dist/get-log-filter.d.mts +3 -0
  11. package/dist/get-log-filter.mjs +68 -0
  12. package/dist/index.d.mts +4 -4
  13. package/dist/index.mjs +54 -6
  14. package/dist/parallel-plugin-worker.mjs +28 -35
  15. package/dist/parallel-plugin.d.mts +6 -8
  16. package/dist/parallel-plugin.mjs +1 -2
  17. package/dist/parse-ast-index.d.mts +27 -4
  18. package/dist/parse-ast-index.mjs +61 -4
  19. package/dist/plugins-index.d.mts +33 -0
  20. package/dist/plugins-index.mjs +41 -0
  21. package/dist/shared/binding-BV_UWDF3.mjs +582 -0
  22. package/dist/shared/binding-Dsq9Azhm.d.mts +1851 -0
  23. package/dist/shared/bindingify-input-options-DoaqRULI.mjs +2170 -0
  24. package/dist/shared/constructors-DfpIbfMG.d.mts +37 -0
  25. package/dist/shared/constructors-DqC7XSXy.mjs +68 -0
  26. package/dist/shared/define-config-CV9D_Qea.d.mts +3781 -0
  27. package/dist/shared/define-config-DJOr6Iwt.mjs +6 -0
  28. package/dist/shared/error-BO4SlZV_.mjs +85 -0
  29. package/dist/shared/get-log-filter-semyr3Lj.d.mts +35 -0
  30. package/dist/shared/{load-config-Dll-92l5.mjs → load-config-ezHg7sBf.mjs} +32 -36
  31. package/dist/shared/logging-C6h4g8dA.d.mts +50 -0
  32. package/dist/shared/logs-D80CXhvg.mjs +180 -0
  33. package/dist/shared/{misc-DGAe2XOW.mjs → misc-DJYbNKZX.mjs} +1 -8
  34. package/dist/shared/normalize-string-or-regex-D7wlw16t.mjs +58 -0
  35. package/dist/shared/parse-nWsWXhOL.mjs +74 -0
  36. package/dist/shared/{prompt-CxjDC0Gn.cjs → prompt-BYQIwEjg.mjs} +301 -310
  37. package/dist/shared/resolve-tsconfig-C3OzszY-.mjs +113 -0
  38. package/dist/shared/rolldown-BOb3gBhW.mjs +40 -0
  39. package/dist/shared/rolldown-build-yQC7KN8K.mjs +3319 -0
  40. package/dist/shared/transform-B5D1aA1B.d.mts +149 -0
  41. package/dist/shared/watch-CzsahzPN.mjs +374 -0
  42. package/dist/utils-index.d.mts +376 -0
  43. package/dist/utils-index.mjs +2416 -0
  44. package/package.json +93 -99
  45. package/dist/cli.cjs +0 -1748
  46. package/dist/cli.d.cts +0 -1
  47. package/dist/config.cjs +0 -12
  48. package/dist/config.d.cts +0 -12
  49. package/dist/experimental-index.cjs +0 -132
  50. package/dist/experimental-index.d.cts +0 -96
  51. package/dist/filter-index.cjs +0 -105
  52. package/dist/filter-index.d.cts +0 -5
  53. package/dist/index.cjs +0 -9
  54. package/dist/index.d.cts +0 -4
  55. package/dist/parallel-plugin-worker.cjs +0 -33
  56. package/dist/parallel-plugin-worker.d.cts +0 -1
  57. package/dist/parallel-plugin.cjs +0 -8
  58. package/dist/parallel-plugin.d.cts +0 -15
  59. package/dist/parse-ast-index.cjs +0 -4
  60. package/dist/parse-ast-index.d.cts +0 -9
  61. package/dist/shared/binding.d-Dz3qQrbl.d.mts +0 -1682
  62. package/dist/shared/binding.d-QXzDcVmm.d.cts +0 -1682
  63. package/dist/shared/chunk--iN_1bjD.mjs +0 -33
  64. package/dist/shared/chunk-DDkG_k5U.cjs +0 -39
  65. package/dist/shared/define-config.d-CUcDq_vm.d.cts +0 -1080
  66. package/dist/shared/define-config.d-qV1PzX_C.d.mts +0 -1080
  67. package/dist/shared/load-config-Bx9W9x2a.cjs +0 -125
  68. package/dist/shared/misc-BKp5iIef.cjs +0 -67
  69. package/dist/shared/parse-ast-index-0m6JgGc9.mjs +0 -655
  70. package/dist/shared/parse-ast-index-Cn_efzjO.cjs +0 -697
  71. package/dist/shared/prompt-uGrwvyp0.mjs +0 -854
  72. package/dist/shared/src-B4EklR3U.mjs +0 -4704
  73. package/dist/shared/src-BzFe16tX.cjs +0 -4654
package/dist/config.d.mts CHANGED
@@ -1,12 +1,14 @@
1
- import "./shared/binding.d-Dz3qQrbl.mjs";
2
- import { ConfigExport, defineConfig$1 as defineConfig } from "./shared/define-config.d-qV1PzX_C.mjs";
1
+ import { F as VERSION, r as defineConfig, t as ConfigExport } from "./shared/define-config-CV9D_Qea.mjs";
3
2
 
4
3
  //#region src/utils/load-config.d.ts
4
+ /**
5
+ * Load config from a file in a way that Rolldown does.
6
+ *
7
+ * @param configPath The path to the config file. If empty, it will look for `rolldown.config` with supported extensions in the current working directory.
8
+ * @returns The loaded config export
9
+ *
10
+ * @category Config
11
+ */
5
12
  declare function loadConfig(configPath: string): Promise<ConfigExport>;
6
-
7
- //#endregion
8
- //#region src/config.d.ts
9
- declare const VERSION: string;
10
-
11
13
  //#endregion
12
14
  export { VERSION, defineConfig, loadConfig };
package/dist/config.mjs CHANGED
@@ -1,11 +1,10 @@
1
- import { defineConfig, version } from "./shared/src-B4EklR3U.mjs";
2
- import "./shared/parse-ast-index-0m6JgGc9.mjs";
3
- import "./shared/misc-DGAe2XOW.mjs";
4
- import { init_load_config, loadConfig } from "./shared/load-config-Dll-92l5.mjs";
5
-
6
- //#region src/config.ts
7
- init_load_config();
8
- const VERSION = version;
9
-
10
- //#endregion
11
- export { VERSION, defineConfig, loadConfig };
1
+ import "./shared/binding-BV_UWDF3.mjs";
2
+ import "./shared/normalize-string-or-regex-D7wlw16t.mjs";
3
+ import { x as VERSION } from "./shared/bindingify-input-options-DoaqRULI.mjs";
4
+ import "./shared/rolldown-build-yQC7KN8K.mjs";
5
+ import "./shared/error-BO4SlZV_.mjs";
6
+ import "./shared/parse-nWsWXhOL.mjs";
7
+ import "./shared/rolldown-BOb3gBhW.mjs";
8
+ import { t as defineConfig } from "./shared/define-config-DJOr6Iwt.mjs";
9
+ import { t as loadConfig } from "./shared/load-config-ezHg7sBf.mjs";
10
+ export { VERSION, defineConfig, loadConfig };
@@ -1,96 +1,253 @@
1
- import { BindingReplacePluginConfig, BindingTransformPluginConfig, IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult$1 as TransformResult, isolatedDeclaration, moduleRunnerTransform, transform } from "./shared/binding.d-Dz3qQrbl.mjs";
2
- import { BuiltinPlugin$1 as BuiltinPlugin, InputOptions, RolldownPlugin, assetPlugin$1 as assetPlugin, buildImportAnalysisPlugin$1 as buildImportAnalysisPlugin, defineParallelPlugin, dynamicImportVarsPlugin$1 as dynamicImportVarsPlugin, importGlobPlugin$1 as importGlobPlugin, isolatedDeclarationPlugin$1 as isolatedDeclarationPlugin, jsonPlugin$1 as jsonPlugin, loadFallbackPlugin$1 as loadFallbackPlugin, manifestPlugin$1 as manifestPlugin, moduleFederationPlugin$1 as moduleFederationPlugin, modulePreloadPolyfillPlugin$1 as modulePreloadPolyfillPlugin, reporterPlugin$1 as reporterPlugin, viteResolvePlugin$1 as viteResolvePlugin, wasmFallbackPlugin$1 as wasmFallbackPlugin, wasmHelperPlugin$1 as wasmHelperPlugin, webWorkerPostPlugin$1 as webWorkerPostPlugin } from "./shared/define-config.d-qV1PzX_C.mjs";
1
+ import { B as ResolveResult, C as BindingViteManifestPluginConfig, G as isolatedDeclaration, I as NapiResolveOptions, K as isolatedDeclarationSync, M as IsolatedDeclarationsResult, O as BindingViteTransformPluginConfig, V as ResolverFactory, _ as BindingTsconfigRawOptions, f as BindingRebuildStrategy, g as BindingTsconfigCompilerOptions, i as BindingClientHmrUpdate, j as IsolatedDeclarationsOptions, n as BindingBundleAnalyzerPluginConfig, q as moduleRunnerTransform, r as BindingBundleState } from "./shared/binding-Dsq9Azhm.mjs";
2
+ import { Jt as freeExternalMemory, Kt as RolldownOutput, Lt as OutputOptions, N as BuiltinPlugin, X as defineParallelPlugin, c as InputOptions, st as NormalizedOutputOptions } from "./shared/define-config-CV9D_Qea.mjs";
3
+ import { a as MinifyOptions$1, c as minifySync$1, d as parse$1, f as parseSync$1, i as transformSync$1, l as ParseResult$1, m as resolveTsconfig, n as TransformResult$1, o as MinifyResult$1, p as TsconfigCache$1, r as transform$1, s as minify$1, t as TransformOptions$1, u as ParserOptions$1 } from "./shared/transform-B5D1aA1B.mjs";
4
+ import { a as viteDynamicImportVarsPlugin, c as viteLoadFallbackPlugin, d as viteReporterPlugin, f as viteResolvePlugin, i as viteBuildImportAnalysisPlugin, l as viteModulePreloadPolyfillPlugin, m as viteWebWorkerPostPlugin, n as isolatedDeclarationPlugin, o as viteImportGlobPlugin, p as viteWasmFallbackPlugin, r as oxcRuntimePlugin, s as viteJsonPlugin, u as viteReactRefreshWrapperPlugin } from "./shared/constructors-DfpIbfMG.mjs";
3
5
 
6
+ //#region src/api/dev/dev-options.d.ts
7
+ type DevOnHmrUpdates = (result: Error | {
8
+ updates: BindingClientHmrUpdate[];
9
+ changedFiles: string[];
10
+ }) => void | Promise<void>;
11
+ type DevOnOutput = (result: Error | RolldownOutput) => void | Promise<void>;
12
+ interface DevWatchOptions {
13
+ /**
14
+ * If `true`, files are not written to disk.
15
+ * @default false
16
+ */
17
+ skipWrite?: boolean;
18
+ /**
19
+ * If `true`, use polling instead of native file system events for watching.
20
+ * @default false
21
+ */
22
+ usePolling?: boolean;
23
+ /**
24
+ * Poll interval in milliseconds (only used when usePolling is true).
25
+ * @default 100
26
+ */
27
+ pollInterval?: number;
28
+ /**
29
+ * If `true`, use debounced watcher. If `false`, use non-debounced watcher for immediate responses.
30
+ * @default true
31
+ */
32
+ useDebounce?: boolean;
33
+ /**
34
+ * Debounce duration in milliseconds (only used when useDebounce is true).
35
+ * @default 10
36
+ */
37
+ debounceDuration?: number;
38
+ /**
39
+ * Whether to compare file contents for poll-based watchers (only used when usePolling is true).
40
+ * When enabled, poll watchers will check file contents to determine if they actually changed.
41
+ * @default false
42
+ */
43
+ compareContentsForPolling?: boolean;
44
+ /**
45
+ * Tick rate in milliseconds for debounced watchers (only used when useDebounce is true).
46
+ * Controls how frequently the debouncer checks for events to process.
47
+ * When not specified, the debouncer will auto-select an appropriate tick rate (1/4 of the debounce duration).
48
+ * @default undefined (auto-select)
49
+ */
50
+ debounceTickRate?: number;
51
+ }
52
+ interface DevOptions {
53
+ onHmrUpdates?: DevOnHmrUpdates;
54
+ onOutput?: DevOnOutput;
55
+ /**
56
+ * Strategy for triggering rebuilds after HMR updates.
57
+ * - `'always'`: Always trigger a rebuild after HMR updates
58
+ * - `'auto'`: Trigger rebuild only if HMR updates contain full reload updates
59
+ * - `'never'`: Never trigger rebuild after HMR updates (default)
60
+ * @default 'auto'
61
+ */
62
+ rebuildStrategy?: "always" | "auto" | "never";
63
+ watch?: DevWatchOptions;
64
+ }
65
+ //#endregion
66
+ //#region src/api/dev/dev-engine.d.ts
67
+ declare class DevEngine {
68
+ #private;
69
+ static create(inputOptions: InputOptions, outputOptions?: OutputOptions, devOptions?: DevOptions): Promise<DevEngine>;
70
+ private constructor();
71
+ run(): Promise<void>;
72
+ ensureCurrentBuildFinish(): Promise<void>;
73
+ getBundleState(): Promise<BindingBundleState>;
74
+ ensureLatestBuildOutput(): Promise<void>;
75
+ invalidate(file: string, firstInvalidatedBy?: string): Promise<BindingClientHmrUpdate[]>;
76
+ registerModules(clientId: string, modules: string[]): Promise<void>;
77
+ removeClient(clientId: string): Promise<void>;
78
+ close(): Promise<void>;
79
+ /**
80
+ * Compile a lazy entry module and return HMR-style patch code.
81
+ *
82
+ * This is called when a dynamically imported module is first requested at runtime.
83
+ * The module was previously stubbed with a proxy, and now we need to compile the
84
+ * actual module and its dependencies.
85
+ *
86
+ * @param moduleId - The absolute file path of the module to compile
87
+ * @param clientId - The client ID requesting this compilation
88
+ * @returns The compiled JavaScript code as a string (HMR patch format)
89
+ */
90
+ compileEntry(moduleId: string, clientId: string): Promise<string>;
91
+ }
92
+ //#endregion
93
+ //#region src/api/dev/index.d.ts
94
+ declare const dev: typeof DevEngine.create;
95
+ //#endregion
4
96
  //#region src/api/experimental.d.ts
5
97
  /**
6
- * This is an experimental API. It's behavior may change in the future.
98
+ * This is an experimental API. Its behavior may change in the future.
7
99
  *
8
- * Calling this API will only execute the scan stage of rolldown.
9
- */
10
- /**
11
- * This is an experimental API. It's behavior may change in the future.
100
+ * - Calling this API will only execute the `scan/build` stage of rolldown.
101
+ * - `scan` will clean up all resources automatically, but if you want to ensure timely cleanup, you need to wait for the returned promise to resolve.
12
102
  *
13
- * Calling this API will only execute the scan stage of rolldown.
103
+ * @example To ensure cleanup of resources, use the returned promise to wait for the scan to complete.
104
+ * ```ts
105
+ * import { scan } from 'rolldown/api/experimental';
106
+ *
107
+ * const cleanupPromise = await scan(...);
108
+ * await cleanupPromise;
109
+ * // Now all resources have been cleaned up.
110
+ * ```
14
111
  */
15
- declare const experimental_scan: (input: InputOptions) => Promise<void>;
16
-
17
- //#endregion
18
- //#region src/utils/compose-js-plugins.d.ts
19
- declare function composeJsPlugins(plugins: RolldownPlugin[]): RolldownPlugin[];
20
-
112
+ declare const scan: (rawInputOptions: InputOptions, rawOutputOptions?: {}) => Promise<Promise<void>>;
21
113
  //#endregion
22
114
  //#region src/builtin-plugin/alias-plugin.d.ts
23
- type AliasPluginAlias = {
24
- find: string | RegExp
25
- replacement: string
115
+ type ViteAliasPluginConfig = {
116
+ entries: {
117
+ find: string | RegExp;
118
+ replacement: string;
119
+ }[];
26
120
  };
27
- type AliasPluginConfig = {
28
- entries: AliasPluginAlias[]
29
- };
30
- declare function aliasPlugin(config: AliasPluginConfig): BuiltinPlugin;
31
-
121
+ declare function viteAliasPlugin(config: ViteAliasPluginConfig): BuiltinPlugin;
32
122
  //#endregion
33
- //#region src/builtin-plugin/replace-plugin.d.ts
123
+ //#region src/builtin-plugin/bundle-analyzer-plugin.d.ts
34
124
  /**
35
- * Replaces targeted strings in files while bundling.
125
+ * A plugin that analyzes bundle composition and generates detailed reports.
126
+ *
127
+ * The plugin outputs a file containing detailed information about:
128
+ * - All chunks and their relationships
129
+ * - Modules bundled in each chunk
130
+ * - Import dependencies between chunks
131
+ * - Reachable modules from each entry point
36
132
  *
37
133
  * @example
38
- * // Basic usage
39
- * ```js
40
- * replacePlugin({
41
- * 'process.env.NODE_ENV': JSON.stringify('production'),
42
- * __buildDate__: () => JSON.stringify(new Date()),
43
- * __buildVersion: 15
44
- * })
45
- * ```
46
- * @example
47
- * // With options
48
134
  * ```js
49
- * replacePlugin({
50
- * 'process.env.NODE_ENV': JSON.stringify('production'),
51
- * __buildDate__: () => JSON.stringify(new Date()),
52
- * __buildVersion: 15
53
- * }, {
54
- * preventAssignment: false,
55
- * })
135
+ * import { bundleAnalyzerPlugin } from 'rolldown/experimental';
136
+ *
137
+ * export default {
138
+ * plugins: [
139
+ * bundleAnalyzerPlugin()
140
+ * ]
141
+ * }
56
142
  * ```
57
- */
58
- /**
59
- * Replaces targeted strings in files while bundling.
60
143
  *
61
144
  * @example
62
- * // Basic usage
145
+ * **Custom filename**
63
146
  * ```js
64
- * replacePlugin({
65
- * 'process.env.NODE_ENV': JSON.stringify('production'),
66
- * __buildDate__: () => JSON.stringify(new Date()),
67
- * __buildVersion: 15
68
- * })
147
+ * import { bundleAnalyzerPlugin } from 'rolldown/experimental';
148
+ *
149
+ * export default {
150
+ * plugins: [
151
+ * bundleAnalyzerPlugin({
152
+ * fileName: 'bundle-analysis.json'
153
+ * })
154
+ * ]
155
+ * }
69
156
  * ```
157
+ *
70
158
  * @example
71
- * // With options
159
+ * **LLM-friendly markdown output**
72
160
  * ```js
73
- * replacePlugin({
74
- * 'process.env.NODE_ENV': JSON.stringify('production'),
75
- * __buildDate__: () => JSON.stringify(new Date()),
76
- * __buildVersion: 15
77
- * }, {
78
- * preventAssignment: false,
79
- * })
161
+ * import { bundleAnalyzerPlugin } from 'rolldown/experimental';
162
+ *
163
+ * export default {
164
+ * plugins: [
165
+ * bundleAnalyzerPlugin({
166
+ * format: 'md'
167
+ * })
168
+ * ]
169
+ * }
80
170
  * ```
81
171
  */
82
- declare function replacePlugin(values?: BindingReplacePluginConfig["values"], options?: Omit<BindingReplacePluginConfig, "values">): BuiltinPlugin;
83
-
172
+ declare function bundleAnalyzerPlugin(config?: BindingBundleAnalyzerPluginConfig): BuiltinPlugin;
84
173
  //#endregion
85
174
  //#region src/builtin-plugin/transform-plugin.d.ts
86
175
  type TransformPattern = string | RegExp | readonly (RegExp | string)[];
87
- type TransformPluginConfig = Omit<BindingTransformPluginConfig, "include" | "exclude" | "jsxRefreshInclude" | "jsxRefreshExclude"> & {
88
- include?: TransformPattern
89
- exclude?: TransformPattern
90
- jsxRefreshInclude?: TransformPattern
91
- jsxRefreshExclude?: TransformPattern
176
+ type TransformPluginConfig = Omit<BindingViteTransformPluginConfig, "include" | "exclude" | "jsxRefreshInclude" | "jsxRefreshExclude" | "yarnPnp"> & {
177
+ include?: TransformPattern;
178
+ exclude?: TransformPattern;
179
+ jsxRefreshInclude?: TransformPattern;
180
+ jsxRefreshExclude?: TransformPattern;
92
181
  };
93
- declare function transformPlugin(config?: TransformPluginConfig): BuiltinPlugin;
94
-
182
+ declare function viteTransformPlugin(config: TransformPluginConfig): BuiltinPlugin;
183
+ //#endregion
184
+ //#region src/builtin-plugin/vite-manifest-plugin.d.ts
185
+ type ViteManifestPluginConfig = Omit<BindingViteManifestPluginConfig, "isLegacy"> & {
186
+ isOutputOptionsForLegacyChunks?: (outputOptions: NormalizedOutputOptions) => boolean;
187
+ };
188
+ declare function viteManifestPlugin(config: ViteManifestPluginConfig): BuiltinPlugin;
189
+ //#endregion
190
+ //#region src/experimental-index.d.ts
191
+ /**
192
+ * In-memory file system for browser builds.
193
+ *
194
+ * This is a re-export of the {@link https://github.com/streamich/memfs | memfs} package used by the WASI runtime.
195
+ * It allows you to read and write files to a virtual filesystem when using rolldown in browser environments.
196
+ *
197
+ * - `fs`: A Node.js-compatible filesystem API (`IFs` from memfs)
198
+ * - `volume`: The underlying `Volume` instance that stores the filesystem state
199
+ *
200
+ * Returns `undefined` in Node.js builds (only available in browser builds via `@rolldown/browser`).
201
+ *
202
+ * @example
203
+ * ```typescript
204
+ * import { memfs } from 'rolldown/experimental';
205
+ *
206
+ * // Write files to virtual filesystem before bundling
207
+ * memfs?.volume.fromJSON({
208
+ * '/src/index.js': 'export const foo = 42;',
209
+ * '/package.json': '{"name": "my-app"}'
210
+ * });
211
+ *
212
+ * // Read files from the virtual filesystem
213
+ * const content = memfs?.fs.readFileSync('/src/index.js', 'utf8');
214
+ * ```
215
+ *
216
+ * @see {@link https://github.com/streamich/memfs} for more information on the memfs API.
217
+ */
218
+ declare const memfs: {
219
+ fs: any;
220
+ volume: any;
221
+ } | undefined;
222
+ /** @deprecated Use from `rolldown/utils` instead. */
223
+ declare const parse: typeof parse$1;
224
+ /** @deprecated Use from `rolldown/utils` instead. */
225
+ declare const parseSync: typeof parseSync$1;
226
+ /** @deprecated Use from `rolldown/utils` instead. */
227
+ type ParseResult = ParseResult$1;
228
+ /** @deprecated Use from `rolldown/utils` instead. */
229
+ type ParserOptions = ParserOptions$1;
230
+ /** @deprecated Use from `rolldown/utils` instead. */
231
+ declare const minify: typeof minify$1;
232
+ /** @deprecated Use from `rolldown/utils` instead. */
233
+ declare const minifySync: typeof minifySync$1;
234
+ /** @deprecated Use from `rolldown/utils` instead. */
235
+ type MinifyOptions = MinifyOptions$1;
236
+ /** @deprecated Use from `rolldown/utils` instead. */
237
+ type MinifyResult = MinifyResult$1;
238
+ /** @deprecated Use from `rolldown/utils` instead. */
239
+ declare const transform: typeof transform$1;
240
+ /** @deprecated Use from `rolldown/utils` instead. */
241
+ declare const transformSync: typeof transformSync$1;
242
+ /** @deprecated Use from `rolldown/utils` instead. */
243
+ type TransformOptions = TransformOptions$1;
244
+ /** @deprecated Use from `rolldown/utils` instead. */
245
+ type TransformResult = TransformResult$1;
246
+ /** @deprecated Use from `rolldown/utils` instead. */
247
+ declare const TsconfigCache: typeof TsconfigCache$1;
248
+ /** @deprecated Use from `rolldown/utils` instead. */
249
+ type TsconfigRawOptions = BindingTsconfigRawOptions;
250
+ /** @deprecated Use from `rolldown/utils` instead. */
251
+ type TsconfigCompilerOptions = BindingTsconfigCompilerOptions;
95
252
  //#endregion
96
- export { IsolatedDeclarationsOptions, IsolatedDeclarationsResult, NapiResolveOptions as ResolveOptions, ResolveResult, ResolverFactory, TransformOptions, TransformResult, aliasPlugin, assetPlugin, buildImportAnalysisPlugin, composeJsPlugins as composePlugins, defineParallelPlugin, dynamicImportVarsPlugin, importGlobPlugin, isolatedDeclaration, isolatedDeclarationPlugin, jsonPlugin, loadFallbackPlugin, manifestPlugin, moduleFederationPlugin, modulePreloadPolyfillPlugin, moduleRunnerTransform, replacePlugin, reporterPlugin, experimental_scan as scan, transform, transformPlugin, viteResolvePlugin, wasmFallbackPlugin, wasmHelperPlugin, webWorkerPostPlugin };
253
+ export { type BindingClientHmrUpdate, BindingRebuildStrategy, DevEngine, type DevOptions, type DevWatchOptions, type IsolatedDeclarationsOptions, type IsolatedDeclarationsResult, MinifyOptions, MinifyResult, ParseResult, ParserOptions, type NapiResolveOptions as ResolveOptions, type ResolveResult, ResolverFactory, TransformOptions, TransformResult, TsconfigCache, TsconfigCompilerOptions, TsconfigRawOptions, bundleAnalyzerPlugin, defineParallelPlugin, dev, viteDynamicImportVarsPlugin as dynamicImportVarsPlugin, viteDynamicImportVarsPlugin, freeExternalMemory, viteImportGlobPlugin as importGlobPlugin, viteImportGlobPlugin, isolatedDeclaration, isolatedDeclarationPlugin, isolatedDeclarationSync, memfs, minify, minifySync, moduleRunnerTransform, oxcRuntimePlugin, parse, parseSync, resolveTsconfig, scan, transform, transformSync, viteAliasPlugin, viteBuildImportAnalysisPlugin, viteJsonPlugin, viteLoadFallbackPlugin, viteManifestPlugin, viteModulePreloadPolyfillPlugin, viteReactRefreshWrapperPlugin, viteReporterPlugin, viteResolvePlugin, viteTransformPlugin, viteWasmFallbackPlugin, viteWebWorkerPostPlugin };