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