KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
ImportExpression
Interface ImportExpression
interface
ImportExpression
{
end
:
number
;
options
:
Expression
|
null
;
parent
?:
Node
;
phase
:
ImportPhase
|
null
;
range
?:
[
number
,
number
]
;
source
:
Expression
;
start
:
number
;
type
:
"ImportExpression"
;
}
Hierarchy (
View Summary
)
Span
ImportExpression
Index
Properties
end
options
parent?
phase
range?
source
start
type
Properties
end
end
:
number
options
options
:
Expression
|
null
Optional
parent
parent
?:
Node
phase
phase
:
ImportPhase
|
null
Optional
range
range
?:
[
number
,
number
]
source
source
:
Expression
start
start
:
number
type
type
:
"ImportExpression"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
end
options
parent
phase
range
source
start
type
Github
KC's Workspace
Loading...