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