JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 3c91ce9..619df62 100644 (file)
@@ -102,7 +102,7 @@ Packer = function(cfg)
         
     }
      
-    print(target); exit;
+    print(this.translateJSON);
     this.timer =  new Date() * 1;
     this.packAll();
     
@@ -360,10 +360,11 @@ Packer.prototype = {
             keepWhite : true,  
             keepComments : true, 
             sepIdents : true,
-            collapseWhite : false
+            collapseWhite : true
         });
         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.