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

Function createStaticClassProperties

transforms/class.js:1043–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041 };
1042
1043 const createStaticClassProperties = statics =>
1044 statics.map(createStaticClassProperty);
1045
1046 const getComments = classPath => {
1047 if (classPath.value.comments) {

Callers 1

updateToClassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected