(node)
| 111932 | emit(node.type); |
| 111933 | } |
| 111934 | function emitJSDocNonNullableType(node) { |
| 111935 | writePunctuation("!"); |
| 111936 | emit(node.type); |
| 111937 | } |
| 111938 | function emitJSDocOptionalType(node) { |
| 111939 | emit(node.type); |
| 111940 | writePunctuation("="); |
no test coverage detected