https://github.com/mishoo/UglifyJS
Revision e645ba84cfc950183a222c2cce2ea6b94fe51226 authored by Shrey Banga on 05 May 2016, 20:44:59 UTC, committed by Richard van Velzen on 19 June 2016, 19:13:31 UTC
The option added in fbbaa42ee55a7f753f7cab9b1a905ccf73cf26d5 wasn't
being respected inside object literals, so quoted property names would
still be stripped out with this option.

This is mostly a corner-case, but useful when the output is passed to
something like the Closure compiler, where quoted property names can be
used to prevent mangling.
1 parent 6c99816
History
Tip revision: e645ba84cfc950183a222c2cce2ea6b94fe51226 authored by Shrey Banga on 05 May 2016, 20:44:59 UTC
Respect quote style in object literals
Tip revision: e645ba8
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-- 33.9 KB
npm-shrinkwrap.json -rw-r--r-- 4.2 KB
package.json -rw-r--r-- 1.3 KB

README.md

back to top