renamed "taggedtemplateexpr" to "tagged_template_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:18 +02:00
parent 6372819684
commit 16a79a2f03
3 changed files with 3 additions and 3 deletions

View File

@@ -305,7 +305,7 @@ case @expr.kind of
| 67 = @array_pattern
| 68 = @object_pattern
| 69 = @yield_expr
| 70 = @taggedtemplateexpr
| 70 = @tagged_template_expr
| 71 = @templateliteral
| 72 = @templateelement
| 73 = @arraycomprehensionexpr