angular/modules/angular2/src/facade
Yegor Jbanov 761c6d0df7 fix(perf): faster looseIdentical implementation
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
2016-01-21 01:01:36 +00:00
..
async.dart feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
async.ts feat(facade): do not reexport Observable from angular2/core 2015-12-12 19:28:13 +00:00
browser.dart fix(core): various dart-specific fixes for core and facades 2015-11-11 11:45:58 -08:00
browser.ts build(npm): update to typescript@1.7.3 + fix broccoli-typescript + fix src 2015-12-10 01:32:44 +00:00
collection.dart fix(core): various dart-specific fixes for core and facades 2015-11-11 11:45:58 -08:00
collection.ts docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
exception_handler.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
exceptions.dart fix(Dart): make some playground samples run with Dart Dev Compiler 2016-01-21 00:41:42 +00:00
exceptions.ts docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
facade.dart fix(core): various dart-specific fixes for core and facades 2015-11-11 11:45:58 -08:00
facade.ts feat(facade): do not reexport Observable from angular2/core 2015-12-12 19:28:13 +00:00
intl.dart refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
intl.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
lang.dart fix(perf): faster looseIdentical implementation 2016-01-21 01:01:36 +00:00
lang.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
math.dart refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
math.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
promise.dart refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
promise.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00