Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-build
attribute
<internal>
UnaryExpression
Interface UnaryExpression
interface
UnaryExpression
{
argument
:
Expression
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
operator
:
UnaryOperator
;
prefix
:
true
;
range
?:
[
number
,
number
]
;
trailingComments
?:
Comment
[]
;
type
:
"UnaryExpression"
;
}
Hierarchy (
View Summary
)
BaseExpression
UnaryExpression
Index
Properties
argument
leading
Comments?
loc?
operator
prefix
range?
trailing
Comments?
type
Properties
argument
argument
:
Expression
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
operator
operator
:
UnaryOperator
prefix
prefix
:
true
Optional
range
range
?:
[
number
,
number
]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"UnaryExpression"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
argument
leading
Comments
loc
operator
prefix
range
trailing
Comments
type
Documentation
Loading...