renamed "newtargetexpr" to "newtarget_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:26 +02:00
parent a3f2c8f234
commit 2e0d886d2b
4 changed files with 4 additions and 4 deletions

View File

@@ -317,7 +317,7 @@ case @expr.kind of
| 79 = @proper_varaccess
| 80 = @class_expr
| 81 = @super_expr
| 82 = @newtargetexpr
| 82 = @newtarget_expr
| 83 = @namedimportspecifier
| 84 = @importdefaultspecifier
| 85 = @importnamespacespecifier