mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46: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 predicate symbols(Module mod, CanonicalName name) {
|
||||
ast_node_symbol(mod, name)
|
||||
}
|
||||
query predicate symbols(Module mod, CanonicalName name) { ast_node_symbol(mod, name) }
|
||||
|
||||
query predicate importTarget(Import imprt, Module mod) {
|
||||
imprt.getImportedModule() = mod
|
||||
}
|
||||
query predicate importTarget(Import imprt, Module mod) { imprt.getImportedModule() = mod }
|
||||
|
||||
Reference in New Issue
Block a user