ESTree.CatchClause

Summary

Types

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