-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed
Description
Feature request
According to the latest docs, topLevelAwait should be used via experimental section. In the same time, top level await is already a part of specification (stage 4). I think it's time already to remove it from experimental section.
What is the expected behavior?
Excluded topLevelAwait from experimental section.
What is motivation or use case for adding/changing the behavior?
No reason to consider this feature as experimental since it's already in specification.
How should this be implemented in your opinion?
Just exclude this option and this behaviour should be enabled by default.
Are you willing to work on this yourself?
no
Reactions are currently unavailable