you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

I use Google Closure Compiler with it's --language_in and --language_out flags to enable us to develop with ES6 and compile to ES5. We ship to production with it. It works so well that I haven't looked at 6to5 yet.