6 ms·
That's what I want to know. There are dozens of es6 transpilers.
by avidal 12y ago
That's what I want to know. There are dozens of es6 transpilers.
- tekacs 12y agoYup and the place to look for comparison of them is: http://kangax.github.io/compat-table/es6/ http://kangax.github.io/compat-table/es6/ Though admittedly facts like whether they support source maps (such as Traceur) or preserve comments (not Traceur) are omitted. EJS is impressive though.
- Flenser 12y agoHad to look at the compat-table source to find out that EJS is short for Echo JS https://github.com/toshok/echo-js https://github.com/toshok/echo-js (It's definately this repo: https://github.com/kangax/compat-table/pull/115 https://github.com/kangax/compat-table/pull/115 )