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

Function propagatePropertyNameFlagsOfChild

test/fixtures/snapshot/typescript.js:27306–27308  ·  view source on GitHub ↗
(node, transformFlags)

Source from the content-addressed store, hash-verified

27304 return propagateChildFlags(node) & ~16777216 /* TransformFlags.ContainsPossibleTopLevelAwait */;
27305 }
27306 function propagatePropertyNameFlagsOfChild(node, transformFlags) {
27307 return transformFlags | (node.transformFlags & 33562624 /* TransformFlags.PropertyNamePropagatingFlags */);
27308 }
27309 function propagateChildFlags(child) {
27310 if (!child)
27311 return 0 /* TransformFlags.None */;

Callers 1

propagateChildFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected