rolldown 0.14.0-snapshot-ae73254-20241120003454 → 0.14.0-snapshot-ab438c3-20241121003459
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/types/index.d.ts +2 -1
- package/package.json +15 -15
package/dist/types/index.d.ts
CHANGED
|
@@ -19,8 +19,9 @@ import { MinimalPluginContext } from './log/logger';
|
|
|
19
19
|
import { ExistingRawSourceMap, SourceMapInput } from './types/sourcemap';
|
|
20
20
|
import { OutputBundle } from './types/output-bundle';
|
|
21
21
|
import { WatchOptions } from './options/watch-option';
|
|
22
|
+
import { Watcher } from './watcher';
|
|
22
23
|
export { defineConfig, rolldown, watch };
|
|
23
24
|
export declare const VERSION: string;
|
|
24
|
-
export type { RolldownOutputAsset, RolldownOutputChunk, RolldownOptions, RolldownOutput, RolldownBuild, InputOptions, NormalizedInputOptions, OutputOptions, NormalizedOutputOptions, Plugin, RolldownPlugin, DefineParallelPluginResult, ConfigExport, ImportKind, InputOption, ExternalOption, ModuleFormat, ModuleType, InternalModuleFormat, LoadResult, TransformResult, ResolveIdResult, PluginContext, TransformPluginContext, ObjectHook, RenderedChunk, PreRenderedChunk, SourceMap, SourceDescription, PartialNull, PartialResolvedId, ResolvedId, ModuleOptions, ModuleInfo, MinimalPluginContext, EmittedFile, EmittedAsset, CustomPluginOptions, AsyncPluginHooks, ParallelPluginHooks, FunctionPluginHooks, ExistingRawSourceMap, SourceMapInput, OutputBundle, JsxOptions, WatchOptions, };
|
|
25
|
+
export type { RolldownOutputAsset, RolldownOutputChunk, RolldownOptions, RolldownOutput, RolldownBuild, InputOptions, NormalizedInputOptions, OutputOptions, NormalizedOutputOptions, Plugin, RolldownPlugin, DefineParallelPluginResult, ConfigExport, ImportKind, InputOption, ExternalOption, ModuleFormat, ModuleType, InternalModuleFormat, LoadResult, TransformResult, ResolveIdResult, PluginContext, TransformPluginContext, ObjectHook, RenderedChunk, PreRenderedChunk, SourceMap, SourceDescription, PartialNull, PartialResolvedId, ResolvedId, ModuleOptions, ModuleInfo, MinimalPluginContext, EmittedFile, EmittedAsset, CustomPluginOptions, AsyncPluginHooks, ParallelPluginHooks, FunctionPluginHooks, ExistingRawSourceMap, SourceMapInput, OutputBundle, JsxOptions, WatchOptions, Watcher, };
|
|
25
26
|
export type { RolldownOutput as RollupOutput, RolldownOptions as RollupOptions, RolldownBuild as RollupBuild, RolldownOutputChunk as OutputChunk, RolldownOutputAsset as OutputAsset, };
|
|
26
27
|
export type { RollupError, RollupLog, LoggingFunction } from './rollup';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rolldown",
|
|
3
|
-
"version": "0.14.0-snapshot-
|
|
3
|
+
"version": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
4
4
|
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.",
|
|
5
5
|
"homepage": "https://rolldown.rs/",
|
|
6
6
|
"repository": {
|
|
@@ -104,22 +104,22 @@
|
|
|
104
104
|
"vitest": "^2.0.0",
|
|
105
105
|
"why-is-node-running": "^3.0.0",
|
|
106
106
|
"zod-to-json-schema": "^3.23.2",
|
|
107
|
-
"rolldown": "0.
|
|
108
|
-
"
|
|
107
|
+
"@rolldown/testing": "0.0.1",
|
|
108
|
+
"rolldown": "0.14.0-snapshot-ab438c3-20241121003459"
|
|
109
109
|
},
|
|
110
110
|
"optionalDependencies": {
|
|
111
|
-
"@rolldown/binding-darwin-arm64": "0.14.0-snapshot-
|
|
112
|
-
"@rolldown/binding-darwin-x64": "0.14.0-snapshot-
|
|
113
|
-
"@rolldown/binding-freebsd-x64": "0.14.0-snapshot-
|
|
114
|
-
"@rolldown/binding-linux-arm-gnueabihf": "0.14.0-snapshot-
|
|
115
|
-
"@rolldown/binding-linux-arm64-gnu": "0.14.0-snapshot-
|
|
116
|
-
"@rolldown/binding-linux-
|
|
117
|
-
"@rolldown/binding-linux-
|
|
118
|
-
"@rolldown/binding-linux-x64-
|
|
119
|
-
"@rolldown/binding-wasm32-wasi": "0.14.0-snapshot-
|
|
120
|
-
"@rolldown/binding-win32-
|
|
121
|
-
"@rolldown/binding-win32-ia32-msvc": "0.14.0-snapshot-
|
|
122
|
-
"@rolldown/binding-win32-
|
|
111
|
+
"@rolldown/binding-darwin-arm64": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
112
|
+
"@rolldown/binding-darwin-x64": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
113
|
+
"@rolldown/binding-freebsd-x64": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
114
|
+
"@rolldown/binding-linux-arm-gnueabihf": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
115
|
+
"@rolldown/binding-linux-arm64-gnu": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
116
|
+
"@rolldown/binding-linux-arm64-musl": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
117
|
+
"@rolldown/binding-linux-x64-gnu": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
118
|
+
"@rolldown/binding-linux-x64-musl": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
119
|
+
"@rolldown/binding-wasm32-wasi": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
120
|
+
"@rolldown/binding-win32-x64-msvc": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
121
|
+
"@rolldown/binding-win32-ia32-msvc": "0.14.0-snapshot-ab438c3-20241121003459",
|
|
122
|
+
"@rolldown/binding-win32-arm64-msvc": "0.14.0-snapshot-ab438c3-20241121003459"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"# Scrips for binding #": "_",
|