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 b9efe3eCopy full SHA for b9efe3e
1 file changed
+2-2Lines changed: 2 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-2Lines 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