Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts68 const trailingCommentRanges = getTrailingCommentRanges(file.text, maybeBinary.end); constant
70 if (trailingCommentRanges) {
71 const lastComment = trailingCommentRanges[trailingCommentRanges.length - 1]; constant
72 const trailingRange = { pos: trailingCommentRanges[0].pos, end: lastComment.end };