Sourced from tslib's releases.
tslib 2.2.0
This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.
It does so by expanding the scope of
__classPrivateFieldGetand__classPrivateFieldSet. See microsoft/tslib#146 for more details.
f7eea49 Bump version to 2.2.0.145fdc0 update private class element helpers (https://github.com/facebook/flipper/issues/2) (https://github.com/facebook/flipper/issues/146)