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