Class: RolldownBuild
Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:623
Constructors
Constructor
new RolldownBuild(inputOptions): RolldownBuild;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:626
Parameters
inputOptions
Returns
RolldownBuild
Properties
asyncRuntimeShutdown
static asyncRuntimeShutdown: boolean;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:625
Accessors
closed
Get Signature
get closed(): boolean;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:627
Returns
boolean
watchFiles
Get Signature
get watchFiles(): Promise<string[]>;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:635
Returns
Promise<string[]>
Methods
[asyncDispose]()
asyncDispose: Promise<void>Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:634
Returns
Promise<void>
close()
close(): Promise<void>;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:633
Close the build and free resources.
Returns
Promise<void>
generate()
generate(outputOptions?): Promise<RolldownOutput>;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:628
Parameters
outputOptions?
Returns
Promise<RolldownOutput>
write()
write(outputOptions?): Promise<RolldownOutput>;Defined in: node_modules/.pnpm/rolldown@1.0.0-beta.57/node_modules/rolldown/dist/shared/define-config-kYHtCO-M.d.mts:629
Parameters
outputOptions?
Returns
Promise<RolldownOutput>