Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade typescript target to es6 #792

Open
davinov opened this issue Dec 14, 2020 · 0 comments
Open

Upgrade typescript target to es6 #792

davinov opened this issue Dec 14, 2020 · 0 comments
Labels
build javascript Pull requests that update Javascript code tech technical tasks

Comments

@davinov
Copy link
Member

davinov commented Dec 14, 2020

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 davinov added tech technical tasks build javascript Pull requests that update Javascript code labels Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build javascript Pull requests that update Javascript code tech technical tasks
Projects
None yet
Development

No branches or pull requests

1 participant