We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa5fa1 commit e848aa7Copy full SHA for e848aa7
javascript/ql/lib/semmle/javascript/internal/NameResolution.qll
@@ -65,6 +65,8 @@ module NameResolution {
65
66
/**
67
* Holds if values/namespaces/types in `node1` can flow to values/namespaces/types in `node2`.
68
+ *
69
+ * May also include some type-specific steps in cases where this is harmless when tracking values.
70
*/
71
private predicate commonStep(Node node1, Node node2) {
72
// Import paths are part of the graph and has an incoming edge from the imported module, if found.
0 commit comments