https://github.com/angular/angular
Revision 63c8e56a3a2566eca1b00751e0f05d188db95e34 authored by Kristiyan Kostadinov on 07 January 2022, 09:31:51 UTC, committed by Andrew Scott on 07 January 2022, 18:11:58 UTC
This was flagged during the code review of #44580. When generating a type check block, we were interpreting any call to `$any` as an `as any` cast, even if it's part of a `PropertyRead` (e.g. `foo.$any(1)`). This is handled correctly in other parts of the compiler, but it looks like it was missed in the type checker.

PR Close #44657
1 parent 4de2b6d
Raw File
Tip revision: 63c8e56a3a2566eca1b00751e0f05d188db95e34 authored by Kristiyan Kostadinov on 07 January 2022, 09:31:51 UTC
fix(compiler-cli): incorrectly interpreting $any calls with a property read (#44657)
Tip revision: 63c8e56
.mailmap
Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
back to top