mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Remove String type check in looseIdentical in JS-mode. It is not necessary as dart2js already compiles `identical` to `===` which compares string contents. Inline call sites. This improves change detection of plain fields by 40%. On a large internal app the improvement is 5%. Closes #6364 |
||
|---|---|---|
| .. | ||
| animate | ||
| common | ||
| compiler | ||
| core | ||
| facade | ||
| http | ||
| mock | ||
| platform | ||
| router | ||
| testing | ||
| transform/template_compiler | ||
| upgrade | ||
| web_workers | ||