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