KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
Property
Interface Property
interface
Property
{
computed
:
boolean
;
key
:
Expression
|
PrivateIdentifier
;
kind
:
"init"
|
"get"
|
"set"
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
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
?:
SourceLocation
|
null
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
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
computed
key
kind
leading
Comments
loc
method
range
shorthand
trailing
Comments
type
value
Github
KC's Workspace
Loading...