(hint, node)
| 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) { |
nothing calls this directly
no test coverage detected