joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
658 stars 78 forks source link

Run the flow checker on all tests #129

Closed lhchavez closed 3 years ago

lhchavez commented 3 years ago

This change makes all* tests run flow check-contents on the generated flow declarations. This ensures that the generated code is valid.

* most. Some tests produce invalid output due to bugs, some cannot be verified due to missing imports.

orta commented 3 years ago

Love it, great thinking 👍🏻