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
0bd8053524760531eb582ef0716fcfe2104c3014
UglifyJS
/
test
History
kzc
0bd8053524
implement optimization: (x = 2 * x) ---> (x *= 2)
2016-08-30 08:43:02 -04:00
..
compress
implement optimization: (x = 2 * x) ---> (x *= 2)
2016-08-30 08:43:02 -04:00
input
Add input file glob support to minify()
2016-08-14 21:46:38 +02:00
mocha
Add input file glob support to minify()
2016-08-14 21:46:38 +02:00
mocha.js
Add mocha tests
2015-12-27 22:38:20 +01:00
mozilla-ast.js
Fix mozilla-ast after module loading changes
2015-09-24 18:13:21 +03:00
run-tests.js
Test reparsing test/compress/*.js output
2016-08-14 21:27:23 +02:00
sourcemaps.js
Fix
#836
2015-10-20 19:48:56 +01:00