Comment #9 on issue 1868 by felix8a: Investigate minifier bug / upgrade JS
processing libraries
http://code.google.com/p/google-caja/issues/detail?id=1868
The root problem is that our js lexer elides all backslash-newline
sequences before tokenizing, which seems to be fantasy. afaik, ecmascript
has never permitted backslash newline except inside string literals, and
even IE7 in quirks mode conforms to that.
I have half a CL for fixing this, but I'm considering instead switching to
Closure in conservative mode. The downside is the Caja minifier is much
more aggressive about safe conservative rewrites than Closure, so the
result will likely be a little larger
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.