Searched refs:lastCommentEndLine (Results 1 – 1 of 1) sorted by relevance
1389 … const lastCommentEndLine = sourceFile.getLineAndCharacterOfPosition(lastComment.range.end).line; constant1390 if (commentLine >= lastCommentEndLine + 2) break;