MCPcopy Create free account
hub / github.com/nodejs/node / emitJSDocNonNullableType

Function emitJSDocNonNullableType

test/fixtures/snapshot/typescript.js:111934–111937  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

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("=");

Callers 1

Calls 2

writePunctuationFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected