9 ms·Ask HN: Do You Use Babel or Traceur for ES6 and Why?2 points by dmarg 11y agoAre you writing ES6 yet? Then do you use Babel or Traceur to transpile into ES5? Why did you pick which one you use?waterpark 11y agoBabel - this is why https://kangax.github.io/compat-table/es6/ https://kangax.github.io/compat-table/es6/dmarg 11y agoThanks for that link!