MCPcopy Index your code
hub / github.com/reactjs/react-codemod / isPrimProperty

Function isPrimProperty

transforms/class.js:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 );
133
134 const isPrimProperty = prop => (
135 prop.key &&
136 prop.key.type === 'Identifier' &&
137 prop.value &&
138 isPrimExpression(prop.value)
139 );
140
141 const isPrimPropertyWithTypeAnnotation = prop => (
142 prop.key &&

Callers 3

canConvertToClassFunction · 0.85
createESClassFunction · 0.85

Calls 1

isPrimExpressionFunction · 0.85

Tested by

no test coverage detected