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
1b6bcca7170c8f08f255448533c211cdb1010f34
UglifyJS
/
lib
History
Mihai Bazon
1b6bcca717
fix output for arrays containing undefined values
...
[1,,2,] ==> [1,,2] instead of [1,undefined,2]
2012-08-28 15:38:35 +03:00
..
ast.js
fix code generator for this case:
2012-08-28 15:29:58 +03:00
compress.js
update (c) years
2012-08-27 11:01:41 +03:00
output.js
fix output for arrays containing undefined values
2012-08-28 15:38:35 +03:00
parse.js
update (c) years
2012-08-27 11:01:41 +03:00
scope.js
update (c) years
2012-08-27 11:01:41 +03:00
utils.js
update (c) years
2012-08-27 11:01:41 +03:00