KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ImportExpression
Interface ImportExpression
interface
ImportExpression
{
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
options
?:
Expression
|
null
;
range
?:
[
number
,
number
]
;
source
:
Expression
;
trailingComments
?:
Comment
[]
;
type
:
"ImportExpression"
;
}
Hierarchy (
View Summary
)
BaseExpression
ImportExpression
Index
Properties
leading
Comments?
loc?
options?
range?
source
trailing
Comments?
type
Properties
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
Optional
options
options
?:
Expression
|
null
Optional
range
range
?:
[
number
,
number
]
source
source
:
Expression
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"ImportExpression"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
leading
Comments
loc
options
range
source
trailing
Comments
type
Github
KC's Workspace
Loading...