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

Function pipelineEmitWithSourceMaps

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

Source from the content-addressed store, hash-verified

115030 return node.parsedSourceMap || undefined;
115031 }
115032 function pipelineEmitWithSourceMaps(hint, node) {
115033 var pipelinePhase = getNextPipelinePhase(3 /* PipelinePhase.SourceMaps */, hint, node);
115034 emitSourceMapsBeforeNode(node);
115035 pipelinePhase(hint, node);
115036 emitSourceMapsAfterNode(node);
115037 }
115038 function emitSourceMapsBeforeNode(node) {
115039 var emitFlags = ts.getEmitFlags(node);
115040 var sourceMapRange = ts.getSourceMapRange(node);

Callers

nothing calls this directly

Calls 3

getNextPipelinePhaseFunction · 0.85
emitSourceMapsBeforeNodeFunction · 0.85
emitSourceMapsAfterNodeFunction · 0.85

Tested by

no test coverage detected