mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
JS: Hide default exceptional return node
This commit is contained in:
@@ -612,6 +612,8 @@ predicate nodeIsHidden(Node node) {
|
||||
or
|
||||
node instanceof FlowSummaryIntermediateAwaitStoreNode
|
||||
or
|
||||
node instanceof FlowSummaryDefaultExceptionalReturn
|
||||
or
|
||||
node instanceof CaptureNode
|
||||
or
|
||||
// Hide function expressions, as capture-flow causes them to appear in unhelpful ways
|
||||
|
||||
Reference in New Issue
Block a user