Add buck rule to generate Java library

Summary: Adds buck rule for generated code

Reviewed By: mdvacca, makovkastar

Differential Revision: D16338763

fbshipit-source-id: 6b238b3993cc110f009ad541cfa924d0d06d2fcb
This commit is contained in:
Rick Hanlon
2019-07-19 14:59:34 -07:00
committed by Facebook Github Bot
parent 9a546f5e9e
commit 1783780a92
6 changed files with 67 additions and 25 deletions
@@ -79,7 +79,7 @@ function generatePropsString(component: ComponentShape, componentName: string) {
prop.name,
)}(T view, ${getJavaValueForProp(prop, componentName)});`;
})
.join(',\n' + ' ');
.join('\n' + ' ');
}
function getClassExtendString(component): string {