Hacker News new | ask | show | jobs
by joshmanders 3773 days ago
The beauty and goal of Babel and it's plugins is you can use future JavaScript today, and when that future JavaScript is now considered today's JavaScript, you can remove Babel and your code just works.

This isn't like TypeScript or CoffeeScript where you're always transpiling.