Home
last modified time | relevance | path

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

/third_party/typescript/src/services/formatting/
Dformatting.ts723 const childStartPos = child.getStart(sourceFile); constant
725 const childStartLine = sourceFile.getLineAndCharacterOfPosition(childStartPos).line;
736 …childIndentationAmount = tryComputeIndentationForListItem(childStartPos, child.end, parentStartLin…
760 if (tokenInfo.token.end > childStartPos) {
761 if (tokenInfo.token.pos > childStartPos) {