Commit b9efe3e
committed
Retain undefined in spreads w/strictNullChecks
Previously, both optional and `| undefined` caused spread properties to
combine with preceding properties and drop the `undefined`. Now, with
strictNullChecks, optional and `| undefined` properties still combine
with preceding properties but don't drop the `undefined`.1 parent 5e20c1c commit b9efe3e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7640 | 7640 | | |
7641 | 7641 | | |
7642 | 7642 | | |
7643 | | - | |
| 7643 | + | |
7644 | 7644 | | |
7645 | 7645 | | |
7646 | 7646 | | |
7647 | | - | |
| 7647 | + | |
7648 | 7648 | | |
7649 | 7649 | | |
7650 | 7650 | | |
| |||
0 commit comments