Files
UglifyJS/test/compress
kzc de619ae5a6 Fix --mangle-props and --mangle-props=unquoted
Fixes: #1247

Fix --mangle-props and --name-cache inconsistency.
AST_Dot and AST_Sub properties are now mangled by --mangle-props
without regard to being used in an assignment statement.

Note: if --mangle-props is used then *all* javascript files used must
be uglified with the same mangle options.

Fix the ignore_quoted=true mangle option, also known as
`--mangle-props=unquoted`.  If a given property is quoted anywhere
it will not be mangled in any quoted or non-quoted context.
2016-08-14 21:51:25 +02:00
..
2016-06-30 21:49:48 +02:00
2012-08-27 11:00:26 +03:00
2016-01-20 11:35:45 -06:00
2016-05-24 17:50:29 +02:00
2012-11-30 11:26:37 +02:00
2013-10-25 16:28:15 -04:00
2013-05-08 16:22:48 +03:00
2013-11-20 21:13:16 +02:00
2015-04-17 11:28:59 +03:00
2016-01-05 13:56:52 +02:00
2016-05-15 19:12:17 -04:00
2013-04-03 22:34:19 -04:00
2015-01-20 00:31:44 +01:00