-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: ES ModulesThe issue relates to import/export style module behaviorThe issue relates to import/export style module behaviorFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
Today, --moduleResolution node12 is a pit-of-failure experience because Node.js 12 is already oldish and doesn't support top-level await. This was brought up in #46452 (and in this comment #46452 (comment))
Before TypeScript 4.7 RC, we should remove node12 as an option and provide a node16 option instead.`
tonivj5 and shrujalshah28
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: ES ModulesThe issue relates to import/export style module behaviorThe issue relates to import/export style module behaviorFix AvailableA PR has been opened for this issueA PR has been opened for this issue