angular-cn/packages/core/test/bundling
Pawel Kozlowski 53bfa7c6d6 perf(ivy): improve NaN checks in change detection (#32212)
This commit drops our custom, change-detection specific, equality comparison util
in favour of the standard Object.is which has desired semantics.

There are multiple advantages of this approach:
- less code to maintain on our end;
- avoid NaN checks if both values are equal;
- re-write NaN checks so we don't trigger V8 deoptimizations.

PR Close #32212
2019-08-21 11:45:51 -07:00
..
animation_world refactor(ivy): remove all old styling code prior to refactor (#31193) 2019-07-23 15:45:32 -07:00
core_all build: update ivy file sizes (#31828) 2019-07-24 14:43:31 -07:00
cyclic_import perf(ivy): split hooks processing into init and check phases (#32131) 2019-08-21 11:44:27 -07:00
hello_world perf(ivy): split hooks processing into init and check phases (#32131) 2019-08-21 11:44:27 -07:00
hello_world_i18n build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
hello_world_r2 build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
injection perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
todo perf(ivy): improve NaN checks in change detection (#32212) 2019-08-21 11:45:51 -07:00
todo_i18n build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
todo_r2 build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
util build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00