microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

update private class element helpers #146

Closed mkubilayk closed 3 years ago

mkubilayk commented 3 years ago

A companion to https://github.com/microsoft/TypeScript/pull/42458 - this PR updates __classPrivateFieldGet and __classPrivateFieldSet helpers to support private instance methods and accessors, and private static elements.

cc: @rbuckton

rbuckton commented 3 years ago

@DanielRosenwasser we will need to ship a new tslib to support https://github.com/microsoft/TypeScript/pull/42458

rbuckton commented 3 years ago

@DanielRosenwasser can you publish a new tslib?