add Super node type to ast-types patch
This commit is contained in:
parent
c3a08d413f
commit
77aeebe2a8
@ -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