-
Notifications
You must be signed in to change notification settings - Fork 8
Description
There are tools to automatically convert Typescript definitions to Flowtype definitions which do a pretty good job and at least give a starting point for further manual improvement. However, these tools seem to need a single merged Typescript definition file to work from. I've tried creating a merged d.ts file and it failed - maybe dues to issues mentioned in other issues - but I'm not a Typescript expert.
Would someone consider attempting the (automatic) creation of an index.js.flow definition from the typescript definitions as a starting point and then the ingoing inclusion of the index.js.flow file in the npm package? I assume it would be up to those using Flow to improve and extend the definition file and fix errors but this is much easier if there's a half-decent starting point.