ESTree.ClassExpression

Summary

Types

t :: %ESTree.ClassExpression{type: binary, loc: ESTree.SourceLocation.t | nil, body: ESTree.ClassBody.t, superClass: ESTree.Expression.t | nil}