add source mappings for more node types; started CLI utility

This commit is contained in:
Mihai Bazon
2012-09-02 14:32:00 +03:00
parent 24bfd55a22
commit f2f370cee3
4 changed files with 156 additions and 3 deletions

View File

@@ -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();