Dear readers,

I'm trying to use the framework/bin/compile.py tool to minimize some scripts I
add to my qooxdoo application via add-script, but it seems like the
framework/pylib/ecmascript/frontend/lang.py script has a rather large list of
'FUTURE_RESERVED_WORDS' which to my knowledge aren't on the ecma
FUTURE_RESERVED_WORDS list anymore since ecma5.  In my case this gives a
problems when I try to compile a valid javascript file because it contains some
raw DOM manipulation:

domElement.style.float = 'left';

I can work around this by changing this to domElement.style['float'] = 'left';
but since quite some of the future_reserved_words got dropped in ecma5 and they
never have been 'really' reserved words it might be possible to drop them from
the qooxdoo checker perhaps.

Kind Regards,

-- 
Rob

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to