Hacker News new | ask | show | jobs
by nawtacawp 3253 days ago
transpiler?
3 comments

It converts your ES6 code into Javascript that can run on all browsers. It's how you can get advanced Javascript features before the browsers fully implement them. Look up Babel.
Converts modern JavaScript to ES5
It is a portmanteau of translater + compiler