MCPcopy Index your code
hub / github.com/nodejs/node / emitTypeReference

Function emitTypeReference

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

Source from the content-addressed store, hash-verified

111908 }
111909 }
111910 function emitTypeReference(node) {
111911 emit(node.typeName);
111912 emitTypeArguments(node, node.typeArguments);
111913 }
111914 function emitFunctionType(node) {
111915 pushNameGenerationScope(node);
111916 emitTypeParameters(node, node.typeParameters);

Callers 1

Calls 2

emitTypeArgumentsFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected