angular-cn/packages/core
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
..
schematics feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
src perf(ivy): improve NaN checks in change detection (#32212) 2019-08-21 11:45:51 -07:00
test perf(ivy): improve NaN checks in change detection (#32212) 2019-08-21 11:45:51 -07:00
testing fix(ivy): Support selector-less directive as base classes (#32125) 2019-08-20 09:56:54 -07:00
BUILD.bazel build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json build(zone.js): update zone.js to 0.10.2 (#31975) 2019-08-16 09:56:41 -07:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00