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