X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FCompressWhite.js;h=16210828cf2ff6dfee3c6448b3726d746195203e;hb=9905efb4c5b6bc5cefb535f85b41333c968d6a4d;hp=de1b149a96f6b2e2fd8c5e39a4210e1491e4bb89;hpb=5b6a88bf63402cd7020c464ac1aed27ac57b850b;p=gnome.introspection-doc-generator diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index de1b149..1621082 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -78,6 +78,9 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } + print("AFTER BALANCE ("); + ts.dump(cu, ts.cursor+2); + if (!ts.balance("{") ){ ts.dump(cu-40, cu); print(">>>>>>>>>>>>>>>>>HERE>>>>>>>>>>>>"); @@ -85,13 +88,20 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - + print('FN: '+ts.tokens[cu].toString()); + print('F1: '+ts.lookTok(1).toString()); + print('F2: '+ts.look(1,true).toString()); // if next is not ';' -> make it so... // although this var a=function(){},v,c; causes if (ts.lookTok(1).data != ';' && ts.lookTok(1).data != '}' && ts.look(1,true).name == "NEWLINE") { + ts.look(0).outData = ts.look(0).data+";"; + print("ADDING SEMI: " + ts.look(0).toString()); + //ts.dump(cu, ts.cursor+2); } + + ts.dump(cu, ts.cursor+2); // restore.. ts.cursor = cu; continue;