(node)
| 111928 | emit(node.type); |
| 111929 | } |
| 111930 | function emitJSDocNullableType(node) { |
| 111931 | writePunctuation("?"); |
| 111932 | emit(node.type); |
| 111933 | } |
| 111934 | function emitJSDocNonNullableType(node) { |
| 111935 | writePunctuation("!"); |
| 111936 | emit(node.type); |
no test coverage detected