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

Function getJsxElementChildrenPropertyName

test/fixtures/snapshot/typescript.js:74078–74080  ·  view source on GitHub ↗
(jsxNamespace)

Source from the content-addressed store, hash-verified

74076 return getNameFromJsxElementAttributesContainer(JsxNames.ElementAttributesPropertyNameContainer, jsxNamespace);
74077 }
74078 function getJsxElementChildrenPropertyName(jsxNamespace) {
74079 return getNameFromJsxElementAttributesContainer(JsxNames.ElementChildrenAttributeNameContainer, jsxNamespace);
74080 }
74081 function getUninstantiatedJsxSignaturesOfType(elementType, caller) {
74082 if (elementType.flags & 4 /* TypeFlags.String */) {
74083 return [anySignature];

Tested by

no test coverage detected