(text, pos)
| 10761 | } |
| 10762 | ts.getLeadingCommentRanges = getLeadingCommentRanges; |
| 10763 | function getTrailingCommentRanges(text, pos) { |
| 10764 | return reduceEachTrailingCommentRange(text, pos, appendCommentRange, /*state*/ undefined, /*initial*/ undefined); |
| 10765 | } |
| 10766 | ts.getTrailingCommentRanges = getTrailingCommentRanges; |
| 10767 | /** Optionally, get the shebang */ |
| 10768 | function getShebang(text) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…