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
Cases where Dartium doesn’t quite match Dart2JS behavior due to possibly hard to fix edge cases in facade Dartium has to maintain that Dart List is a JS Array, etc.
Support rest params in package:js #24623 support rest and varargs
Issues solved if we didn’t use _ for privates or changed conventions for underscores in named parameters.
Cases where Dartium doesn’t quite match Dart2JS behavior due to possibly hard to fix edge cases in facade Dartium has to maintain that Dart List is a JS Array, etc.
this
value differs between dart2js and Dartium when calling a JS function. #25658 This sometimes not bound in Dartium when it is in dart2js. Might be fixed.Dart2JS bugs
Missing Dartium functionality.
Bad error messages.
Attempting to extend a @js class
[General Analyzer] better message when using a ctor annotation without parens
Feature work
Issues potentially gated on Dart 2.0
Issues solved if we didn’t use _ for privates or changed conventions for underscores in named parameters.
Exporting Dart classes to JS
We need a general high level design as well. This is simple to implement in DDC, harder in Dart2JS and painful in Dartium.
Performance Improvements
Issues not specific to new interop
The text was updated successfully, but these errors were encountered: