Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ClassExpression
Interface ClassExpression
interface
ClassExpression
{
body
:
ClassBody
;
id
?:
null
|
Identifier
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
superClass
?:
null
|
Expression
;
trailingComments
?:
Comment
[]
;
type
:
"ClassExpression"
;
}
Hierarchy (
view full
)
BaseClass
BaseExpression
ClassExpression
Index
Properties
body
id?
leading
Comments?
loc?
range?
super
Class?
trailing
Comments?
type
Properties
body
body
:
ClassBody
Optional
id
id
?:
null
|
Identifier
Optional
leading
Comments
leading
Comments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
super
Class
super
Class
?:
null
|
Expression
Optional
trailing
Comments
trailing
Comments
?:
Comment
[]
type
type
:
"ClassExpression"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
id
leading
Comments
loc
range
super
Class
trailing
Comments
type
Astro Node.js Fastify adapter - v0.0.12
Loading...