jsdoc.github.io
jsdoc.github.io copied to clipboard
ejs
I get "Unexpected token" for ejs include statements
How can I make clear that I use EJS and not for example ejx? as I also get some of those messages for no reason ( Adjacent JSX elements must be wrapped in an enclosing tag)
My config file contains as follows:
"includePattern": ".+\\.(e)js(doc)?$"