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