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

Function onAfterEmitNode

test/fixtures/snapshot/typescript.js:149703–149707  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

149701 }
149702 };
149703 var onAfterEmitNode = function (node) {
149704 if (node) {
149705 setEnd(node, lastNonTriviaPosition);
149706 }
149707 };
149708 var onBeforeEmitNodeArray = function (nodes) {
149709 if (nodes) {
149710 setPos(nodes, lastNonTriviaPosition);

Callers 3

pipelineEmitWithHintFunction · 0.85
onExitFunction · 0.85
emitBlockFunctionBodyFunction · 0.85

Calls 1

setEndFunction · 0.85

Tested by

no test coverage detected