Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts240 const commentEndLine = getLineOfLocalPosition(sourceFile, comment.end); constant
1395 const commentEndLine = sourceFile.getLineAndCharacterOfPosition(range.end).line; constant