KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ResolverObject
Interface ResolverObject
interface
ResolverObject
{
buildStart
?:
ObjectHook
<
(
this
:
PluginContext
,
...
parameters
:
[
options
:
NormalizedInputOptions
]
,
)
=>
void
|
Promise
<
void
>
,
{
sequential
?:
boolean
}
,
>
;
resolveId
:
(
this
:
PluginContext
,
...
parameters
:
[
source
:
string
,
importer
:
string
,
options
:
{
attributes
:
Record
<
string
,
string
>
;
custom
?:
CustomPluginOptions
;
isEntry
:
boolean
;
}
,
]
,
)
=>
ResolveIdResult
|
Promise
<
ResolveIdResult
>
;
}
Index
Properties
build
Start?
resolve
Id
Properties
Optional
build
Start
buildStart
?:
ObjectHook
<
(
this
:
PluginContext
,
...
parameters
:
[
options
:
NormalizedInputOptions
]
,
)
=>
void
|
Promise
<
void
>
,
{
sequential
?:
boolean
}
,
>
resolve
Id
resolveId
:
(
this
:
PluginContext
,
...
parameters
:
[
source
:
string
,
importer
:
string
,
options
:
{
attributes
:
Record
<
string
,
string
>
;
custom
?:
CustomPluginOptions
;
isEntry
:
boolean
;
}
,
]
,
)
=>
ResolveIdResult
|
Promise
<
ResolveIdResult
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
build
Start
resolve
Id
Github
KC's Workspace
Loading...