fix: add better errors for missing commas in arrays and objects #3636
Annotations
2 errors and 1 warning
run unit tests:
src/lang/abstractSyntaxTree.test.ts#L50
AssertionError: expected 'Array is missing a comma in between e…' to be 'Array is missing a closing bracket(`]…' // Object.is equality
- Expected
+ Received
- Array is missing a closing bracket(`]`)
+ Array is missing a comma in between elements
❯ src/lang/abstractSyntaxTree.test.ts:50:27
|
run unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading