ESTree.TryStatement

Source

Types

t :: %ESTree.TryStatement{type: binary, loc: ESTree.SourceLocation.t | nil, block: ESTree.BlockStatement.t, handler: ESTree.CaseClause.t | nil, guardedHandlers: [ESTree.CaseClause.t], finalizer: ESTree.BlockStatement.t | nil}