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 8b060c4 commit 388dd87Copy full SHA for 388dd87
javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowPrivate.qll
@@ -639,7 +639,7 @@ predicate nodeIsHidden(Node node) {
639
node instanceof CaptureNode
640
or
641
// Hide function expressions, as capture-flow causes them to appear in unhelpful ways
642
- // TODO: Instead hide PathNodes with a capture content as the head of its access path?
+ // In the future we could hide PathNodes with a capture content as the head of its access path.
643
node.asExpr() instanceof Function
644
645
// Also hide post-update nodes for function expressions
0 commit comments