flowgen icon indicating copy to clipboard operation
flowgen copied to clipboard

Generate TypeScript typings from Flow

Open pleerock opened this issue 6 years ago • 3 comments

Would be great if this project will be able to generate typings from both directions - from ts to flow and versa from flow to ts.

pleerock avatar Apr 06 '18 07:04 pleerock

This project uses the TypeScript AST to generate a flow file, meaning it would require making that from scratch

I think there’s a flow to reason project that also does TS

orta avatar Apr 06 '18 11:04 orta

Yeah the original intent of this project was to be a two-way swap but like @orta said that would essentially be two standalone projects, so I scrapped that idea.

joarwilk avatar Apr 11 '18 20:04 joarwilk

There is flow-to-typescript. If you are looking for more conversion tools check type-o-rama.

stereobooster avatar May 02 '18 05:05 stereobooster