JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 619df62..aa8e239 100644 (file)
@@ -360,11 +360,10 @@ Packer.prototype = {
             keepWhite : true,  
             keepComments : true, 
             sepIdents : true,
-            collapseWhite : true
+            collapseWhite : false
         });
         this.timerPrint("START" + fn);
         
-        print(JSON.stringify(tr null ,4 ));
         // we can load translation map here...
         
         var toks = tr.tokenize(new TextStream(str)); // dont merge xxx + . + yyyy etc.
@@ -383,7 +382,7 @@ Packer.prototype = {
         //var ts = new TokenStream(toks);
         //print(JSON.stringify(toks, null,4 )); Seed.quit();
         var ts = new Collapse(toks);
-       // print(JSON.stringify(ts.tokens, null,4 )); Seed.quit();
+        print(JSON.stringify(ts.tokens, null,4 )); Seed.quit();
         //return;//
         var sp = new ScopeParser(ts);
         this.timerPrint("Converted to Parser");