-
Notifications
You must be signed in to change notification settings - Fork 623
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
csv - parse takes undefined opt #4545
Comments
Should we remove the opt?: undefined from this overload? |
Yeah, I think it should just be |
I can work on this. Removing the extra comments and the opt parameter. |
…erloads already handle it.
Remove unused opt parameter (issue #4545), since the other overloads already handle it.
Completed in #4598 |
Not sure what the status of this is, but I'm giving Deno a first try with a simple task: manipulate a CSV. Trying to figure out the parameters for I'm using jsr:@std/csv@^0.224.1. |
Looking at the documentation, parse has two overloads, with |
Re-opening this issue. Edit: I'll keep this open until CSV documentation is reviewed as part of achieving stabilization. Then, we can see if the documentation satisfies the shortcomings pointed out here. |
Kind of confusing that the
opt
parameter here isopt?: undefined
:https://github.com/denoland/deno_std/blob/74fc8ff920991c4c79fa4c7647d855e5780db64c/csv/parse.ts#L326
...shouldn't that just not exist given the other overloads?
The text was updated successfully, but these errors were encountered: