(nodes)
| 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. |
nothing calls this directly
no test coverage detected