mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.66k stars 834 forks source link

unexpected token (60:35) in ejs #726

Open kali64amd opened 1 year ago

kali64amd commented 1 year ago

I'm getting error in this and I'm clueless...

var _REGEXSTRING = '(<%%|%%>|<%=|<%-|<%|<%#|<%|%>|-%>|_%>)';

mde commented 1 year ago

That's the regex used to parse the template into code/literals. You'll need to give a little more context for anyone to be able to help.