Files
codeql/javascript/ql/test/library-tests/frameworks/AngularJS/dependency-resolution/DependencyResolution.ql
Anders Schack-Mulligen e58094c732 Javascript: Autoformat.
2019-01-11 11:02:42 +01:00

7 lines
230 B
Plaintext

import javascript
private import AngularJS
from InjectableFunction f, CustomServiceReference s, CustomServiceDefinition custom
where s = f.getAResolvedDependency(_) and s = custom.getServiceReference()
select f, custom.getName()