renamed "expressionwithtypearguments" to "expression_with_type_arguments"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:57 +02:00
parent 334bbd83a8
commit e5e8951b20
3 changed files with 3 additions and 3 deletions

View File

@@ -1098,7 +1098,7 @@ class ConditionalTypeScope extends @conditionaltypescope, Scope {
* In the above example, `List` is a concrete expression, `string` is a type annotation, * In the above example, `List` is a concrete expression, `string` is a type annotation,
* and `List<string>` is thus an expression with type arguments. * and `List<string>` is thus an expression with type arguments.
*/ */
class ExpressionWithTypeArguments extends @expressionwithtypearguments, Expr { class ExpressionWithTypeArguments extends @expression_with_type_arguments, Expr {
/** /**
* Gets the expression, such as `List` in `List<string>`. * Gets the expression, such as `List` in `List<string>`.
* *

View File

@@ -335,7 +335,7 @@ case @expr.kind of
| 97 = @bindexpr | 97 = @bindexpr
| 98 = @externalmodulereference | 98 = @externalmodulereference
| 99 = @dynamicimport | 99 = @dynamicimport
| 100 = @expressionwithtypearguments | 100 = @expression_with_type_arguments
| 101 = @prefixtypeassertion | 101 = @prefixtypeassertion
| 102 = @astypeassertion | 102 = @astypeassertion
| 103 = @export_varaccess | 103 = @export_varaccess

View File

@@ -578,7 +578,7 @@
<v>5</v> <v>5</v>
</e> </e>
<e> <e>
<k>@expressionwithtypearguments</k> <k>@expression_with_type_arguments</k>
<v>45</v> <v>45</v>
</e> </e>
<e> <e>