We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9a286 commit 7b3c835Copy full SHA for 7b3c835
javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll
@@ -62,7 +62,7 @@ module GlobalAccessPath {
62
result = acc.getClosureNamespace()
63
)
64
or
65
- exists(DataFlow::PropertyProjection proj | node = proj |
+ exists(PropertyProjection proj | node = proj |
66
proj.isSingletonProjection() and
67
result = fromReference(proj.getObject()) + "." + proj.getASelector()
68
0 commit comments