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

Function emitLiteralType

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

Source from the content-addressed store, hash-verified

112086 writePunctuation("}");
112087 }
112088 function emitLiteralType(node) {
112089 emitExpression(node.literal);
112090 }
112091 function emitTemplateType(node) {
112092 emit(node.head);
112093 emitList(node, node.templateSpans, 262144 /* ListFormat.TemplateExpressionSpans */);

Callers 1

Calls 1

emitExpressionFunction · 0.85

Tested by

no test coverage detected