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