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

Function emitJSDocOptionalType

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

Source from the content-addressed store, hash-verified

111936 emit(node.type);
111937 }
111938 function emitJSDocOptionalType(node) {
111939 emit(node.type);
111940 writePunctuation("=");
111941 }
111942 function emitConstructorType(node) {
111943 pushNameGenerationScope(node);
111944 emitModifiers(node, node.modifiers);

Callers 1

Calls 2

writePunctuationFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected