Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
SourceDescription
Interface SourceDescription
Make all properties in T optional
interface
SourceDescription
{
ast
?:
ProgramNode
;
attributes
?:
null
|
Record
<
string
,
string
>
;
code
:
string
;
map
?:
SourceMapInput
;
meta
?:
null
|
CustomPluginOptions
;
moduleSideEffects
?:
null
|
boolean
|
"no-treeshake"
;
syntheticNamedExports
?:
null
|
string
|
boolean
;
}
Hierarchy (
view full
)
Partial
<
PartialNull
<
ModuleOptions
>
>
SourceDescription
Index
Properties
ast?
attributes?
code
map?
meta?
module
Side
Effects?
synthetic
Named
Exports?
Properties
Optional
ast
ast
?:
ProgramNode
Optional
attributes
attributes
?:
null
|
Record
<
string
,
string
>
code
code
:
string
Optional
map
map
?:
SourceMapInput
Optional
meta
meta
?:
null
|
CustomPluginOptions
Optional
module
Side
Effects
module
Side
Effects
?:
null
|
boolean
|
"no-treeshake"
Optional
synthetic
Named
Exports
synthetic
Named
Exports
?:
null
|
string
|
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
ast
attributes
code
map
meta
module
Side
Effects
synthetic
Named
Exports
Astro Node.js Fastify adapter - v0.0.12
Loading...
Make all properties in T optional