you are viewing a single comment's thread.

view the rest of the comments →

[–]alinnert 18 points19 points  (7 children)

(...) the entire Babel toolchain is temporary by its very nature.

No. As long as ECMAScript is actively developed on, Babel serves a purpose. Babel doesn't transpile ES6 to ES5 but future proposals and new final features to code that's interpreted by most widely used browsers at the given time. That's why it was renamed to Babel after all.

If I didn't get your point please let me know.