Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardTypeScriptverbatimModuleSyntax isolatedModulesSingle-choice MCQ

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) {}