Skip to content

Commit 388dd87

Browse files
committed
JS: Remove TODO tracked by an issue.
This requires changes to the shared data flow library, not something we should track with a TODO in the JS codebase
1 parent 8b060c4 commit 388dd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ predicate nodeIsHidden(Node node) {
639639
node instanceof CaptureNode
640640
or
641641
// 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?
642+
// In the future we could hide PathNodes with a capture content as the head of its access path.
643643
node.asExpr() instanceof Function
644644
or
645645
// Also hide post-update nodes for function expressions

0 commit comments

Comments
 (0)