Home
last modified time | relevance | path

Searched defs:childStartLine (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts725 const childStartLine = sourceFile.getLineAndCharacterOfPosition(childStartPos).line; constant
786 …nst effectiveParentStartLine = child.kind === SyntaxKind.Decorator ? childStartLine : undecoratedP… constant
DsmartIndenter.ts639 …const childStartLine = sourceFile.getLineAndCharacterOfPosition(skipTrivia(sourceFile.text, child.… constant