KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ImportDeclaration
Interface ImportDeclaration
interface
ImportDeclaration
{
attributes
:
ImportAttribute
[]
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
range
?:
[
number
,
number
]
;
source
:
Literal
;
specifiers
:
(
ImportSpecifier
|
ImportDefaultSpecifier
|
ImportNamespaceSpecifier
)
[]
;
trailingComments
?:
Comment
[]
;
type
:
"ImportDeclaration"
;
}
Hierarchy (
View Summary
)
BaseModuleDeclaration
ImportDeclaration
Index
Properties
attributes
leading
Comments?
loc?
range?
source
specifiers
trailing
Comments?
type
Properties
attributes
attributes
:
ImportAttribute
[]
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
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
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attributes
leading
Comments
loc
range
source
specifiers
trailing
Comments
type
Github
KC's Workspace
Loading...