microsoft / tslib

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

Updates __awaiter to latest version in TypeScript #70

Closed rbuckton closed 5 years ago

rbuckton commented 5 years ago

In conjunction with https://github.com/microsoft/TypeScript/pull/32462, this updates the __awaiter helper to align with the updated version.

Fixes https://github.com/microsoft/TypeScript/issues/31552

rbuckton commented 5 years ago

@DanielRosenwasser: We will need to publish an update to tslib for this, thanks!