Hacker News new | ask | show | jobs
by aussieguy123 3027 days ago
You can use a transpiler like babel if you want to run async await etc on platforms that don't support them yet
1 comments

Where does it say on https://babeljs.io that babel is a "transpiler"?
It says “compiler” and a transpiler is a compiler that converts between one programming language and another.