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

Function onAfterEmitNodeArray

test/fixtures/snapshot/typescript.js:149713–149717  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

149711 }
149712 };
149713 var onAfterEmitNodeArray = function (nodes) {
149714 if (nodes) {
149715 setEnd(nodes, lastNonTriviaPosition);
149716 }
149717 };
149718 var onBeforeEmitToken = function (node) {
149719 if (node) {
149720 setPos(node, lastNonTriviaPosition);

Callers 1

emitNodeListFunction · 0.85

Calls 1

setEndFunction · 0.85

Tested by

no test coverage detected