(pos)
| 114914 | emitLeadingComments(pos, /*isEmittedNode*/ true); |
| 114915 | } |
| 114916 | function emitTrailingComments(pos) { |
| 114917 | forEachTrailingCommentToEmit(pos, emitTrailingComment); |
| 114918 | } |
| 114919 | function emitTrailingComment(commentPos, commentEnd, _kind, hasTrailingNewLine) { |
| 114920 | if (!currentSourceFile || !shouldWriteComment(currentSourceFile.text, commentPos)) |
| 114921 | return; |
no test coverage detected