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