(node)
| 111965 | writePunctuation("}"); |
| 111966 | } |
| 111967 | function emitArrayType(node) { |
| 111968 | emit(node.elementType, parenthesizer.parenthesizeNonArrayTypeOfPostfixType); |
| 111969 | writePunctuation("["); |
| 111970 | writePunctuation("]"); |
| 111971 | } |
| 111972 | function emitRestOrJSDocVariadicType(node) { |
| 111973 | writePunctuation("..."); |
| 111974 | emit(node.type); |
no test coverage detected