Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts240 const commentEndLine = getLineOfLocalPosition(sourceFile, comment.end); constant
241 if (commentEndLine > nodeEndLine) {
1395 const commentEndLine = sourceFile.getLineAndCharacterOfPosition(range.end).line; constant
1396 if (firstNodeLine < commentEndLine + 2) break;