UglifyJS/lib
kzc ac4c215610 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-05 15:18:57 -04:00
..
ast.js Actually limit sequence length. 2016-04-12 14:17:24 +03:00
compress.js Keep const in own scope while compressing 2016-07-15 13:20:52 +02:00
mozilla-ast.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
output.js Enable --screw-ie8 by default. 2016-06-30 21:49:48 +02:00
parse.js Fix error style for regex errors 2016-07-15 13:14:30 +02:00
propmangle.js Fix --mangle-props and --mangle-props=unquoted 2016-08-05 15:18:57 -04:00
scope.js Fix mangle with option keep_fnames=true for Safari. 2016-07-15 13:18:14 +02:00
sourcemap.js lib/sourcemap.js: Copy sourceContent from old souce-map to the new source-map. Should fix #882 2016-07-17 19:36:15 +02:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js Various LineTerminator changes 2016-06-30 22:12:50 +02:00