JavaScript: Fix semantic merge conflict.

https://github.com/Semmle/ql/pull/1621 vs https://github.com/Semmle/ql/pull/1613
This commit is contained in:
Max Schaefer
2019-07-30 12:34:30 +01:00
parent 0f9a286284
commit 7b3c835bc6

View File

@@ -62,7 +62,7 @@ module GlobalAccessPath {
result = acc.getClosureNamespace()
)
or
exists(DataFlow::PropertyProjection proj | node = proj |
exists(PropertyProjection proj | node = proj |
proj.isSingletonProjection() and
result = fromReference(proj.getObject()) + "." + proj.getASelector()
)