Comparing version 0.10.2-snapshot-a031226-20240418002532 to 0.10.2-snapshot-dd08768-20240423002454
@@ -1,3 +0,3 @@ | ||
import { I as InputOptions, O as OutputOptions } from './shared/rolldown.1ea1dc1e.js'; | ||
export { D as DefineParallelPluginResult, P as Plugin, d as defineParallelPlugin } from './shared/rolldown.1ea1dc1e.js'; | ||
import { I as InputOptions, O as OutputOptions } from './shared/rolldown.12ab5cb4.js'; | ||
export { D as DefineParallelPluginResult, P as Plugin, d as defineParallelPlugin } from './shared/rolldown.12ab5cb4.js'; | ||
@@ -4,0 +4,0 @@ interface RenderedModule { |
@@ -1,2 +0,2 @@ | ||
import { P as Plugin, M as MaybePromise } from './shared/rolldown.1ea1dc1e.js'; | ||
import { P as Plugin, M as MaybePromise } from './shared/rolldown.12ab5cb4.js'; | ||
@@ -3,0 +3,0 @@ type ParallelPluginImplementation = Plugin; |
{ | ||
"name": "rolldown", | ||
"version": "0.10.2-snapshot-a031226-20240418002532", | ||
"version": "0.10.2-snapshot-dd08768-20240423002454", | ||
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", | ||
@@ -67,3 +67,6 @@ "homepage": "https://rolldown.rs/", | ||
"wasm": { | ||
"initialMemory": 16384 | ||
"initialMemory": 16384, | ||
"browser": { | ||
"fs": true | ||
} | ||
}, | ||
@@ -73,4 +76,4 @@ "dtsHeader": "type MaybePromise<T> = T | Promise<T>\ntype Nullable<T> = T | null | undefined\ntype VoidNullable<T = void> = T | null | undefined | void\n" | ||
"devDependencies": { | ||
"@napi-rs/cli": "^3.0.0-alpha.49", | ||
"@napi-rs/wasm-runtime": "^0.1.2", | ||
"@napi-rs/cli": "^3.0.0-alpha.51", | ||
"@napi-rs/wasm-runtime": "^0.2.0", | ||
"citty": "^0.1.6", | ||
@@ -87,16 +90,16 @@ "colorette": "^2.0.20", | ||
"vitest": "^1.3.1", | ||
"rolldown": "0.10.2-snapshot-a031226-20240418002532" | ||
"rolldown": "0.10.2-snapshot-dd08768-20240423002454" | ||
}, | ||
"optionalDependencies": { | ||
"@rolldown/binding-darwin-arm64": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-darwin-x64": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-linux-x64-musl": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-wasm32-wasi": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.2-snapshot-a031226-20240418002532", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.2-snapshot-a031226-20240418002532" | ||
"@rolldown/binding-darwin-arm64": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-darwin-x64": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-linux-x64-musl": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-wasm32-wasi": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.2-snapshot-dd08768-20240423002454", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.2-snapshot-dd08768-20240423002454" | ||
}, | ||
@@ -103,0 +106,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
1036590
8161