KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
RenderChunkHook
Type Alias RenderChunkHook
RenderChunkHook
:
(
this
:
PluginContext
,
code
:
string
,
chunk
:
RenderedChunk
,
options
:
NormalizedOutputOptions
,
meta
:
{
chunks
:
Record
<
string
,
RenderedChunk
>
}
,
)
=>
{
code
:
string
;
map
?:
SourceMapInput
}
|
string
|
NullValue
Type Declaration
(
this
:
PluginContext
,
code
:
string
,
chunk
:
RenderedChunk
,
options
:
NormalizedOutputOptions
,
meta
:
{
chunks
:
Record
<
string
,
RenderedChunk
>
}
,
)
:
{
code
:
string
;
map
?:
SourceMapInput
}
|
string
|
NullValue
Parameters
this
:
PluginContext
code
:
string
chunk
:
RenderedChunk
options
:
NormalizedOutputOptions
meta
:
{
chunks
:
Record
<
string
,
RenderedChunk
>
}
Returns
{
code
:
string
;
map
?:
SourceMapInput
}
|
string
|
NullValue
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...