[Pkg-javascript-commits] [uglifyjs] 102/491: clarify what --mangle-props does (#2012)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:26 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 1ff8e9dd386beb071945c4e3f73ed347c72527d8
Author: kzc <kzc at users.noreply.github.com>
Date: Sat May 27 01:17:30 2017 -0400
clarify what --mangle-props does (#2012)
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 9db3e6c..985fe50 100644
--- a/README.md
+++ b/README.md
@@ -218,10 +218,11 @@ to prevent the `require`, `exports` and `$` names from being changed.
### CLI mangling property names (`--mangle-props`)
-**Note:** this will probably break your code. Mangling property names is a
-separate step, different from variable name mangling. Pass
-`--mangle-props`. It will mangle all properties that are seen in some
-object literal, or that are assigned to. For example:
+**Note:** THIS WILL PROBABLY BREAK YOUR CODE. Mangling property names
+is a separate step, different from variable name mangling. Pass
+`--mangle-props` to enable it. It will mangle all properties in the
+input code with the exception of built in DOM properties and properties
+in core javascript classes. For example:
```javascript
// example.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list