[Pkg-javascript-commits] [uglifyjs] 170/190: Document the except option to mangle
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.
commit fc1abd1c1152de0a297705d124e65d186181de10
Author: Asia <joanna.turban at gmail.com>
Date: Sat Jun 18 22:17:51 2016 +0200
Document the except option to mangle
Added documentation for the `except` option to the `mangle` option in the API reference.
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 293608e..2ab9de6 100644
--- a/README.md
+++ b/README.md
@@ -676,6 +676,10 @@ Other options:
- `parse` (default {}) — pass an object if you wish to specify some
additional [parser options][parser]. (not all options available... see below)
+##### mangle
+
+ - `except` - pass an array of identifiers that should be excluded from mangling
+
##### mangleProperties options
- `regex` — Pass a RegExp to only mangle certain names (maps to the `--mangle-regex` CLI arguments option)
--
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