JS: Hide default exceptional return node

This commit is contained in:
Asger F
2025-01-06 14:27:20 +01:00
parent e2af19b946
commit 23d7420cec

View File

@@ -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