mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Specifically, when spreading `object` on the right, spread now returns the left of the spread; previously it returned `object`, which loses everything to the left.