You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
As we already restrict the node version to be > 4 it seems very reasonable to me to start using the available ES2015 features shipping with v8 (list can be found here)
This means adding two things to support it:
Use babel-eslint parser for eslint instead of the standard one, as that supports all features needed.
Add babelify to the browserify toolchain to ensure the code still works in all browsers.