ejs
ejs copied to clipboard
Is it possible to import a module
Is it possible to import a module Like: <% import {cObj} from "./cObj.js"; oo = new cObj() oo.action(); %>
SyntaxError: Unexpected token import