KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ResolverObject
Interface ResolverObject
interface
ResolverObject
{
buildStart
?:
(
this
:
PluginContext
,
options
:
NormalizedInputOptions
,
)
=>
void
;
resolveId
:
(
this
:
PluginContext
,
source
:
string
,
importer
:
string
|
undefined
,
extraOptions
:
{
custom
?:
CustomPluginOptions
;
isEntry
:
boolean
;
kind
:
|
"import-statement"
|
"dynamic-import"
|
"require-call"
|
"import-rule"
|
"url-token"
|
"new-url"
|
"hot-accept"
;
}
,
)
=>
undefined
|
null
|
string
|
false
|
void
|
PartialResolvedId
;
}
Index
Properties
build
Start?
resolve
Id
Properties
Optional
build
Start
buildStart
?:
(
this
:
PluginContext
,
options
:
NormalizedInputOptions
)
=>
void
resolve
Id
resolveId
:
(
this
:
PluginContext
,
source
:
string
,
importer
:
string
|
undefined
,
extraOptions
:
{
custom
?:
CustomPluginOptions
;
isEntry
:
boolean
;
kind
:
|
"import-statement"
|
"dynamic-import"
|
"require-call"
|
"import-rule"
|
"url-token"
|
"new-url"
|
"hot-accept"
;
}
,
)
=>
undefined
|
null
|
string
|
false
|
void
|
PartialResolvedId
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...