mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Javascript: Autoformat.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import javascript
|
||||
|
||||
from LocalVariable v, DataFlow::CallNode nd
|
||||
where nd = AngularJS::moduleRef(_) and
|
||||
nd.flowsToExpr(v.getAnAssignedExpr())
|
||||
where
|
||||
nd = AngularJS::moduleRef(_) and
|
||||
nd.flowsToExpr(v.getAnAssignedExpr())
|
||||
select v
|
||||
|
||||
Reference in New Issue
Block a user