sbcl-cl-uglify-js 0.1-1.429c5e1
Dependencies: sbcl-parse-js@0.0.0-1.fbadc60 sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-parse-number@1.7 sbcl-iterate@1.5.3
Channel: guix
Home page: https://github.com/mishoo/cl-uglify-js
Licenses: Zlib
Synopsis: JavaScript compressor library for Common Lisp
Description:
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
varstatementsresolve simple binary expressions
group most consecutive statements using the
sequenceoperator (comma)remove unnecessary blocks
convert
IFexpressions in various ways that result in smaller coderemove some unreachable code
Total results: 1