Adjust for using nullish coalescing and navigation #270
Labels
status: accepting prs
Please, send in a PR to resolve this! ✨
type: cleanup
Code smells, incorrect tests, build systems, or other internal shenanigans
Overview
Following #269, now that we're on TypeScript 3.7, we can replace
&&
and!== undefined
checks with??
and?.
. Hooray!Filing this to keep track of a nice code cleanup task.
The text was updated successfully, but these errors were encountered: