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

Function onBeforeEmitNodeArray

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

Source from the content-addressed store, hash-verified

149706 }
149707 };
149708 var onBeforeEmitNodeArray = function (nodes) {
149709 if (nodes) {
149710 setPos(nodes, lastNonTriviaPosition);
149711 }
149712 };
149713 var onAfterEmitNodeArray = function (nodes) {
149714 if (nodes) {
149715 setEnd(nodes, lastNonTriviaPosition);

Callers 1

emitNodeListFunction · 0.85

Calls 1

setPosFunction · 0.85

Tested by

no test coverage detected