You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS1055: Type 'IO' is not a valid async function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor value.
4 export async function main(): IO {
TypeScript Version: 3.5.3
Search Terms: promise, async function, return type in ES5/ES3
Code
Expected behavior:
Successful compilation
Actual behavior:
Playground Link:
Unable to reproduce in playground
Related Issues:
No
The text was updated successfully, but these errors were encountered: