Revision de619ae5a62472a76b0bfaa23d8e0b3068472196 authored by kzc on 31 July 2016, 06:35:14 UTC, committed by Richard van Velzen on 14 August 2016, 19:51:25 UTC
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.
1 parent 86859f6
History
File Mode Size
extract-props.js -rwxr-xr-x 1.9 KB
uglifyjs -rwxr-xr-x 19.2 KB

back to top