Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
RenderChunkHook
Type alias RenderChunkHook
Render
Chunk
Hook
:
(
(
this
,
code
,
chunk
,
options
,
meta
)
=>
{
code
:
string
;
map
?:
SourceMapInput
;
}
|
string
|
NullValue
)
Type declaration
(
this
,
code
,
chunk
,
options
,
meta
)
:
{
code
:
string
;
map
?:
SourceMapInput
;
}
|
string
|
NullValue
Parameters
this
:
PluginContext
code
:
string
chunk
:
RenderedChunk
options
:
NormalizedOutputOptions
meta
:
{
chunks
:
Record
<
string
,
RenderedChunk
>
;
}
chunks
:
Record
<
string
,
RenderedChunk
>
Returns
{
code
:
string
;
map
?:
SourceMapInput
;
}
|
string
|
NullValue
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...