mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "letstmt" to "let_stmt"
This commit is contained in:
@@ -172,7 +172,7 @@ case @stmt.kind of
|
||||
| 20 = @catch_clause
|
||||
| 21 = @for_of_stmt
|
||||
| 22 = @const_decl_stmt
|
||||
| 23 = @letstmt
|
||||
| 23 = @let_stmt
|
||||
| 24 = @legacy_letstmt
|
||||
| 25 = @foreachstmt
|
||||
| 26 = @classdeclstmt
|
||||
@@ -191,7 +191,7 @@ case @stmt.kind of
|
||||
| 39 = @global_augmentation_declaration
|
||||
;
|
||||
|
||||
@declstmt = @var_decl_stmt | @const_decl_stmt | @letstmt | @legacy_letstmt;
|
||||
@declstmt = @var_decl_stmt | @const_decl_stmt | @let_stmt | @legacy_letstmt;
|
||||
|
||||
@exportdeclaration = @exportalldeclaration | @exportdefaultdeclaration | @exportnameddeclaration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user