budgeting icon indicating copy to clipboard operation
budgeting copied to clipboard

Convert to TypeScript

Open grgur opened this issue 6 years ago • 3 comments

Flow seems to have all kind of issues (e.g. memory bloat). Even Facebook migrates from Flow to TypeScript.

Here's a good blog post that describes the transition: https://davidgom.es/porting-30k-lines-of-code-from-flow-to-typescript/

grgur avatar Jan 21 '19 09:01 grgur

Migrating to JSDoc might be the best option here. People won't have to decide on the system (Flow cs TypeScript) and we'll still provide plenty of information for type safety

https://github.com/Microsoft/TypeScript/wiki/JsDoc-support-in-JavaScript

grgur avatar Mar 11 '19 15:03 grgur

I'll start to work on this

ih90 avatar Mar 11 '19 15:03 ih90

It's yours @ih90

grgur avatar Mar 11 '19 17:03 grgur