Acode
Acode copied to clipboard
ENHANCEMENT: Syntax support for nullish coalescing and optional chaining
Currently, the editor does not support syntax highlighting for nullish coalescing OR optional chaining
Instead, this is interpreted as an syntax error since the editor is expecting
() ? :but is getting?.
See screenshots below
Support for these functions would be appreciated
More informations into the functions:
Optional Chaining,
Nullish Coalescing