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

Function getPendingExpressions

test/fixtures/snapshot/typescript.js:95578–95580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95576 return lex.privateIdentifierEnvironment;
95577 }
95578 function getPendingExpressions() {
95579 return pendingExpressions || (pendingExpressions = []);
95580 }
95581 function addPrivateIdentifierToEnvironment(node) {
95582 var _a;
95583 var text = ts.getTextOfPropertyName(node.name);

Calls

no outgoing calls

Tested by

no test coverage detected