In the testing environments JsHtml scripts have shown to be stable so promoting status to beta. There will need to be more extensive testing done before another status update however.
Work on the global context is near completion, if not already there. Any major changes from here will be bug fixes.
It is now possible to use direct output code block syntax. For example:
<p><?js:'This is a JavaScript string that is being outputted directly'?>
This is equivalent to:
<p><?js process.stdout.write('This is a JavaScript string that is being outputted directly')?>
The syntax with the ASP style code block is:
<p><%='This is a JavaScript string that is being outputted directly'%>