Thanks!
I'd assume you would look into comparing the result with UglifyJS, or even
> its new UglifyJS 2.
I'm planning to compare results with them and refactor (or implement better
compressing optimization fix) esmangle and escodegen.
As for non-mangling syntax simplification, should this be another
> (micro)library? It could be still useful for pure optimization purposes,
> even without further mangling step.
Sounds good. So I'll implement them as another `pass` module, thanks for
your advice :)
Regards,
Yusuke Suzuki
On Sat, Sep 1, 2012 at 12:42 PM, Ariya Hidayat <ariya.hida...@gmail.com>wrote:
> Quite impressive!
> I'd assume you would look into comparing the result with UglifyJS, or even
> its new UglifyJS 2.
> As for non-mangling syntax simplification, should this be another
> (micro)library? It could be still useful for pure optimization purposes,
> even without further mangling step.
> --
> Ariya