microsoft / tslib

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

use getters for exportStar helper #78

Closed mlrawlings closed 4 years ago

mlrawlings commented 5 years ago

This PR makes the same change to the tslib helper as was made in https://github.com/microsoft/TypeScript/pull/33587 to the inline helper which makes re-exported bindings live rather than snapshots.

weswigham commented 4 years ago

99 has absorbed this~ Thanks!