Description
TypeScript Version: nightly (fc03982)
Search Terms: spread, union, oom
Playground Link: link
Related Issues: #34853 addressed a related issue
An internal partner team is using this to conditionally override CSS properties (e.g. ...sizeLimited && { width: 100, height: 100 }
and is seeing OOM crashes in tsc and poor editor responsiveness.