mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
b0f2088044
This commit adds more examples to `parse` function and `CsvParseStream` class to cover all the provided options. Also fixes a few other things: - Replace stale description `ParseError` with the correct `SyntaxError`. - Fix the default value of `comment` property. The old comment says the default value is `#`, but this was wrong. - Get negative value in `fieldsPerRecord` option working in `parse` as documented --------- Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> |
||
---|---|---|
.. | ||
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 |