denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 581 forks source link

BREAKING(csv): make `ReadOptions` private #5169

Closed kt3k closed 5 days ago

kt3k commented 5 days ago

ReadOptions are options for a private function parseRecord. It doesn't make sense for this type to be exposed as a public API.

towards #5159

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.34%. Comparing base (ef4231e) to head (230c6fc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5169 +/- ## ========================================== - Coverage 93.34% 93.34% -0.01% ========================================== Files 470 470 Lines 37941 37939 -2 Branches 5391 5391 ========================================== - Hits 35416 35414 -2 Misses 2482 2482 Partials 43 43 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.