Searched refs:prevEndLine (Results 1 – 2 of 2) sorted by relevance
534 const prevEndLine = sourceFile.getLineAndCharacterOfPosition(list[i].end).line; constant535 if (prevEndLine !== lineAndCharacter.line) {
904 …const prevEndLine = savePreviousRange && sourceFile.getLineAndCharacterOfPosition(savePreviousRang… constant905 indentToken = lastTriviaWasNewLine && tokenStart.line !== prevEndLine;