Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts229 const nodeEndLine = getLineOfLocalPosition(sourceFile, node.end); constant
233 …taxKind.SingleLineCommentTrivia || getLineOfLocalPosition(sourceFile, comment.pos) > nodeEndLine) {
241 if (commentEndLine > nodeEndLine) {