Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts108 …return formatNodeLines(findOutermostNodeWithinListLevel(semicolon), sourceFile, formatContext, For…
117 const outermostNode = findOutermostNodeWithinListLevel(curlyBraceRange);
141 …return formatNodeLines(findOutermostNodeWithinListLevel(precedingToken), sourceFile, formatContext…
186 function findOutermostNodeWithinListLevel(node: Node | undefined) { function