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

Function pipelineEmitWithSubstitution

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

Source from the content-addressed store, hash-verified

111553 emit(node.constraint);
111554 }
111555 function pipelineEmitWithSubstitution(hint, node) {
111556 var pipelinePhase = getNextPipelinePhase(1 /* PipelinePhase.Substitution */, hint, node);
111557 ts.Debug.assertIsDefined(lastSubstitution);
111558 node = lastSubstitution;
111559 lastSubstitution = undefined;
111560 pipelinePhase(hint, node);
111561 }
111562 function getHelpersFromBundledSourceFiles(bundle) {
111563 var result;
111564 if (moduleKind === ts.ModuleKind.None || printerOptions.noEmitHelpers) {

Callers

nothing calls this directly

Calls 1

getNextPipelinePhaseFunction · 0.85

Tested by

no test coverage detected