s-a / sublime-text-refactor

A Sublime Text Refactor Plugin for Javascript Code
213 stars 12 forks source link

ES6 Harmony support #24

Open s-a opened 9 years ago

s-a commented 9 years ago

Regarding to https://github.com/mishoo/UglifyJS2/issues/448 it should be possible to support harmony in near future.

idiotWu commented 9 years ago

:+1:

ES6 has been widely used in my projects, hope it can be supported soon.

cvax commented 8 years ago

+1 for future ES6 support. Would be awesome. Thanks.

agauniyal commented 8 years ago

+1

alexmcmillan commented 8 years ago

Has anybody found a refactoring tool for Sublime Text 3 that supports newer syntax yet? It appears this has been abandoned.

s-a commented 8 years ago

Maybe Visual Studio Code knows some Tricks? There is also Atom Editor which has a lot of pretty cool features. Unless uglify does not support es 6+ there is nothing we can do than search an alternative js parser and recode this plugin.