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
fc9ba323c4
UglifyJS
/
lib
History
Mihai Bazon
fc9ba323c4
Fix typo.
...
Close
#239
2013-07-12 09:56:58 +03:00
..
ast.js
Don't swap binary ops when "use asm" is in effect.
2013-06-07 12:52:09 +03:00
compress.js
Don't swap binary ops when "use asm" is in effect.
2013-06-07 12:52:09 +03:00
mozilla-ast.js
Workaround for missing
prefix
in UnaryExpression generated by Esprima
2013-04-29 15:03:52 +03:00
output.js
Escape null characters as \x00
2013-06-03 20:46:42 +03:00
parse.js
Fix typo.
2013-07-12 09:56:58 +03:00
scope.js
Set "global" on undeclared SymbolDef-s
2013-05-22 13:08:19 +03:00
sourcemap.js
line numbers start at 1
2012-10-02 16:39:53 +03:00
transform.js
Compress code passed to
new Function
if it's a constant.
2013-05-14 10:47:06 +03:00
utils.js
Only compress code in
new Function
if all arguments are strings.
2013-05-14 18:36:31 +03:00