mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "isES2015Module" to "is_es2015_module"
This commit is contained in:
@@ -128,7 +128,7 @@ case @toplevel.kind of
|
||||
|
||||
is_module (int tl: @toplevel ref);
|
||||
is_nodejs (int tl: @toplevel ref);
|
||||
isES2015Module (int tl: @toplevel ref);
|
||||
is_es2015_module (int tl: @toplevel ref);
|
||||
isClosureModule (int tl: @toplevel ref);
|
||||
|
||||
// statements
|
||||
|
||||
Reference in New Issue
Block a user