JS: Really autoformat everything

This commit is contained in:
Asger Feldthaus
2020-03-01 10:33:53 +00:00
parent 228bd73bd2
commit e405a9769c
33 changed files with 81 additions and 101 deletions

View File

@@ -32,9 +32,8 @@ class SampleVersionSink extends DataFlow::Node {
functionName = "m1" and
argNumber = 0
|
this = DataFlow::dependencyModuleImport(dep)
.getAMemberCall(functionName)
.getArgument(argNumber) and
this =
DataFlow::dependencyModuleImport(dep).getAMemberCall(functionName).getArgument(argNumber) and
dep.info(dependencyName, vDep) and
vDep.maybeBetween(vFrom, vTo)
)