Home
last modified time | relevance | path

Searched defs: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
71 const lastComment = trailingCommentRanges[trailingCommentRanges.length - 1]; constant