ESTree.CatchClause
SourceTypes ↑
t :: %ESTree.CatchClause{type: binary, loc: ESTree.SourceLocation.t | nil, param: ESTree.Pattern.t, body: ESTree.BlockStatement.t}
t :: %ESTree.CatchClause{type: binary, loc: ESTree.SourceLocation.t | nil, param: ESTree.Pattern.t, body: ESTree.BlockStatement.t}