(comment)
| 113441 | emit(tagName); |
| 113442 | } |
| 113443 | function emitJSDocComment(comment) { |
| 113444 | var text = ts.getTextOfJSDocComment(comment); |
| 113445 | if (text) { |
| 113446 | writeSpace(); |
| 113447 | write(text); |
| 113448 | } |
| 113449 | } |
| 113450 | function emitJSDocTypeExpression(typeExpression) { |
| 113451 | if (typeExpression) { |
| 113452 | writeSpace(); |
no test coverage detected