ESTree.ClassDeclaration
SourceTypes ↑
t :: %ESTree.ClassDeclaration{type: binary, loc: ESTree.SourceLocation.t | nil, id: ESTree.Identifier.t, body: ESTree.ClassBody.t, superClass: ESTree.Expression.t | nil}
t :: %ESTree.ClassDeclaration{type: binary, loc: ESTree.SourceLocation.t | nil, id: ESTree.Identifier.t, body: ESTree.ClassBody.t, superClass: ESTree.Expression.t | nil}