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 e2af19b commit 23d7420Copy full SHA for 23d7420
javascript/ql/lib/semmle/javascript/dataflow/internal/DataFlowPrivate.qll
@@ -612,6 +612,8 @@ predicate nodeIsHidden(Node node) {
612
or
613
node instanceof FlowSummaryIntermediateAwaitStoreNode
614
615
+ node instanceof FlowSummaryDefaultExceptionalReturn
616
+ or
617
node instanceof CaptureNode
618
619
// Hide function expressions, as capture-flow causes them to appear in unhelpful ways
0 commit comments