Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
Program
Interface Program
interface
Program
{
body
:
(
ModuleDeclaration
|
Statement
|
Directive
)
[]
;
comments
?:
Comment
[]
;
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
sourceType
:
"module"
|
"script"
;
trailingComments
?:
Comment
[]
;
type
:
"Program"
;
}
Hierarchy (
View Summary
)
BaseNode
Program
Index
Properties
body
comments?
leading
Comments?
loc?
range?
source
Type
trailing
Comments?
type
Properties
body
body
:
(
ModuleDeclaration
|
Statement
|
Directive
)
[]
Optional
comments
comments
?:
Comment
[]
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
source
Type
sourceType
:
"module"
|
"script"
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"Program"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
comments
leading
Comments
loc
range
source
Type
trailing
Comments
type
Documentation
Loading...