This website requires JavaScript.
Explore
Help
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
43fd45154bac89b89330e13bd1f167e2a927a23c
UglifyJS
/
lib
History
Mihai Bazon
43fd45154b
compress typeof x == "undefined" to x === undefined, which further gets
...
shortened to x === void 0 (or x === [][0] in unsafe mode)
2012-09-14 19:56:59 +03:00
..
ast.js
more optimizations that v1 does and some cleanups
2012-09-14 15:36:38 +03:00
compress.js
compress typeof x == "undefined" to x === undefined, which further gets
2012-09-14 19:56:59 +03:00
output.js
adding an imaginary "return undefined" can sometimes help
2012-09-14 16:26:30 +03:00
parse.js
more optimizations that v1 does and some cleanups
2012-09-14 15:36:38 +03:00
scope.js
fixed some mess with symbols/scope
2012-09-11 15:42:28 +03:00
sourcemap.js
started support for generating source maps (WIP)
2012-08-29 19:39:19 +03:00
utils.js
more AST_If optimizations
2012-09-12 16:10:03 +03:00