Lonefy / vscode-JS-CSS-HTML-formatter

JS,CSS,HTML formatter for vscode
48 stars 23 forks source link

Optional Chaining #120

Open Ragnaros00707 opened 4 years ago

Ragnaros00707 commented 4 years ago

Just found out about problem with optional chaining. After I saved next code: user?.address Formatter changed it to: user ? .address So it doesnt work as expected. I didnt find the solution, so had to disable the formatter

maprangsoft commented 3 years ago

me too i found problem when use ?? in javascript after formatter change to ? ? please how to config for fix this problem thank you advance.