mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In Dart, ImmutableLists are just a projection of an underlying list.
I.e. if the underlying list changes, the ImmutableList also changes.
So we can't make optimizations based on checking whether a collection
is an ImmutableList.
This reverts commit
|
||
|---|---|---|
| .. | ||
| angular1_router | ||
| angular2 | ||
| benchmarks | ||
| benchmarks_external | ||
| benchpress | ||
| payload_tests/hello_world/ts | ||
| playground | ||