Hacker News new | ask | show | jobs
by jonreem 2916 days ago
For javascript you can use typescript, which brings the joy of a modern type system to es6 and allows you to migrate file by file.
1 comments

See also flow [1] which does the same and allows you to migrate function by function. :)

[1]: https://flow.org/