Daniel Trevino
0802b59a7b
refactor(compiler-cli): add NullishCoalescingNotNullableCheck ( #43232 )
...
Add a template check that returns diagnostics if the left side of a
nullish coalescing operation is not nullable.
Refs #42966
PR Close #43232
2021-08-26 16:36:32 -07:00
Daniel Trevino
d6411c2729
refactor(compiler-cli): add BananaInBoxCheck to the template checks ( #42984 )
...
Add the implementation of a Template Check that ensures the correct
use of two-way binding syntax. Generates a warning when
'([foo])="bar"' is found instead of '[(foo)]="bar"'.
Refs #42966
PR Close #42984
2021-08-10 15:55:49 -07:00
Daniel Trevino
81dce5c664
fix(compiler-cli): check split two way binding ( #42601 )
...
Check for split two way binding when output is not declared to make error message clearer.
PR Close #42601
2021-07-13 08:47:11 -07:00
Paul Gschwendtner
59fe159b78
build: update API goldens to reflect new tool ( #42688 )
...
Updates the TS API guardian goldens with their equivalents
based on the new shared dev-infra tool.
PR Close #42688
2021-06-30 11:43:48 -07:00