microsoft / tslib

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

Skip default when initially iterating exports in __importStar, same as __exportStar #116

Closed weswigham closed 4 years ago

weswigham commented 4 years ago

This is for https://github.com/microsoft/TypeScript/pull/38808

AviVahl commented 4 years ago

@DanielRosenwasser @weswigham you may want to release tslib@2.0.1 containing this fix, considering typescript@3.9.5 is out...

apaniel commented 4 years ago

@DanielRosenwasser @weswigham @rbuckton is there a expected date for releasing this fix?