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

Function emitJsxAttributeValue

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

Source from the content-addressed store, hash-verified

111003 pipelineEmit(1 /* EmitHint.Expression */, node, parenthesizerRule);
111004 }
111005 function emitJsxAttributeValue(node) {
111006 pipelineEmit(ts.isStringLiteral(node) ? 6 /* EmitHint.JsxAttributeValue */ : 4 /* EmitHint.Unspecified */, node);
111007 }
111008 function beforeEmitNode(node) {
111009 if (preserveSourceNewlines && (ts.getEmitFlags(node) & 134217728 /* EmitFlags.IgnoreSourceNewlines */)) {
111010 preserveSourceNewlines = false;

Callers

nothing calls this directly

Calls 1

pipelineEmitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…