Y
Hacker News
new
|
ask
|
show
|
jobs
by
nawtacawp
3253 days ago
transpiler?
3 comments
tannhauser23
3253 days ago
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.
link
yunyu
3253 days ago
Converts modern JavaScript to ES5
link
tasty_freeze
3253 days ago
It is a portmanteau of translater + compiler
link