joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
657 stars 87 forks source link

Add more type annotations replacing `any`, mostly in src/printers/ #182

Closed gnprice closed 2 years ago

gnprice commented 2 years ago

This is another round of adding real, non-any, type annotations, like #181.

These are focused on some code I was working on bugfixes for today. Those bugfixes themselves aren't yet ready, but in the meantime this part seems independently helpful so I figured I'd share it.

orta commented 2 years ago

Cool, yeah, this all looks good 👍🏻

gnprice commented 2 years ago

Thanks!