ZNTC0312: 'import.meta' is only allowed in module code
ZNTC0312
Section titled “ZNTC0312”‘import.meta’ is only allowed in module code
Category: Parser: Import/Export
Reproduction
Section titled “Reproduction”console.log(import.meta.url);How to fix
Section titled “How to fix”See the error message for cause and resolution.