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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Declare SymbolConstructor for older versions of ES
Older versions of the ES standard do not define `Symbol#asyncIterator`.
This means our attempts to "manually" define `AsyncIterator` for
versions of ES that don't have it fail.
Following [1] and [2], our understanding is that the best existing
solution is to manually re-define `SymbolConstructor` to have this
member.
[1]: microsoft/TypeScript#13031
[2]: microsoft/TypeScript#8099
0 commit comments