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
Sounds like you are targeting ES5, for which TypeScript offers limited for..of support. There are related issue about this, like #4947, #6842, #5329, and #3164.
@SetTrend I couldn't speak for what the TypeScript team's plans are, but looking at the comments in those linked issues (and also in #4031), there seems to be some sympathy for users but no concrete plans.
This small piece of code doesn't compile:
This is the error that's being generated:
The text was updated successfully, but these errors were encountered: