From: Andrew Levine Date: Tue, 2 Jun 2015 20:32:10 +0000 (-0500) Subject: Add keep_fnames compressor option to README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=65ee5af78ca3ec85dee8870a452845f1a4c871f7;p=UglifyJS.git Add keep_fnames compressor option to README.md --- diff --git a/README.md b/README.md index f3eb5f71..42579151 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,11 @@ to set `true`; it's effectively a shortcut for `foo=true`). compressor from discarding unused function arguments. You need this for code which relies on `Function.length`. +- `keep_fnames` -- default `false`. Pass `true` to prevent the + compressor from mangling/discarding function names. Useful for code relying on + `Function.prototype.name`. + + ### The `unsafe` option It enables some transformations that *might* break code logic in certain