You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using template literals there would be no need to make <script type="text/ejs"> elements in html, and it would come in handy when making js libraries that have templates inside them and are shipped without having a server side component.
I use ejs a lot in the browser only, and it would be really cool if we could use template strings to store ejs templates.
Something like
Editors like vscode could then be extended to support syntax highlighting to ejs template literals like lit-html does.
The text was updated successfully, but these errors were encountered: