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

Function getJsxElementPropertiesName

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

Source from the content-addressed store, hash-verified

74073 /// or '' if it has 0 properties (which means every
74074 /// non-intrinsic elements' attributes type is the element instance type)
74075 function getJsxElementPropertiesName(jsxNamespace) {
74076 return getNameFromJsxElementAttributesContainer(JsxNames.ElementAttributesPropertyNameContainer, jsxNamespace);
74077 }
74078 function getJsxElementChildrenPropertyName(jsxNamespace) {
74079 return getNameFromJsxElementAttributesContainer(JsxNames.ElementChildrenAttributeNameContainer, jsxNamespace);
74080 }

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…