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

Function processNodes

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

Source from the content-addressed store, hash-verified

164023 pos = child.end;
164024 };
164025 var processNodes = function (nodes) {
164026 addSyntheticNodes(children, pos, nodes.pos, node);
164027 children.push(createSyntaxList(nodes, node));
164028 pos = nodes.end;
164029 };
164030 // jsDocComments need to be the first children
164031 ts.forEach(node.jsDoc, processNode);
164032 // For syntactic classifications, all trivia are classified together, including jsdoc comments.

Callers

nothing calls this directly

Calls 3

addSyntheticNodesFunction · 0.85
createSyntaxListFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected