Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts1389 … const lastCommentEndLine = sourceFile.getLineAndCharacterOfPosition(lastComment.range.end).line; constant
1390 if (commentLine >= lastCommentEndLine + 2) break;