[Pkg-javascript-commits] [uglifyjs] 104/190: collapse_vars: document option in README
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:17 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 00c8d1d24149e4172ce9ddd237e4c7620a1346d3
Author: kzc <zaxxon2011 at gmail.com>
Date: Thu Jan 28 11:01:17 2016 -0500
collapse_vars: document option in README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 4bd1cab..a04d0fc 100644
--- a/README.md
+++ b/README.md
@@ -323,6 +323,9 @@ to set `true`; it's effectively a shortcut for `foo=true`).
- `cascade` -- small optimization for sequences, transform `x, x` into `x`
and `x = something(), x` into `x = something()`
+- `collapse_vars` -- default `false`. Collapse single-use var and const
+ definitions when possible.
+
- `warnings` -- display warnings when dropping unreachable code or unused
declarations etc.
--
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