Open
Description
Describe the bug
When constructing new CsvParseStream
instances, VSCode provides no suggestions for option names (e.g. skipFirstRow
, columns
, etc.).
Steps to Reproduce
- Create a script with a call to
new CsvParseStream()
- Attempt to add options via an object argument and add
columns
or some other property - Notice how you need to know the names of the options; no autocomplete happens and no links to the rich JSDocs is provided
Expected behavior
Auto-completion and JSDoc references work as normal.
Environment
- OS: MacOS 15.3.1
- deno version: 2.2.0
- std version: jsr:@std/[email protected]