KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ShouldTransformCachedModuleHook
Type Alias ShouldTransformCachedModuleHook
ShouldTransformCachedModuleHook
:
(
this
:
PluginContext
,
options
:
{
ast
:
ProgramNode
;
code
:
string
;
id
:
string
;
meta
:
CustomPluginOptions
;
moduleSideEffects
:
boolean
|
"no-treeshake"
;
resolvedSources
:
ResolvedIdMap
;
syntheticNamedExports
:
boolean
|
string
;
}
,
)
=>
boolean
|
NullValue
Type Declaration
(
this
:
PluginContext
,
options
:
{
ast
:
ProgramNode
;
code
:
string
;
id
:
string
;
meta
:
CustomPluginOptions
;
moduleSideEffects
:
boolean
|
"no-treeshake"
;
resolvedSources
:
ResolvedIdMap
;
syntheticNamedExports
:
boolean
|
string
;
}
,
)
:
boolean
|
NullValue
Parameters
this
:
PluginContext
options
:
{
ast
:
ProgramNode
;
code
:
string
;
id
:
string
;
meta
:
CustomPluginOptions
;
moduleSideEffects
:
boolean
|
"no-treeshake"
;
resolvedSources
:
ResolvedIdMap
;
syntheticNamedExports
:
boolean
|
string
;
}
Returns
boolean
|
NullValue
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...