Sourced from tslib's releases.
tslib 2.0.0
This release changes
__exportStarand__importStarto use__createBindingwhich is incompatible with versions of TypeScript older than 3.9 (i.e. 3.8 and below).tslib 1.13.0
This release reverts breaking changes in tslib that were not compatible with versions of TypeScript prior to 3.9. The behavior slightly diverges from that of TypeScript 3.9, but generally is compatible with previous versions of TypeScript-authored code.
The new behavior of TypeScript 3.9 will be available in tslib 2.0.0.
See this pull request for more details.
tslib 1.12.0
This release adds the
__createBindinghelper function which is used by non-ECMAScript module emit in TypeScript 3.9.tslib 1.11.2
This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.
2d12014 Merge pull request https://github.com/facebook/flipper/issues/112 from microsoft/revert-109-revert3.9Changes19e3f35 Switch to 2.0.0fa5c8a0 Switch from const to var1a9d747 Revert "Revert changes to pre-3.9 behavior, update version to 1.13.0"b7e9c51 Merge pull request https://github.com/facebook/flipper/issues/109 from microsoft/revert3.9Changes7b69d91 Semicolon0587b2a Add back 'p !== default'ce3462e Re-add '__createBinding'.e6dc41c Update version number.12fca3b Revert changes to pre-3.9 behavior.