ZNTC0311: 'import' cannot be used with 'new'
ZNTC0311
Section titled “ZNTC0311”‘import’ cannot be used with ‘new’
Category: Parser: Import/Export
Reproduction
Section titled “Reproduction”const m = new import("./mod");How to fix
Section titled “How to fix”See the error message for cause and resolution.