Comparing version 1.0.0-beta.3-commit.794a63d to 1.0.0-beta.3-commit.8ac5268
@@ -309,2 +309,3 @@ type MaybePromise<T> = T | Promise<T> | ||
resolveNewUrlToAsset?: boolean | ||
developmentMode?: boolean | ||
} | ||
@@ -311,0 +312,0 @@ |
@@ -78,2 +78,3 @@ import type { RolldownPluginOption } from '../plugin'; | ||
resolveNewUrlToAsset?: boolean; | ||
developmentMode?: boolean; | ||
}; | ||
@@ -80,0 +81,0 @@ /** |
@@ -43,2 +43,3 @@ import { BindingLogLevel } from '../binding'; | ||
resolveNewUrlToAsset: inputOptions.experimental?.resolveNewUrlToAsset, | ||
developmentMode: inputOptions.experimental?.developmentMode, | ||
}, | ||
@@ -45,0 +46,0 @@ profilerNames: inputOptions?.profilerNames, |
@@ -109,2 +109,3 @@ import * as v from 'valibot'; | ||
strictExecutionOrder: v.optional(v.boolean()), | ||
developmentMode: v.optional(v.boolean()), | ||
})), | ||
@@ -111,0 +112,0 @@ define: v.pipe(v.optional(v.record(v.string(), v.string())), v.description('Define global variables')), |
{ | ||
"name": "rolldown", | ||
"version": "1.0.0-beta.3-commit.794a63d", | ||
"version": "1.0.0-beta.3-commit.8ac5268", | ||
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", | ||
@@ -126,17 +126,17 @@ "homepage": "https://rolldown.rs/", | ||
"@rolldown/testing": "0.0.1", | ||
"rolldown": "1.0.0-beta.3-commit.794a63d" | ||
"rolldown": "1.0.0-beta.3-commit.8ac5268" | ||
}, | ||
"optionalDependencies": { | ||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-darwin-x64": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.3-commit.794a63d", | ||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.794a63d" | ||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-darwin-x64": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.3-commit.8ac5268", | ||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.3-commit.8ac5268" | ||
}, | ||
@@ -143,0 +143,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
769718
19391