Closed Neuroboy23 closed 4 years ago
A companion to https://github.com/microsoft/TypeScript/pull/30829, this PR adds the helper methods for private-named instance fields into tslib.
The original helper methods were written by @joeywatts and @mheiber in the aforementioned PR. They have simply been copied and exposed here.
Requesting a review from @rbuckton.
for reviewers: this PR is still up-to-date with https://github.com/microsoft/TypeScript/pull/30829
A companion to https://github.com/microsoft/TypeScript/pull/30829, this PR adds the helper methods for private-named instance fields into tslib.
The original helper methods were written by @joeywatts and @mheiber in the aforementioned PR. They have simply been copied and exposed here.