mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Fix import statements
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
import javascript
|
||||
private import Declarations
|
||||
private import Declarations.Declarations
|
||||
|
||||
from VarAccess acc, VarDecl decl, Variable var, StmtContainer sc
|
||||
where
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
import javascript
|
||||
private import Declarations
|
||||
private import Declarations.Declarations
|
||||
|
||||
from Variable v, TopLevel tl, VarDecl decl, VarDecl redecl
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user