mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Autoformat everything
This commit is contained in:
@@ -15,7 +15,8 @@ import javascript
|
||||
from AngularJS::ServiceReference compile, SimpleParameter elem, CallExpr c
|
||||
where
|
||||
compile.getName() = "$compile" and
|
||||
elem = any(AngularJS::CustomDirective d)
|
||||
elem =
|
||||
any(AngularJS::CustomDirective d)
|
||||
.getALinkFunction()
|
||||
.(AngularJS::LinkFunction)
|
||||
.getElementParameter() and
|
||||
|
||||
Reference in New Issue
Block a user