|
|
|
|
|
by boubiyeah
3569 days ago
|
|
Too bad flow doesn't work as well as typescript in practice. It has way more bugs, is not as tested. It was very promising at first but typescript now has caught up with Flow best design decision: noImplicitAny, strictNullChecks. Also, check on the "try typescript" website: typescript's JS output is almost left untouched. it's effectively a replacement for babel, if you only care for ES2015 stuff, and not some of the more recent stage 0 / stage 1 stuff. |
|
Compared to this, typescript is actually dumb enough to require ts definition files to actually parse non-ts (js) files.