Hacker News new | ask | show | jobs
by AgentME 2804 days ago
TypeScript and Flow are very similar. Compilation of both of them mainly consists of removing type annotations. TypeScript has a few extra things it adds but they're very minor and not that hard to translate into Javascript.