diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-28 18:21:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28 18:21:44 +0800 |
commit | c6c9f4f5a837bea16609b1d430e6c20687f3742b (patch) | |
tree | ceeb632bde5e54dd6c0acb7dafa2ccd3e57ac1e4 /lib | |
parent | fec14379f6bae209484d75ba1db5c6b5ee37ae5a (diff) | |
download | tracifyjs-c6c9f4f5a837bea16609b1d430e6c20687f3742b.tar.gz tracifyjs-c6c9f4f5a837bea16609b1d430e6c20687f3742b.zip |
implement `--help options` (#2017)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/parse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse.js b/lib/parse.js index c960b493..a02fce8f 100644 --- a/lib/parse.js +++ b/lib/parse.js @@ -700,7 +700,7 @@ function parse($TEXT, options) { shebang : true, strict : false, toplevel : null, - }); + }, true); var S = { input : (typeof $TEXT == "string" |