JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index b49ec74..aa8e239 100644 (file)
@@ -102,7 +102,7 @@ Packer = function(cfg)
         
     }
      
-    
+    print(this.translateJSON);
     this.timer =  new Date() * 1;
     this.packAll();
     
@@ -152,7 +152,7 @@ Packer.prototype = {
     cleanup : true,  
     /**
      * @cfg {Boolean} keepWhite (optional) do not remove white space in output.
-     *    Defaults to false if you set tmpDir, otherwise true.
+     *    usefull for debugging compressed files.
      */
     
     keepWhite: true,
@@ -382,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");