-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
Describe the feature
Would be nice to now support top level await:
async function f() {
}
await f();
I believe this would be a feature that isn't compiled and is only supported when targeting es2017
.
https://devblogs.microsoft.com/typescript/announcing-typescript-3-8-beta/#top-level-await
nayeemrmn