tslib icon indicating copy to clipboard operation
tslib copied to clipboard

Dead tslib.es6.js code

Open sosoba opened this issue 5 years ago • 0 comments

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.

sosoba avatar Oct 16 '20 05:10 sosoba