It would be nice if this could work in LS: `{a?b}` which would be equivalent to: `{b:a?b}` Right now it throws: `Parse error on line 1: Unexpected '?'`
It would be nice if this could work in LS:
{a?b}which would be equivalent to:
{b:a?b}Right now it throws:
Parse error on line 1: Unexpected '?'