It would be most welcome to have a line syntax to put in the code so that parts
of the of it would not be parsed by JSParser.
Ex :
Some script tag in a XSLT file :
<script>
<![CDATA[
// ** jsparser:off
var cgi = '<xsl:value-of select="$CGI"/>';
// ** jsparser:on
]]>
</script>
or some closure compiled code which sometime fails in jsParser:
<script>
// ** jsparser:off
new function(h){var
l=h.separator||"&",k=h.spaces===!1?!1:!0,m=h.prefix!==!1?h.h....
// ** jsparser:on
</script>
Thank you.
Original issue reported on code.google.com by jeanp...@gmail.com on 7 Jun 2013 at 7:24
Original issue reported on code.google.com by
jeanp...@gmail.com
on 7 Jun 2013 at 7:24