(node)
| 112086 | writePunctuation("}"); |
| 112087 | } |
| 112088 | function emitLiteralType(node) { |
| 112089 | emitExpression(node.literal); |
| 112090 | } |
| 112091 | function emitTemplateType(node) { |
| 112092 | emit(node.head); |
| 112093 | emitList(node, node.templateSpans, 262144 /* ListFormat.TemplateExpressionSpans */); |
no test coverage detected