eclipse / openvsx

An open-source registry for VS Code extensions
https://open-vsx.org/
Eclipse Public License 2.0
1.16k stars 129 forks source link

Use nullish coalescing #916

Closed amvanbaren closed 1 month ago

amvanbaren commented 1 month ago

Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.