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

Function shouldConvertPartOfIterationStatement

test/fixtures/snapshot/typescript.js:100375–100377  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

100373 return factory.inlineExpressions(expressions);
100374 }
100375 function shouldConvertPartOfIterationStatement(node) {
100376 return (resolver.getNodeCheckFlags(node) & 131072 /* NodeCheckFlags.ContainsCapturedBlockScopeBinding */) !== 0;
100377 }
100378 function shouldConvertInitializerOfForStatement(node) {
100379 return ts.isForStatement(node) && !!node.initializer && shouldConvertPartOfIterationStatement(node.initializer);
100380 }

Calls

no outgoing calls

Tested by

no test coverage detected