JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 4 Aug 2010 02:52:00 +0000 (10:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 4 Aug 2010 02:52:00 +0000 (10:52 +0800)
JSDOC/Packer.js

index f7a3246..cfeabaa 100644 (file)
@@ -360,10 +360,11 @@ Packer.prototype = {
             keepWhite : true,  
             keepComments : true, 
             sepIdents : true,
-            collapseWhite : false
+            collapseWhite : true
         });
         this.timerPrint("START" + fn);
         
+        print(JSON.stringify(tr.tokens, null ,4 ));
         // we can load translation map here...
         
         var toks = tr.tokenize(new TextStream(str)); // dont merge xxx + . + yyyy etc.