Skip to content

tslib 2.2.0

Compare
Choose a tag to compare
@DanielRosenwasser DanielRosenwasser released this 05 Apr 18:21

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 __classPrivateFieldGet and __classPrivateFieldSet. See #146 for more details.