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
;
decorators
?:
null
|
Decorator
[]
;
end
?:
null
|
number
;
extra
?:
Record
<
string
,
unknown
>
;
id
?:
null
|
Identifier
;
implements
?:
null
|
(
ClassImplements
|
TSExpressionWithTypeArguments
)
[]
;
innerComments
?:
null
|
Comment
[]
;
leadingComments
?:
null
|
Comment
[]
;
loc
?:
null
|
SourceLocation
;
mixins
?:
null
|
InterfaceExtends
;
range
?:
[
number
,
number
]
;
start
?:
null
|
number
;
superClass
?:
null
|
Expression
;
superTypeParameters
?:
null
|
TSTypeParameterInstantiation
|
TypeParameterInstantiation
;
trailingComments
?:
null
|
Comment
[]
;
type
:
"ClassExpression"
;
typeParameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
|
TypeParameterDeclaration
;
}
Hierarchy (
view full
)
BaseNode
ClassExpression
Index
Properties
body
decorators?
end?
extra?
id?
implements?
inner
Comments?
leading
Comments?
loc?
mixins?
range?
start?
super
Class?
super
Type
Parameters?
trailing
Comments?
type
type
Parameters?
Properties
body
body
:
ClassBody
Optional
decorators
decorators
?:
null
|
Decorator
[]
Optional
end
end
?:
null
|
number
Optional
extra
extra
?:
Record
<
string
,
unknown
>
Optional
id
id
?:
null
|
Identifier
Optional
implements
implements
?:
null
|
(
ClassImplements
|
TSExpressionWithTypeArguments
)
[]
Optional
inner
Comments
inner
Comments
?:
null
|
Comment
[]
Optional
leading
Comments
leading
Comments
?:
null
|
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
mixins
mixins
?:
null
|
InterfaceExtends
Optional
range
range
?:
[
number
,
number
]
Optional
start
start
?:
null
|
number
Optional
super
Class
super
Class
?:
null
|
Expression
Optional
super
Type
Parameters
super
Type
Parameters
?:
null
|
TSTypeParameterInstantiation
|
TypeParameterInstantiation
Optional
trailing
Comments
trailing
Comments
?:
null
|
Comment
[]
type
type
:
"ClassExpression"
Optional
type
Parameters
type
Parameters
?:
null
|
Noop
|
TSTypeParameterDeclaration
|
TypeParameterDeclaration
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
decorators
end
extra
id
implements
inner
Comments
leading
Comments
loc
mixins
range
start
super
Class
super
Type
Parameters
trailing
Comments
type
type
Parameters
Astro Node.js Fastify adapter - v0.0.12
Loading...