Searched defs:childStartLine (Results 1 – 2 of 2) sorted by relevance
725 const childStartLine = sourceFile.getLineAndCharacterOfPosition(childStartPos).line; constant786 …nst effectiveParentStartLine = child.kind === SyntaxKind.Decorator ? childStartLine : undecoratedP… constant
639 …const childStartLine = sourceFile.getLineAndCharacterOfPosition(skipTrivia(sourceFile.text, child.… constant