The following jsonc file returns a diagnostic in 2.2.0:
Diagnostic:
I know this is a rare scenario, but I believe this is a valid jsonc file and a diagnostic should not be created.
Additionally, in this scenario the return value of parser.parseTree is undefined yet the return value is not defined as possibly returning that value.
The following jsonc file returns a diagnostic in 2.2.0:
Diagnostic:
I know this is a rare scenario, but I believe this is a valid jsonc file and a diagnostic should not be created.
Additionally, in this scenario the return value of
parser.parseTreeis undefined yet the return value is not defined as possibly returning that value.