HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
606 stars 180 forks source link

Nullish coalescing operator (??) not rendered properly #402

Open jomortal opened 3 years ago

jomortal commented 3 years ago

Nullish coalescing operator (??) is rendered with a space between '? ?' when beautify is applied and thus breaks the code

chriscrowley commented 3 years ago

I'm also having this problem along with the optional chaining operator (?.) not rendering properly.