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