X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPacker.js;h=ed58555f66d6c99764bb9cb9ea4384e0ced43499;hp=2b90244615374135033b52133a2c55e756419d8d;hb=80f0c8544ff844250e28ffb5a2a1a17f655b448d;hpb=1c112ad8d5cecd0351642c79419edab08e1a9074 diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 2b90244..ed58555 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -279,6 +279,8 @@ Packer.prototype = { File.remove(minfile); } var str = File.read(file); + print(str); + var str = this.pack(str, file, minfile); @@ -403,7 +405,7 @@ Packer.prototype = { // and replace if we are generating a different language.. - this.timerPrint("Tokenized"); + this.timerPrint("Tokenized tokens:" + toks.length); //var ts = new TokenStream(toks); //print(JSON.stringify(toks, null,4 )); Seed.quit(); var ts = new Collapse(toks); @@ -426,6 +428,7 @@ Packer.prototype = { if (out.length) { File.write(minfile, out); + this.timerPrint("Write (" + out.length + "bytes) " + minfile); } return out;