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

Function propagateIdentifierNameFlags

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

Source from the content-addressed store, hash-verified

27300 return tokenValue;
27301 }
27302 function propagateIdentifierNameFlags(node) {
27303 // An IdentifierName is allowed to be `await`
27304 return propagateChildFlags(node) & ~16777216 /* TransformFlags.ContainsPossibleTopLevelAwait */;
27305 }
27306 function propagatePropertyNameFlagsOfChild(node, transformFlags) {
27307 return transformFlags | (node.transformFlags & 33562624 /* TransformFlags.PropertyNamePropagatingFlags */);
27308 }

Callers 5

createQualifiedNameFunction · 0.85
createBindingElementFunction · 0.85

Calls 1

propagateChildFlagsFunction · 0.85

Tested by

no test coverage detected