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 has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
n/a Describe the issue you encountered:
Currently, we transpile all the JavaScript to ES5 code. But I think we can be smart by using https://github.com/babel/babel-preset-env to only tranpile code which is not supported by a particular version of chrome (I guess we can say 54 now).
Expected behavior:
This will help us to run most of the code we write as it is. Chrome as better perfs on certain ES6 features i guess.
Platform (Win7, 8, 10? macOS? Linux distro?):
all
Brave Version (revision SHA):
master
The text was updated successfully, but these errors were encountered:
Did you search for similar issues before submitting this one?
n/a
Describe the issue you encountered:
Currently, we transpile all the JavaScript to ES5 code. But I think we can be smart by using https://github.com/babel/babel-preset-env to only tranpile code which is not supported by a particular version of chrome (I guess we can say 54 now).
Expected behavior:
This will help us to run most of the code we write as it is. Chrome as better perfs on certain ES6 features i guess.
all
master
The text was updated successfully, but these errors were encountered: