tslib
tslib copied to clipboard
Dead tslib.es6.js code
The ESM specification was introduced together with the ES6 (or ES2015) features like:
- let
- const
- Object.assign
- Classes
For this reason two tslib.es6.js metods like: __extends, __assign (maybe more) may be deleted. Even var declarations can be updated to let and const.