UglifyJS-old is the original version of UglifyJS, a JavaScript toolkit for parsing, compressing, mangling, and beautifying source code. Its parser converts JavaScript into an abstract syntax tree that can be inspected or manipulated programmatically. The code generator can rebuild readable JavaScript or remove unnecessary whitespace to reduce file size. Its mangler shortens variable names while accounting for scope, globals, eval calls, and with statements. Compression routines simplify expressions, combine declarations, transform conditionals, and remove unreachable code. The package also includes a command-line interface and remains primarily a legacy version superseded by the rewritten UglifyJS2 project.
Features
- JavaScript parsing into abstract syntax trees
- Source code compression and minification
- Scope-aware variable name mangling
- JavaScript code beautification
- Dead code and expression optimization
- Command-line processing interface
Categories
LibrariesFollow UglifyJS
Other Useful Business Software
Veeam Data Platform v13.1 - Get Your Free Trial
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of UglifyJS!