Apply optional chaining and nullish coalescing
Chalarangelo opened this issue · 1 comments
Chalarangelo commented
Both features seem to be available in the current babel version, let's start using them wherever we can.
Chalarangelo commented
There's little to no value from using these features and babel transpiles them in a way that essentially ends up with more code than before. Closing.