Comparing version 0.10.2-snapshot-015c243-20240419134615 to 0.10.2-snapshot-3ee1010-20240506002527
@@ -1,42 +0,4 @@ | ||
import { I as InputOptions, O as OutputOptions } from './shared/rolldown.f42c3ba6.js'; | ||
export { D as DefineParallelPluginResult, P as Plugin, d as defineParallelPlugin } from './shared/rolldown.f42c3ba6.js'; | ||
import { I as InputOptions, O as OutputOptions, R as RolldownOutput } from './shared/rolldown.ee2404c2.js'; | ||
export { D as DefineParallelPluginResult, P as Plugin, a as RolldownOutputChunk, d as defineParallelPlugin } from './shared/rolldown.ee2404c2.js'; | ||
interface RenderedModule { | ||
} | ||
interface RolldownOutputAsset { | ||
type: 'asset'; | ||
fileName: string; | ||
source: string | Uint8Array; | ||
} | ||
interface SourceMap { | ||
file: string; | ||
mappings: string; | ||
names: string[]; | ||
sources: string[]; | ||
sourcesContent: string[]; | ||
version: number; | ||
} | ||
interface RolldownOutputChunk { | ||
type: 'chunk'; | ||
code: string; | ||
isEntry: boolean; | ||
exports: string[]; | ||
fileName: string; | ||
modules: { | ||
[id: string]: RenderedModule; | ||
}; | ||
facadeModuleId: string | null; | ||
isDynamicEntry: boolean; | ||
moduleIds: string[]; | ||
map: SourceMap | null; | ||
sourcemapFileName: string | null; | ||
} | ||
interface RolldownOutput { | ||
output: [ | ||
RolldownOutputChunk, | ||
...(RolldownOutputChunk | RolldownOutputAsset)[] | ||
]; | ||
} | ||
interface RolldownOptions extends InputOptions { | ||
@@ -66,2 +28,2 @@ output?: OutputOptions; | ||
export { InputOptions, OutputOptions, type RolldownOptions, type RolldownOutput, type RolldownOutputChunk, type RolldownOptions as RollupOptions, type RolldownOutput as RollupOutput, defineConfig, experimental_scan, rolldown }; | ||
export { InputOptions, OutputOptions, type RolldownOptions, RolldownOutput, type RolldownOptions as RollupOptions, RolldownOutput as RollupOutput, defineConfig, experimental_scan, rolldown }; |
@@ -1,2 +0,2 @@ | ||
import { P as Plugin, M as MaybePromise } from './shared/rolldown.f42c3ba6.js'; | ||
import { P as Plugin, M as MaybePromise } from './shared/rolldown.ee2404c2.js'; | ||
@@ -3,0 +3,0 @@ type ParallelPluginImplementation = Plugin; |
{ | ||
"name": "rolldown", | ||
"version": "0.10.2-snapshot-015c243-20240419134615", | ||
"version": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", | ||
@@ -81,3 +81,5 @@ "homepage": "https://rolldown.rs/", | ||
"emnapi": "^1.1.1", | ||
"execa": "^8.0.1", | ||
"glob": "^10.3.10", | ||
"mri": "^1.2.0", | ||
"npm-run-all2": "^6.1.2", | ||
@@ -89,16 +91,17 @@ "rollup": "^4.12.1", | ||
"vitest": "^1.3.1", | ||
"rolldown": "0.10.2-snapshot-015c243-20240419134615" | ||
"why-is-node-running": "^2.2.2", | ||
"rolldown": "0.10.2-snapshot-3ee1010-20240506002527" | ||
}, | ||
"optionalDependencies": { | ||
"@rolldown/binding-darwin-x64": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-darwin-arm64": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-linux-x64-musl": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-wasm32-wasi": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.2-snapshot-015c243-20240419134615", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.2-snapshot-015c243-20240419134615" | ||
"@rolldown/binding-darwin-x64": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-darwin-arm64": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-linux-x64-musl": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-wasm32-wasi": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.2-snapshot-3ee1010-20240506002527", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.2-snapshot-3ee1010-20240506002527" | ||
}, | ||
@@ -105,0 +108,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1102079
8785
17