KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
RollupBuild
Interface RollupBuild
interface
RollupBuild
{
cache
:
RollupCache
|
undefined
;
close
:
()
=>
Promise
<
void
>
;
closed
:
boolean
;
generate
:
(
outputOptions
:
OutputOptions
)
=>
Promise
<
RollupOutput
>
;
getTimings
?:
()
=>
SerializedTimings
;
watchFiles
:
string
[]
;
write
:
(
options
:
OutputOptions
)
=>
Promise
<
RollupOutput
>
;
"[asyncDispose]"
()
:
Promise
<
void
>
;
}
Index
Properties
cache
close
closed
generate
get
Timings?
watch
Files
write
Methods
[async
Dispose]
Properties
cache
cache
:
RollupCache
|
undefined
close
close
:
()
=>
Promise
<
void
>
closed
closed
:
boolean
generate
generate
:
(
outputOptions
:
OutputOptions
)
=>
Promise
<
RollupOutput
>
Optional
get
Timings
getTimings
?:
()
=>
SerializedTimings
watch
Files
watchFiles
:
string
[]
write
write
:
(
options
:
OutputOptions
)
=>
Promise
<
RollupOutput
>
Methods
[async
Dispose]
"[asyncDispose]"
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
cache
close
closed
generate
get
Timings
watch
Files
write
Methods
[async
Dispose]
Github
KC's Workspace
Loading...