Hi all, I thought I'd drop this here for anyone using UglifyJS that's not reachable through other channels: I started work on version 2 and it's already usable, although not yet as good as v1 in terms of compression. The goals of the rewrite are to have cleaner and more maintainable code, a better AST structure (now using objects instead of arrays), full location information in all nodes, add support for generating source maps and keeping certain comments in the compressed output.
More info at the project page: https://github.com/mishoo/UglifyJS2 Cheers, -- Mihai Bazon, http://mihai.bazon.net/blog -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
