Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts202 … const containingListOrParentStart = getContainingListOrParentStart(parent, current, sourceFile); constant
204 containingListOrParentStart.line === currentStart.line ||
226 …etStartLineAndCharacterForNode(firstListChild, sourceFile).line > containingListOrParentStart.line;
258 …urceFile.getLineAndCharacterOfPosition(current.getStart(sourceFile)) : containingListOrParentStart;