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
4437e7af1931f995686511938ad80f704ef5925e
UglifyJS
/
lib
History
Mihai Bazon
4437e7af19
fix compressing
a,b; return c;
into
return a,b,c;
2012-08-27 11:00:22 +03:00
..
ast.js
added license
2012-08-22 21:28:59 +03:00
compress.js
fix compressing
a,b; return c;
into
return a,b,c;
2012-08-27 11:00:22 +03:00
output.js
added print_to_string helper method
2012-08-27 10:59:33 +03:00
parse.js
added license
2012-08-22 21:28:59 +03:00
scope.js
added license
2012-08-22 21:28:59 +03:00
utils.js
added license
2012-08-22 21:28:59 +03:00