KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
RollupWatcherEvent
Type Alias RollupWatcherEvent
RollupWatcherEvent
:
|
{
code
:
"START"
}
|
{
code
:
"BUNDLE_START"
;
input
?:
InputOption
;
output
:
readonly
string
[]
}
|
{
code
:
"BUNDLE_END"
;
duration
:
number
;
input
?:
InputOption
;
output
:
readonly
string
[]
;
result
:
RollupBuild
;
}
|
{
code
:
"END"
}
|
{
code
:
"ERROR"
;
error
:
RollupError
;
result
:
RollupBuild
|
null
}
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...