https://github.com/mishoo/UglifyJS
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
Tip revision: de619ae5a62472a76b0bfaa23d8e0b3068472196 authored by kzc on 31 July 2016, 06:35:14 UTC
Fix --mangle-props and --mangle-props=unquoted
Tip revision: de619ae
File Mode Size
bin
lib
test
tools
.gitignore -rw-r--r-- 35 bytes
.travis.yml -rw-r--r-- 150 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 36.2 KB
appveyor.yml -rw-r--r-- 350 bytes
npm-shrinkwrap.json -rw-r--r-- 4.2 KB
package.json -rw-r--r-- 1.3 KB

README.md

back to top