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
a5b60217cede3f214153e62087d32274aa0859e5
UglifyJS
/
lib
History
Mihai Bazon
a5b60217ce
Fix compressing conditionals
...
Only transform foo() ? EXP(x) : EXP(y) into EXP(foo() ? x : y) if EXP has no side effects.
Fix
#710
2015-05-18 13:56:04 +03:00
..
ast.js
Add option to preserve/enforce string quote style
2015-01-27 22:26:27 +02:00
compress.js
Fix compressing conditionals
2015-05-18 13:56:04 +03:00
mozilla-ast.js
Location fix for Mozilla AST start token.
2015-01-06 11:32:41 +01:00
output.js
Fix blank lines in the output.
2015-05-04 17:55:42 +03:00
parse.js
Only drop the BOM when it's the first character.
2015-05-05 10:11:38 +03:00
propmangle.js
fix again reserved props
2015-05-13 22:03:00 +03:00
scope.js
rename --prop-cache to --name-cache
2015-03-16 13:16:30 +02:00
sourcemap.js
fixes issue
#621
SourceMap toString JSON format
2015-01-24 00:33:02 -08:00
transform.js
Apply transformer to AST_VarDef's name
2013-07-14 13:24:09 +03:00
utils.js
Add property name mangler
2015-03-14 11:22:28 +02:00