Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-print
_internal/shared
<internal>
ImportDeclaration
Interface ImportDeclaration
interface
ImportDeclaration
{
leadingComments
?:
Comment
[]
;
loc
?:
null
|
SourceLocation
;
range
?:
[
number
,
number
]
;
source
:
Literal
;
specifiers
:
(
ImportSpecifier
|
ImportDefaultSpecifier
|
ImportNamespaceSpecifier
)
[]
;
trailingComments
?:
Comment
[]
;
type
:
"ImportDeclaration"
;
}
Hierarchy (
View Summary
)
BaseModuleDeclaration
ImportDeclaration
Index
Properties
leading
Comments?
loc?
range?
source
specifiers
trailing
Comments?
type
Properties
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
null
|
SourceLocation
Optional
range
range
?:
[
number
,
number
]
source
source
:
Literal
specifiers
specifiers
:
(
ImportSpecifier
|
ImportDefaultSpecifier
|
ImportNamespaceSpecifier
)
[]
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ImportDeclaration"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
leading
Comments
loc
range
source
specifiers
trailing
Comments
type
Documentation
Loading...