(node)
| 111878 | popNameGenerationScope(node); |
| 111879 | } |
| 111880 | function emitIndexSignature(node) { |
| 111881 | emitDecorators(node, node.decorators); |
| 111882 | emitModifiers(node, node.modifiers); |
| 111883 | emitParametersForIndexSignature(node, node.parameters); |
| 111884 | emitTypeAnnotation(node.type); |
| 111885 | writeTrailingSemicolon(); |
| 111886 | } |
| 111887 | function emitTemplateTypeSpan(node) { |
| 111888 | emit(node.type); |
| 111889 | emit(node.literal); |
no test coverage detected
searching dependent graphs…