X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.vala;h=b6d7e28a2563c5c0174190ba59d20002391ebe1d;hb=dad53f90789b90b0767d049a5c449b305d64941b;hp=822e0736b5036f9aa362a940274fa8fc6a0b011f;hpb=5952f0a864405366d4da4951db2c01f207b82b35;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 822e073..b6d7e28 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -374,9 +374,9 @@ namespace JSDOC sp.mungeSymboltree(); sp.printWarnings(); //print(sp.warnings.join("\n")); - - - var outf = CompressWhite(new TokenStream(ts.toArray()), this, this.keepWhite); // do not kill whitespace.. + //(new TokenStream(toks.tokens)).dumpAll(""); GLib.Process.exit(1); + // compress works on the original array - in theory the replacements have already been done by now + var outf = CompressWhite(new TokenStream(toks.tokens), this, this.keepWhite); // do not kill whitespace.. print("RESULT: \n %s\n", outf);