add Super node type to ast-types patch

This commit is contained in:
Sebastian McKenzie 2015-05-07 20:11:14 +01:00
parent a1bc0704ab
commit 23ac2319af

View File

@ -33,6 +33,9 @@ def("DoExpression")
.build("body")
.field("body", [def("Statement")]);
def("Super")
.bases("Expression");
def("ExportDefaultDeclaration")
.bases("Declaration")
.build("declaration")