Optional Chaining (user?.address?.zipCode
) in this TS issue and Nullish Coalescing (x ?? y
) in this TS issue got merged in the same day on the TypeScript 3.7 branch (to be released in November 2019 (yes this year finally)β¦
It surely made my day
EDIT
TypeScript 3.7 is now in Beta until release in early November as can be seen in this Ms Blog