renamed "bindexpr" to "bind_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:35 +02:00
parent 1fa3e4d2f1
commit dec030558a
3 changed files with 3 additions and 3 deletions

View File

@@ -2672,7 +2672,7 @@ class Decoratable extends ASTNode {
* ::b.f * ::b.f
* ``` * ```
*/ */
class FunctionBindExpr extends @bindexpr, Expr { class FunctionBindExpr extends @bind_expr, Expr {
/** /**
* Gets the object of this function bind expression; undefined for * Gets the object of this function bind expression; undefined for
* expressions of the form `::b.f`. * expressions of the form `::b.f`.

View File

@@ -332,7 +332,7 @@ case @expr.kind of
| 94 = @decorator | 94 = @decorator
| 95 = @export_default_specifier | 95 = @export_default_specifier
| 96 = @export_namespace_specifier | 96 = @export_namespace_specifier
| 97 = @bindexpr | 97 = @bind_expr
| 98 = @externalmodulereference | 98 = @externalmodulereference
| 99 = @dynamicimport | 99 = @dynamicimport
| 100 = @expression_with_type_arguments | 100 = @expression_with_type_arguments

View File

@@ -1394,7 +1394,7 @@
<v>100</v> <v>100</v>
</e> </e>
<e> <e>
<k>@bindexpr</k> <k>@bind_expr</k>
<v>100</v> <v>100</v>
</e> </e>
<e> <e>