Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING(csv): make ReadOptions private #5169

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jun 27, 2024

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

@github-actions github-actions bot added the csv label Jun 27, 2024
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iuioiua iuioiua changed the title BREAKING(csv): make ReadOptions private BREAKING(csv): make ReadOptions private Jun 27, 2024
@kt3k kt3k merged commit f36ac2b into denoland:main Jun 27, 2024
16 checks passed
@kt3k kt3k deleted the csv-make-read-options-private branch June 27, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants