UNPKG

rolldown

Version:

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

8 lines (7 loc) 291 B
import type { InputOptions } from '../options/input-options'; /** * This is an experimental API. It's behavior may change in the future. * * Calling this API will only execute the scan stage of rolldown. */ export declare const experimental_scan: (input: InputOptions) => Promise<void>;