a JavaScript parser/compressor/beautifier
This package implements a general-purpose JavaScript parser/compressor/beautifier toolkit. It is developed on NodeJS, but it should work on any JavaScript platform supporting the CommonJS module system (and if your platform of choice doesn’t support CommonJS, you can easily implement it, or discard the exports.* lines from UglifyJS sources).
The tokenizer/parser generates an abstract syntax tree from JS code. You can then traverse the AST to learn more about the code, or do various manipulations on it. This part is implemented in parse-js.js and it’s a port to JavaScript of the excellent parse-js Common
Homepage: https://github.com/mishoo/UglifyJS
- Links to remote openSUSE.org:devel:languages:nodejs / nodejs-uglifyjs
-
Checkout Package
osc checkout Languages:nodejs/nodejs-uglifyjs && cd $_ - Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000477 477 Bytes |
Comments 0