ejs icon indicating copy to clipboard operation
ejs copied to clipboard

Is it possible to import a module

Open rgpb opened this issue 6 years ago • 0 comments

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

SyntaxError: Unexpected token import

rgpb avatar Mar 04 '19 12:03 rgpb