Lonefy / vscode-JS-CSS-HTML-formatter

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

JS: Null-coalescing operator characters split #136

Open calmcl1 opened 3 years ago

calmcl1 commented 3 years ago

In JS files (TS files not tested), any null-coalescing operators ?? are split into two separate characters: ? ?, which breaks parsing as this then becomes an incomplete ternary statement (x ? y : z).