Respect quote style in object literals
authorShrey Banga <shrey@quip.com>
Thu, 5 May 2016 20:44:59 +0000 (13:44 -0700)
committerRichard van Velzen <rvanvelzen1@gmail.com>
Sun, 19 Jun 2016 19:13:31 +0000 (21:13 +0200)
commite645ba84cfc950183a222c2cce2ea6b94fe51226
tree9ca5d7b1d55c36adb14f0468d4442f2a3a0aeb2d
parent6c99816855b650c6804a67f4891c339a3e8970f4
Respect quote style in object literals

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.
README.md
bin/uglifyjs
lib/output.js
lib/propmangle.js
test/compress/properties.js
test/mocha/minify.js
test/run-tests.js