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

Function afterEmitNode

test/fixtures/snapshot/typescript.js:111013–111015  ·  view source on GitHub ↗
(savedPreserveSourceNewlines)

Source from the content-addressed store, hash-verified

111011 }
111012 }
111013 function afterEmitNode(savedPreserveSourceNewlines) {
111014 preserveSourceNewlines = savedPreserveSourceNewlines;
111015 }
111016 function pipelineEmit(emitHint, node, parenthesizerRule) {
111017 currentParenthesizerRule = parenthesizerRule;
111018 var pipelinePhase = getPipelinePhase(0 /* PipelinePhase.Notification */, emitHint, node);

Callers 2

pipelineEmitWithHintFunction · 0.85
onExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected