Skip to content

Interface: RolldownBuild

Accessors

closed

Get Signature

get closed(): boolean

Returns

boolean


watchFiles

Get Signature

get watchFiles(): Promise<string[]>

Returns

Promise<string[]>

Methods

[asyncDispose]()

[asyncDispose](): Promise<void>

Returns

Promise<void>


close()

close(): Promise<void>

Close the build and free resources.

Returns

Promise<void>


generate()

generate(outputOptions): Promise<RolldownOutput>

Parameters

outputOptions

OutputOptions = {}

Returns

Promise<RolldownOutput>


write()

write(outputOptions): Promise<RolldownOutput>

Parameters

outputOptions

OutputOptions = {}

Returns

Promise<RolldownOutput>

Released under the MIT License.