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
f68de86a17
UglifyJS
/
lib
History
Mihai Bazon
f68de86a17
Merge pull request
#1011
from kzc/dont-produce-let-in-mangle
...
Do not produce `let` as a variable name in mangle.
2016-03-24 18:16:26 +02:00
..
ast.js
Fix output for "use asm" code from SpiderMonkey AST
2015-11-12 12:18:25 +02:00
compress.js
boolean_expression ? true : false --> boolean_expression
2016-02-22 17:59:36 +01:00
mozilla-ast.js
Fix output for "use asm" code from SpiderMonkey AST
2015-11-12 12:18:25 +02:00
output.js
Escape all ASCII control characters within strings when using ascii_only.
2016-03-24 11:51:54 -04:00
parse.js
Do not produce
let
as a variable name in mangle.
2016-03-15 11:20:32 -04:00
propmangle.js
Fix mangling of property names which overwrite unmangleable properties
2015-08-05 21:18:39 +02:00
scope.js
#877
Ignore mangle sort option
2016-02-27 15:33:10 -05:00
sourcemap.js
Revert "using the original sourcemap as the base"
2016-02-10 10:19:39 +01:00
transform.js
Collapse single use var definitions
2016-01-27 11:48:15 +02:00
utils.js
Add property name mangler
2015-03-14 11:22:28 +02:00