Closed jacob314 closed 9 years ago
Any time two libraries imported into the same isolate reference the same native class we should generate a compile error.
Added Triaged label.
Removed Area-Frog label. Added Area-Dart2JS, FromAreaFrog labels.
I believe this is still a problem with dart2js.
Removed FromAreaFrog label. Changed the title to: "dart2js should generate a fatal compile error if dart:html and dart:dom are imported at the same time".
Added AssumedStale label.
Now that dart:html is switching to a wrapper free design, importing both libraries accidentally into the same isolate causes hard to debug bugs.