mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "bindexpr" to "bind_expr"
This commit is contained in:
@@ -2672,7 +2672,7 @@ class Decoratable extends ASTNode {
|
||||
* ::b.f
|
||||
* ```
|
||||
*/
|
||||
class FunctionBindExpr extends @bindexpr, Expr {
|
||||
class FunctionBindExpr extends @bind_expr, Expr {
|
||||
/**
|
||||
* Gets the object of this function bind expression; undefined for
|
||||
* expressions of the form `::b.f`.
|
||||
|
||||
@@ -332,7 +332,7 @@ case @expr.kind of
|
||||
| 94 = @decorator
|
||||
| 95 = @export_default_specifier
|
||||
| 96 = @export_namespace_specifier
|
||||
| 97 = @bindexpr
|
||||
| 97 = @bind_expr
|
||||
| 98 = @externalmodulereference
|
||||
| 99 = @dynamicimport
|
||||
| 100 = @expression_with_type_arguments
|
||||
|
||||
@@ -1394,7 +1394,7 @@
|
||||
<v>100</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@bindexpr</k>
|
||||
<k>@bind_expr</k>
|
||||
<v>100</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user