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

Function pipelineEmitWithNotification

test/fixtures/snapshot/typescript.js:111066–111069  ·  view source on GitHub ↗
(hint, node)

Source from the content-addressed store, hash-verified

111064 return getPipelinePhase(currentPhase + 1, emitHint, node);
111065 }
111066 function pipelineEmitWithNotification(hint, node) {
111067 var pipelinePhase = getNextPipelinePhase(0 /* PipelinePhase.Notification */, hint, node);
111068 onEmitNode(hint, node, pipelinePhase);
111069 }
111070 function pipelineEmitWithHint(hint, node) {
111071 onBeforeEmitNode === null || onBeforeEmitNode === void 0 ? void 0 : onBeforeEmitNode(node);
111072 if (preserveSourceNewlines) {

Callers

nothing calls this directly

Calls 2

getNextPipelinePhaseFunction · 0.85
onEmitNodeFunction · 0.85

Tested by

no test coverage detected