mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user