Improve the `ValueParser` to correctly disambiguate between empty arrays `[]` and the start of nested structures. This ensures that the parser can distinguish between an array containing a single element that starts with a bracket and an actual empty array. Update tests to reflect that parsed tuples are returned as arrays rather than objects. |
||
|---|---|---|
| .. | ||
| parseCsv-basic.test.ts | ||
| parseCsv-caching.test.ts | ||
| parseCsv-circular.test.ts | ||
| parseCsv-combinators.test.ts | ||
| parseCsv-noResolveRefs.test.ts | ||
| parseCsv-refBaseDir.test.ts | ||
| parseCsv-references.test.ts | ||
| parseCsv-reverseRefs.test.ts | ||
| parseCsv-typeDeclarations.test.ts | ||
| parseCsv-types.test.ts | ||