diff options
author | Mihai Bazon <mihai@bazon.net> | 2012-09-02 14:32:00 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2012-09-02 14:32:00 +0300 |
commit | f2f370cee3708c0d9431594f81e192099fc6900c (patch) | |
tree | e4f03f0f4576a59bf781b9f9b2b8326db2e4e132 /tmp/test-node.js | |
parent | 24bfd55a22afd791d4a97694641831cfbd27fb14 (diff) | |
download | tracifyjs-f2f370cee3708c0d9431594f81e192099fc6900c.tar.gz tracifyjs-f2f370cee3708c0d9431594f81e192099fc6900c.zip |
add source mappings for more node types; started CLI utility
Diffstat (limited to 'tmp/test-node.js')
-rwxr-xr-x | tmp/test-node.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/test-node.js b/tmp/test-node.js index d737afde..ce03b591 100755 --- a/tmp/test-node.js +++ b/tmp/test-node.js @@ -22,7 +22,7 @@ time_it("scope", function(){ ast.figure_out_scope(); }); -ast.scope_warnings(); +// ast.scope_warnings(); time_it("mangle", function(){ ast.mangle_names(); |