[Pkg-javascript-commits] [node-acorn-jsx] 105/484: Remove outdated option from bin/acorn
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:20:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit 83cdcf7dbf3c3c6a4408252957af26283521278d
Author: Marijn Haverbeke <marijnh at gmail.com>
Date: Wed Feb 27 09:59:42 2013 +0100
Remove outdated option from bin/acorn
---
bin/acorn | 1 -
1 file changed, 1 deletion(-)
diff --git a/bin/acorn b/bin/acorn
index 492805d..b8d544f 100755
--- a/bin/acorn
+++ b/bin/acorn
@@ -17,7 +17,6 @@ for (var i = 2; i < process.argv.length; ++i) {
if (arg == "--ecma3") options.ecmaVersion = 3;
else if (arg == "--ecma5") options.ecmaVersion = 5;
else if (arg == "--strictSemicolons") options.strictSemicolons = true;
- else if (arg == "--trackComments") options.trackComments = true;
else if (arg == "--locations") options.locations = true;
else if (arg == "--silent") silent = true;
else if (arg == "--compact") compact = true;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list