mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "vardeclstmt" to "var_decl_stmt"
This commit is contained in:
@@ -973,7 +973,7 @@ class DeclStmt extends @declstmt, Stmt {
|
||||
* var count = 0;
|
||||
* ```
|
||||
*/
|
||||
class VarDeclStmt extends @vardeclstmt, DeclStmt { }
|
||||
class VarDeclStmt extends @var_decl_stmt, DeclStmt { }
|
||||
|
||||
/**
|
||||
* A `const` declaration statement.
|
||||
|
||||
@@ -167,7 +167,7 @@ case @stmt.kind of
|
||||
| 15 = @for_in_stmt
|
||||
| 16 = @debugger_stmt
|
||||
| 17 = @function_decl_stmt
|
||||
| 18 = @vardeclstmt
|
||||
| 18 = @var_decl_stmt
|
||||
| 19 = @case
|
||||
| 20 = @catchclause
|
||||
| 21 = @forofstmt
|
||||
@@ -191,7 +191,7 @@ case @stmt.kind of
|
||||
| 39 = @global_augmentation_declaration
|
||||
;
|
||||
|
||||
@declstmt = @vardeclstmt | @constdeclstmt | @letstmt | @legacy_letstmt;
|
||||
@declstmt = @var_decl_stmt | @constdeclstmt | @letstmt | @legacy_letstmt;
|
||||
|
||||
@exportdeclaration = @exportalldeclaration | @exportdefaultdeclaration | @exportnameddeclaration;
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
<v>16771</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@vardeclstmt</k>
|
||||
<k>@var_decl_stmt</k>
|
||||
<v>105606</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user