mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #1650 from xiemaisi/js/fix-semantic-merge-conflict
Approved by asger-semmle
This commit is contained in:
@@ -62,7 +62,7 @@ module GlobalAccessPath {
|
|||||||
result = acc.getClosureNamespace()
|
result = acc.getClosureNamespace()
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
exists(DataFlow::PropertyProjection proj | node = proj |
|
exists(PropertyProjection proj | node = proj |
|
||||||
proj.isSingletonProjection() and
|
proj.isSingletonProjection() and
|
||||||
result = fromReference(proj.getObject()) + "." + proj.getASelector()
|
result = fromReference(proj.getObject()) + "." + proj.getASelector()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user