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

Function emitIdentifier

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

Source from the content-addressed store, hash-verified

111728 // Identifiers
111729 //
111730 function emitIdentifier(node) {
111731 var writeText = node.symbol ? writeSymbol : write;
111732 writeText(getTextOfNode(node, /*includeTrivia*/ false), node.symbol);
111733 emitList(node, node.typeArguments, 53776 /* ListFormat.TypeParameters */); // Call emitList directly since it could be an array of TypeParameterDeclarations _or_ type arguments
111734 }
111735 //
111736 // Names
111737 //

Callers 1

Calls 3

writeTextFunction · 0.85
getTextOfNodeFunction · 0.85
emitListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…