Home
last modified time | relevance | path

Searched refs:isControlFlowEndingStatement (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts684 … function isControlFlowEndingStatement(kind: SyntaxKind, parent: TextRangeWithKind): boolean { function
702 && !(isNextChild && child && isControlFlowEndingStatement(child.kind, parent));