microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.26k stars 128 forks source link

Adds helpers to support async generators #10

Closed rbuckton closed 7 years ago

rbuckton commented 7 years ago

Adds helpers to support async generators to align with Microsoft/TypeScript#12346.

alitaheri commented 7 years ago

@rbuckton I guess it's time to merge this one too :grin: :+1: Thanks for the awesome work ❤️

P.S. don't forget:

+    if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
mhegazy commented 7 years ago

👍