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