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
The playground does not have a way to set compiler options, e.g. target, or --lib. it is similar to microsoft/TypeScript#18209.
The long term solution is to make it configurable. as a short term fix i will add the latest lib file.
I put the following code into https://www.typescriptlang.org/play/
The compiler reports two errors on the
async function *g()
line.Is that expected?
The text was updated successfully, but these errors were encountered: