JavaScript compressor library for Common Lisp
This is a Common Lisp version of UglifyJS, a JavaScript compressor. It works on data produced by parse-js
to generate a minified version of the code. Currently it can:
reduce variable names (usually to single letters)
join consecutive var
statements
resolve simple binary expressions
group most consecutive statements using the sequence
operator (comma)
remove unnecessary blocks
convert IF
expressions in various ways that result in smaller code
remove some unreachable code
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |