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

Function currentNode

test/fixtures/snapshot/typescript.js:31808–31814  ·  view source on GitHub ↗
(position)

Source from the content-addressed store, hash-verified

31806 return -1;
31807 }
31808 function currentNode(position) {
31809 var node = baseSyntaxCursor.currentNode(position);
31810 if (topLevel && node && containsPossibleTopLevelAwait(node)) {
31811 node.intersectsChange = true;
31812 }
31813 return node;
31814 }
31815 }
31816 function fixupParentReferences(rootNode) {
31817 // normally parent references are set during binding. However, for clients that only need

Callers 3

isListElementFunction · 0.85
parseListElementFunction · 0.85

Calls 3

isReusableParsingContextFunction · 0.85
canReuseNodeFunction · 0.85

Tested by

no test coverage detected