ZNTC0306: 'export' declaration must be at the top level
ZNTC0306
Section titled “ZNTC0306”‘export’ declaration must be at the top level
Category: Parser: Import/Export
Reproduction
Section titled “Reproduction”function f() { export const x = 1; }How to fix
Section titled “How to fix”See the error message for cause and resolution.