Files
TypeScript/tests/cases
TypeScript Bot 28050d5c47 Cherry-pick PR #34789 into release-3.7 (#34812)
Component commits:
2e0b4513ef Add isIntersectionConstituent to relation key
isIntersectionConstituent controls whether relation checking performs
excess property and common property checks. It is possible to fail a
relation check with excess property checks turned on, cache the result,
and then skip a relation check with excess property checks that would
have succeeded. #33133 provides an example of such a program.

Fixes #33133 the right way, so I reverted the fix at #33213
Fixes #34762 (by reverting #33213)
Fixes #33944 -- I added the test from #34646

14d7a44c50 Merge branch 'master' into add-isIntersectionConstituent-to-relation-key

ea803620ec Update comments in test

0764275c30 Merge branch 'master' into add-isIntersectionConstituent-to-relation-key
2019-10-29 15:38:04 -07:00
..