add support for experimental private abstract references syntax - closes #291
This commit is contained in:
@@ -30,6 +30,11 @@ def("VirtualPropertyExpression")
|
||||
.field("object", def("Expression"))
|
||||
.field("property", or(def("Identifier"), def("Expression")));
|
||||
|
||||
def("PrivateDeclaration")
|
||||
.bases("Declaration")
|
||||
.build("declarations")
|
||||
.field("declarations", [def("Identifier")]);
|
||||
|
||||
// Playground
|
||||
def("BindMemberExpression")
|
||||
.bases("Expression")
|
||||
|
||||
Reference in New Issue
Block a user