Both Optional Chaining (?.) and Nullish Coalescing (?) just got merged to TypeScript

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 :sunny:

EDIT

TypeScript 3.7 is now in Beta until release in early November as can be seen in this Ms Blog

11 Likes

Great to hear some TS-news via this forum.
Keep posting the good stuff, thank you very much.

1 Like

FYI :slight_smile:

6 Likes

It’s now official, TypeScript 3.7.2 is now live and is the final release version. You can get it from NPM and read the Microsoft Blog Post :star_struck:

1 Like