Change esnext.asynciterable to es2018.asynciterable#26220
Conversation
|
Please resolve merge conflict. Thanks! |
|
@RyanCavanaugh Done and the test passes! |
|
When will this PR be merged? |
|
C'mon Microsoft, pls merge and release it! |
|
Async iterators were moved to Stage 4 almost a year ago. Does it normally take this long to update lib typings and targets? |
|
Still not merged...? C'mon... |
| ["es2018.regexp", "lib.es2018.regexp.d.ts"], | ||
| ["esnext.array", "lib.esnext.array.d.ts"], | ||
| ["esnext.symbol", "lib.esnext.symbol.d.ts"], | ||
| ["esnext.asynciterable", "lib.esnext.asynciterable.d.ts"], |
There was a problem hiding this comment.
For backwards-compatibility sake we might want to have lib.esnext.asynciterable.d.ts that just has a /// <reference lib="es2018.asynciterable" />
There was a problem hiding this comment.
Actually, a simpler approach would be to have ["esnext.asynciterable", "lib.es2018.asynciterable.d.ts"], here.
|
.......... |
|
This looks good although the PR seems to have caught up some recent changes in master that seem to be unrelated, so I may have to merge manually. |
|
Thanks for the contribution! |
Fixes #26218