add Super node type to ast-types patch
This commit is contained in:
parent
a1bc0704ab
commit
23ac2319af
@ -33,6 +33,9 @@ def("DoExpression")
|
||||
.build("body")
|
||||
.field("body", [def("Statement")]);
|
||||
|
||||
def("Super")
|
||||
.bases("Expression");
|
||||
|
||||
def("ExportDefaultDeclaration")
|
||||
.bases("Declaration")
|
||||
.build("declaration")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user