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

Using ES 6 or parts of it? #249

Closed
nrenner opened this issue Oct 3, 2019 · 0 comments · Fixed by #367
Closed

Using ES 6 or parts of it? #249

nrenner opened this issue Oct 3, 2019 · 0 comments · Fixed by #367

Comments

@nrenner
Copy link
Owner

nrenner commented Oct 3, 2019

We currently don't use ES 6.

My idea was to either wait until we use Babel (with Webpack?) or to properly define what Browsers we want/need to support and what features we can safely use, ideally by looking at user agent strings from user requests.

The first thing would be to check the code with eslint-plugin-compat (#188) against our current browserlist (which is Browsers supporting flexbox):

"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead, Explorer >= 10, Android >= 4.1, Safari >= 7, iOS >= 7",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants