Comparing version 0.10.2-snapshot-015c243-20240419134615 to 0.10.2-snapshot-1a9532d-20240508002214
@@ -1,42 +0,5 @@ | ||
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.74cd6d9a.js'; | ||
export { D as DefineParallelPluginResult, P as Plugin, a as RolldownOutputChunk, d as defineParallelPlugin } from './shared/rolldown.74cd6d9a.js'; | ||
import 'zod'; | ||
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 +29,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,3 @@ | ||
import { P as Plugin, M as MaybePromise } from './shared/rolldown.f42c3ba6.js'; | ||
import { P as Plugin, M as MaybePromise } from './shared/rolldown.74cd6d9a.js'; | ||
import 'zod'; | ||
@@ -3,0 +4,0 @@ type ParallelPluginImplementation = Plugin; |
{ | ||
"name": "rolldown", | ||
"version": "0.10.2-snapshot-015c243-20240419134615", | ||
"version": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", | ||
@@ -64,3 +64,3 @@ "homepage": "https://rolldown.rs/", | ||
"aarch64-pc-windows-msvc", | ||
"wasm32-wasi-preview1-threads" | ||
"wasm32-wasip1-threads" | ||
], | ||
@@ -82,24 +82,30 @@ "wasm": { | ||
"emnapi": "^1.1.1", | ||
"execa": "^8.0.1", | ||
"glob": "^10.3.10", | ||
"mri": "^1.2.0", | ||
"npm-run-all2": "^6.1.2", | ||
"rollup": "^4.12.1", | ||
"type-fest": "^4.12.0", | ||
"type-fest": "^4.18.1", | ||
"unbuild": "^2.0.0", | ||
"vite": "^5.1.5", | ||
"vitest": "^1.3.1", | ||
"rolldown": "0.10.2-snapshot-015c243-20240419134615" | ||
"why-is-node-running": "^2.2.2", | ||
"rolldown": "0.10.2-snapshot-1a9532d-20240508002214" | ||
}, | ||
"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-arm64": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-darwin-x64": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-linux-x64-musl": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-wasm32-wasi": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.2-snapshot-1a9532d-20240508002214", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.2-snapshot-1a9532d-20240508002214" | ||
}, | ||
"dependencies": { | ||
"zod": "^3.23.6" | ||
}, | ||
"scripts": { | ||
@@ -110,4 +116,4 @@ "# Scrips for binding #": "_", | ||
"build-binding:release": "pnpm build-binding --release", | ||
"build-binding:wasi": "pnpm build-binding --target wasm32-wasi-preview1-threads", | ||
"build-binding:wasi:release": "pnpm build-binding --profile release-wasi --target wasm32-wasi-preview1-threads", | ||
"build-binding:wasi": "pnpm build-binding --target wasm32-wasip1-threads", | ||
"build-binding:wasi:release": "pnpm build-binding --profile release-wasi --target wasm32-wasip1-threads", | ||
"# Scrips for node #": "_", | ||
@@ -114,0 +120,0 @@ "build-node": "unbuild", |
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
1131567
9062
12
17
+ Addedzod@^3.23.6
+ Added@rolldown/binding-darwin-arm64@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-darwin-x64@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-linux-arm-gnueabihf@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-linux-arm64-gnu@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-linux-arm64-musl@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-linux-x64-gnu@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-linux-x64-musl@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-wasm32-wasi@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-win32-arm64-msvc@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-win32-ia32-msvc@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Added@rolldown/binding-win32-x64-msvc@0.10.2-snapshot-1a9532d-20240508002214(transitive)
+ Addedzod@3.24.1(transitive)
- Removed@rolldown/binding-darwin-arm64@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-darwin-x64@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-linux-arm-gnueabihf@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-linux-arm64-gnu@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-linux-arm64-musl@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-linux-x64-gnu@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-linux-x64-musl@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-wasm32-wasi@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-win32-arm64-msvc@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-win32-ia32-msvc@0.10.2-snapshot-015c243-20240419134615(transitive)
- Removed@rolldown/binding-win32-x64-msvc@0.10.2-snapshot-015c243-20240419134615(transitive)