ejs icon indicating copy to clipboard operation
ejs copied to clipboard

unexpected token (60:35) in ejs

Open kali64amd opened this issue 1 year ago • 1 comments

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

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

kali64amd avatar Apr 23 '23 21:04 kali64amd

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.

mde avatar Apr 24 '23 03:04 mde