svelte-ast-print - v0.6.0
Preparing search index...
svelte-ast-print/template
<internal>
BaseNode
Interface BaseNode
interface
BaseNode
{
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
trailingComments
?:
Comment
[]
;
type
:
string
;
}
Hierarchy (
View Summary
)
BaseNodeWithoutComments
BaseNode
Program
Identifier
VariableDeclarator
Directive
BaseExpression
BasePattern
Super
PrivateIdentifier
SpreadElement
Property
BaseFunction
SimpleLiteral
RegExpLiteral
BigIntLiteral
BaseStatement
BaseClass
ClassBody
TemplateElement
BaseModuleDeclaration
ImportAttribute
SwitchCase
CatchClause
MethodDefinition
PropertyDefinition
BaseModuleSpecifier
Index
Properties
leading
Comments?
loc?
range?
trailing
Comments?
type
Properties
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
leading
Comments
loc
range
trailing
Comments
type
svelte-ast-print - v0.6.0
Loading...