From: Asia Date: Sat, 18 Jun 2016 20:17:51 +0000 (+0200) Subject: Document the except option to mangle X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fc1abd1c1152de0a297705d124e65d186181de10;p=UglifyJS.git Document the except option to mangle Added documentation for the `except` option to the `mangle` option in the API reference. --- diff --git a/README.md b/README.md index 293608e7..2ab9de62 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)