[Pkg-javascript-commits] [uglifyjs] 02/04: Fix long options

Jonas Smedegaard dr at jones.dk
Tue May 19 00:02:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v2.4.19
in repository uglifyjs.

commit db396da7342accfd6af3d8b1a61315e747d649cc
Author: なつき <i at ntk.me>
Date:   Sun Mar 29 03:50:00 2015 -0700

    Fix long options
---
 bin/uglifyjs | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/bin/uglifyjs b/bin/uglifyjs
index 6375666..9b335b7 100755
--- a/bin/uglifyjs
+++ b/bin/uglifyjs
@@ -88,13 +88,19 @@ You need to pass an argument to this option to specify the name that your module
     .string("source-map-root")
     .string("source-map-url")
     .string("b")
+    .string("beautify")
     .string("m")
+    .string("mangle")
     .string("c")
+    .string("compress")
     .string("d")
+    .string("define")
     .string("e")
+    .string("enclose")
     .string("comments")
     .string("wrap")
     .string("p")
+    .string("prefix")
     .string("name-cache")
     .array("reserved-file")
 
@@ -104,11 +110,13 @@ You need to pass an argument to this option to specify the name that your module
     .boolean("export-all")
     .boolean("self")
     .boolean("v")
+    .boolean("verbose")
     .boolean("stats")
     .boolean("acorn")
     .boolean("spidermonkey")
     .boolean("lint")
     .boolean("V")
+    .boolean("version")
     .boolean("noerr")
     .boolean("bare-returns")
     .boolean("keep-fnames")

-- 
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