-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart2js: target modern browsers and use modern JS #45092
Comments
Please explore including #29623 in this plan. |
Thanks for the suggestion, I went ahead and added it to the list above. |
it is very sad that you have to adapt to a poor javascript system, instead of developing your own virtual machine for the browser |
Please consider promoting BigInt into language. With modern JS, it implies:
|
I believe in 2.14 this is the default behavior? |
Yes, the flag was flipped by default in 2.14. So far, though, we only use ES6 method syntax, which was the change that was providing the biggest win in terms of code-size reduction (as much as 4% on some of our large internal apps). |
Two years ago we announced a plan to deprecate support for IE11, but due to change in priorities we have not yet made the underlying changes.
This bug is to track any work to enable modern JS features and start using them in our compiler. This includes:
--no-legacy-javascript
The text was updated successfully, but these errors were encountered: