With `"isolatedModules": true`, which of these constructs is reported as unsupported, and why does single-file emit specifically struggle with it?const enum Direction { Up, Down } function move(d: Direction) {}