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
- Host: GitHub
- URL: https://github.com/skepticfx/uglify-ast
- Owner: skepticfx
- License: mit
- Created: 2015-09-23T20:11:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T08:30:48.000Z (over 9 years ago)
- Last Synced: 2025-01-22T02:35:09.903Z (4 months ago)
- Homepage: http://lisperator.net/uglifyjs/ast
- Size: 116 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)