Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
Property
Interface Property
interface
Property
{
computed
:
boolean
;
key
:
Expression
|
PrivateIdentifier
;
kind
:
"init"
|
"get"
|
"set"
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
method
:
boolean
;
range
?:
[
number
,
number
]
;
shorthand
:
boolean
;
trailingComments
?:
Comment
[]
;
type
:
"Property"
;
value
:
|
ClassExpression
|
Identifier
|
SimpleLiteral
|
RegExpLiteral
|
BigIntLiteral
|
ArrayExpression
|
ArrowFunctionExpression
|
AssignmentExpression
|
AwaitExpression
|
BinaryExpression
|
SimpleCallExpression
|
NewExpression
|
ChainExpression
|
ConditionalExpression
|
FunctionExpression
|
ImportExpression
|
LogicalExpression
|
MemberExpression
|
MetaProperty
|
ObjectExpression
|
SequenceExpression
|
TaggedTemplateExpression
|
TemplateLiteral
|
ThisExpression
|
UnaryExpression
|
UpdateExpression
|
YieldExpression
|
ObjectPattern
|
ArrayPattern
|
RestElement
|
AssignmentPattern
;
}
Hierarchy (
View Summary
)
BaseNode
Property
AssignmentProperty
Index
Properties
computed
key
kind
leading
Comments?
loc?
method
range?
shorthand
trailing
Comments?
type
value
Properties
computed
computed
:
boolean
key
key
:
Expression
|
PrivateIdentifier
kind
kind
:
"init"
|
"get"
|
"set"
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
method
method
:
boolean
Optional
range
range
?:
[
number
,
number
]
shorthand
shorthand
:
boolean
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"Property"
value
value
:
|
ClassExpression
|
Identifier
|
SimpleLiteral
|
RegExpLiteral
|
BigIntLiteral
|
ArrayExpression
|
ArrowFunctionExpression
|
AssignmentExpression
|
AwaitExpression
|
BinaryExpression
|
SimpleCallExpression
|
NewExpression
|
ChainExpression
|
ConditionalExpression
|
FunctionExpression
|
ImportExpression
|
LogicalExpression
|
MemberExpression
|
MetaProperty
|
ObjectExpression
|
SequenceExpression
|
TaggedTemplateExpression
|
TemplateLiteral
|
ThisExpression
|
UnaryExpression
|
UpdateExpression
|
YieldExpression
|
ObjectPattern
|
ArrayPattern
|
RestElement
|
AssignmentPattern
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
computed
key
kind
leading
Comments
loc
method
range
shorthand
trailing
Comments
type
value
Documentation
Loading...