Searched refs:trailingCommentRanges (Results 1 – 1 of 1) sorted by relevance
68 const trailingCommentRanges = getTrailingCommentRanges(file.text, maybeBinary.end); constant70 if (trailingCommentRanges) {71 const lastComment = trailingCommentRanges[trailingCommentRanges.length - 1]; constant72 const trailingRange = { pos: trailingCommentRanges[0].pos, end: lastComment.end };