-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit test for collapse properties issue
TS 5.2 starts outputing code in a shape that causes a bad property collapse. This change adds a unit test for InlineAndCollapseProperties that mimics a previously-added reproduction of this problem in an integration test. At the moment the unit test added by this change doesn't successfully reproduce the issue, but I'd like to check it in anyway as a step in the investigation. The next step is to figure out why a different decision is being made by InlineAndCollapseProperties in this unit test vs the integration test case that does reproduce the problem. PiperOrigin-RevId: 588533168
- Loading branch information
1 parent
37a4d1f
commit c22d1dd
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters