Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
Program
Interface Program
interface
Program
{
body
:
Statement
[]
;
directives
:
Directive
[]
;
end
?:
null
|
number
;
extra
?:
Record
<
string
,
unknown
>
;
innerComments
?:
null
|
Comment
[]
;
interpreter
?:
null
|
InterpreterDirective
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
sourceType
:
"module"
|
"script"
;
start
?:
null
|
number
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"Program"
;
}
Hierarchy (
view full
)
BaseNode
Program
Index
Properties
body
directives
end?
extra?
inner
Comments?
interpreter?
leading
Comments?
loc?
range?
source
Type
start?
trailing
Comments?
type
Properties
body
body
:
Statement
[]
directives
directives
:
Directive
[]
Optional
end
end
?:
null
|
number
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
interpreter
interpreter
?:
null
|
InterpreterDirective
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
source
Type
source
Type
:
"module"
|
"script"
Optional
start
start
?:
null
|
number
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"Program"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
directives
end
extra
inner
Comments
interpreter
leading
Comments
loc
range
source
Type
start
trailing
Comments
type
Astro Node.js Fastify adapter - v0.0.12
Loading...