mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "declarablenode" to "declarable_node"
This commit is contained in:
@@ -200,8 +200,8 @@ case @stmt.kind of
|
||||
|
||||
is_instantiated(unique int decl: @namespacedeclaration ref);
|
||||
|
||||
@declarablenode = @declstmt | @namespacedeclaration | @classdeclstmt | @functiondeclstmt | @enumdeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration | @field;
|
||||
has_declare_keyword(unique int stmt: @declarablenode ref);
|
||||
@declarable_node = @declstmt | @namespacedeclaration | @classdeclstmt | @functiondeclstmt | @enumdeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration | @field;
|
||||
has_declare_keyword(unique int stmt: @declarable_node ref);
|
||||
|
||||
is_for_await_of(unique int forof: @forofstmt ref);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user