Y
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
sigjuice
3027 days ago
Where does it say on
https://babeljs.io
that babel is a "transpiler"?
link
bfrydl
3027 days ago
It says “compiler” and a transpiler is a compiler that converts between one programming language and another.
link