Sublime-HTMLPrettify icon indicating copy to clipboard operation
Sublime-HTMLPrettify copied to clipboard

Optional chaining operator (?) dismissed

Open AbelVincze opened this issue 1 year ago • 1 comments

When using ? as optional chaining operator: return brand?.brandId;

formatting the code will result in: return brand ? .brandId;

which results in a javascript runtime error: SyntaxError: Unexpected token '.'

AbelVincze avatar Mar 26 '24 10:03 AbelVincze