This website requires JavaScript.
Explore
Help
Register
Sign In
JoBoEVD
/
UglifyJS
Watch
1
Star
0
Fork
0
You've already forked UglifyJS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
211792757cf8cb8529f99122efa52f5f5d558132
UglifyJS
/
lib
History
Mihai Bazon
211792757c
more constant folding (for names defined with
const
)
2012-10-02 12:45:17 +03:00
..
ast.js
add AST_SymbolConst for names defined with
const
2012-10-02 12:22:39 +03:00
compress.js
more constant folding (for names defined with
const
)
2012-10-02 12:45:17 +03:00
output.js
a shy attempt to obey
width
in the beautifier; added
bracketize
option to always print brackets around if/do/while/for statements; export more options via the CLI
2012-10-02 11:22:38 +03:00
parse.js
add AST_SymbolConst for names defined with
const
2012-10-02 12:22:39 +03:00
scope.js
add AST_SymbolConst for names defined with
const
2012-10-02 12:22:39 +03:00
sourcemap.js
Support input source map
2012-09-24 17:02:18 +03:00
transform.js
compressor successfully moved to TreeTransformer
2012-09-26 14:27:01 +03:00
utils.js
a shy attempt to obey
width
in the beautifier; added
bracketize
option to always print brackets around if/do/while/for statements; export more options via the CLI
2012-10-02 11:22:38 +03:00