renamed "templateelement" to "template_element"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:20 +02:00
parent 2edf0b248b
commit cd879a6445
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class TemplateLiteral extends Expr, @template_literal {
* `Hello, ${user.name}!` // "Hello, " and "!" are constant template elements
* ```
*/
class TemplateElement extends Expr, @templateelement {
class TemplateElement extends Expr, @template_element {
/**
* Holds if this template element has a "cooked" value.
*

View File

@@ -307,7 +307,7 @@ case @expr.kind of
| 69 = @yield_expr
| 70 = @tagged_template_expr
| 71 = @template_literal
| 72 = @templateelement
| 72 = @template_element
| 73 = @arraycomprehensionexpr
| 74 = @generatorexpr
| 75 = @forincomprehensionblock

View File

@@ -486,7 +486,7 @@
<v>408</v>
</e>
<e>
<k>@templateelement</k>
<k>@template_element</k>
<v>639</v>
</e>
<e>