angular/modules/angular2/src
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
..
animate Revert "fix(animate): ensure transition properties are removed once the animation is over" 2015-12-11 13:13:11 -08:00
common build(node): split test and src compilation units 2016-01-19 21:15:16 -08:00
compiler docs(template_parser.ts): typo 2016-01-19 10:58:04 -08:00
core fix(Dart): make some playground samples run with Dart Dev Compiler 2016-01-21 00:41:42 +00:00
facade fix(perf): faster looseIdentical implementation 2016-01-21 01:01:36 +00:00
http docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
mock fix(router): export ROUTER_LINK_DSL_PROVIDER and hide MockPopStateEvent 2015-12-15 09:45:00 -08:00
platform fix(Dart): make some playground samples run with Dart Dev Compiler 2016-01-21 00:41:42 +00:00
router fix(router): preserve specificity for redirects 2016-01-04 20:06:21 +00:00
testing feat(test): allow tests to specify the platform and application providers used 2016-01-13 02:11:06 +00:00
transform/template_compiler chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00
upgrade feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00
web_workers feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00