An open API service indexing awesome lists of open source software.

https://github.com/skepticfx/uglify-ast

All about the UglifyJS AST
https://github.com/skepticfx/uglify-ast

Last synced: 3 months ago
JSON representation

All about the UglifyJS AST

Awesome Lists containing this project

README

        

# uglify-ast

All about the UglifyJS AST

### Resources
* [UglifyJS AST explorer] (http://demos.forbeslindesay.co.uk/uglify-js/)
* [UglifyJS AST doc](http://lisperator.net/uglifyjs/ast)
* [ast.js](https://github.com/mishoo/UglifyJS2/blob/master/lib/ast.js)
* [Why not switching to SpiderMonkey AST](http://lisperator.net/blog/uglifyjs-why-not-switching-to-spidermonkey-ast/)