joarwilk / flowgen

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

fix type exports in typescript 4.5 #175

Closed erikbrinkman closed 2 years ago

erikbrinkman commented 2 years ago

Typescript 4.5 adds type modifiers for import / export lists.

This PR addresses that for export lists by keeping most of the code the same, but using the type keyword to split value lists. Since I don't think flow has a corresponding syntax, it's currently split into two export declarations if such a list exists.

Caveats:

erikbrinkman commented 2 years ago

@joarwilk gentle ping on this, I don't want to have to separate all my exports to get this to work

orta commented 2 years ago

I missed this PR, yeah, this conceptually looks good to me 👍🏻

orta commented 2 years ago

Shipped in 1.18