mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
JS: Autoformat
This commit is contained in:
@@ -4,10 +4,6 @@ query ClassDefinition classDeclaration() { any() }
|
|||||||
|
|
||||||
query Type exprType(Expr e) { result = e.getType() }
|
query Type exprType(Expr e) { result = e.getType() }
|
||||||
|
|
||||||
query predicate symbols(Module mod, CanonicalName name) {
|
query predicate symbols(Module mod, CanonicalName name) { ast_node_symbol(mod, name) }
|
||||||
ast_node_symbol(mod, name)
|
|
||||||
}
|
|
||||||
|
|
||||||
query predicate importTarget(Import imprt, Module mod) {
|
query predicate importTarget(Import imprt, Module mod) { imprt.getImportedModule() = mod }
|
||||||
imprt.getImportedModule() = mod
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user