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
This fourslash test fails. But putting Symbol.iterator; in a file and running tsc a.ts --target esnext compiles with no error. // @lib: esnext doesn't work either, even though tsc a.ts --lib esnext works.