microsoft / tslib

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

add helpers for private-named instance fields #77

Closed Neuroboy23 closed 4 years ago

Neuroboy23 commented 5 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.

Neuroboy23 commented 5 years ago

Requesting a review from @rbuckton.

mheiber commented 4 years ago

for reviewers: this PR is still up-to-date with https://github.com/microsoft/TypeScript/pull/30829