We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a tracking issue of all issues related to code size and runtime performance for AngularDart.
As it's possible to try to improve our output many ways, we'd like to focus on the following only:
--trust-type-annotations
--trust-primitives
noSuchMethod
dart:mirrors
dart:isolate
.runtimeType
We're also intentionally not focusing on better/improved JS-interop here.
runtimeType
Other changes planned by the Dart2JS team not specifically tied to one issue.
The text was updated successfully, but these errors were encountered:
/cc @sigmundch
Sorry, something went wrong.
Lets re-open this when I have more actionable items.
No branches or pull requests
This is a tracking issue of all issues related to code size and runtime performance for AngularDart.
Assumptions
As it's possible to try to improve our output many ways, we'd like to focus on the following only:
--trust-type-annotations
--trust-primitives
noSuchMethod
dart:mirrors
ordart:isolate
.runtimeType
for anything but debugging purposesWe're also intentionally not focusing on better/improved JS-interop here.
Issues
runtimeType
anywhere makes reified generics everywhere costlier (#31329)Planned changes
Other changes planned by the Dart2JS team not specifically tied to one issue.
dart:mirrors
anddart:isolate
(#30538).The text was updated successfully, but these errors were encountered: