Skip to content

ZNTC0312: 'import.meta' is only allowed in module code

‘import.meta’ is only allowed in module code

Category: Parser: Import/Export

console.log(import.meta.url);

Reproduce in Playground →

See the error message for cause and resolution.