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.
The text was updated successfully, but these errors were encountered:
TypeScript Version: Version 3.0.0-dev.20180616
Code
This fourslash test fails. But putting
Symbol.iterator;
in a file and runningtsc a.ts --target esnext
compiles with no error.// @lib: esnext
doesn't work either, even thoughtsc a.ts --lib esnext
works.The text was updated successfully, but these errors were encountered: