mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
8b21698495
As we discussed in https://github.com/denoland/std/pull/5605#discussion_r1701028684, it seems like we never get `undefined` as a parse result of fields. If there is a mismatch in the number of fields across rows, the parse just throws an error. To better reflect this in typing, this commit removes `undefined` from the record value type. |
||
---|---|---|
.. | ||
testdata | ||
_io.ts | ||
_shared.ts | ||
deno.json | ||
mod.ts | ||
parse_stream_test.ts | ||
parse_stream.ts | ||
parse_test.ts | ||
parse.ts | ||
stringify_stream_test.ts | ||
stringify_stream.ts | ||
stringify_test.ts | ||
stringify.ts |