marko-js/htmljs-parser

Add support for scriptlet blocks <% %>

Closed this issue · 1 comments

<div>
<% console.log('xyz'); %>
</div>

Also, need to make sure that we handle this:

<% console.log('<% %> is great!') %>