weaverbird icon indicating copy to clipboard operation
weaverbird copied to clipboard

Upgrade typescript target to es6

Open davinov opened this issue 4 years ago • 0 comments

The scope of this project is not to support older browsers. Therefore, switching the target to ES6 seems a good idea to me:

  • it will make the transpilation faster
  • it will make debugging easier even in environment without source maps
  • it will produce a smaller bundle
  • it will fix a few coverage issues, such as incorrect branch coverage of class/extends statements

davinov avatar Dec 14 '20 16:12 davinov