-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.5.1] Iterable is missing in lib.es2015.promise.d.ts #31722
Comments
Me too, miss |
Does this relate to #31676? |
Any news on this? |
3.5.3 exhibited the same problem for me. I have our TypeScript dependencies locked at 3.4.5 and cannot go higher at this time. |
@pushkin- nope, with
|
@rbuckton any news on this? What do you recommend to bypass this issue to start using newer TypeScript versions? |
This workaround appears to work
headintheclouddev/typings-suitescript-2.0#121 (comment) Unfortunately this ads typings for additional ES2015 iterable features |
Fixed by #35998. |
TypeScript Version:
Search Terms: async, await, polyfill, csproj, TypeScriptLib
Code
tsconfig.json
a.ts
Expected behavior:
Actual behavior:
Playground Link: None
Related Issues: Not found.
Workaround:
Add "es2015.iterable" to lib
The text was updated successfully, but these errors were encountered: