You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what i can gather from #444 and the exported types in dist/esm/stream there is in theory a working implementation for web streams.
However there seems to be no /stream export for esm and parse imported from csv-parse/browser/esm does not return an object that would be usable as TranformStream.
Could you export the webstream variant for esm?
Motivation
I would like to be able use the same csv parsing library in both backend and frontend in order to minimize issues caused by differences in parsing behaviour.
The text was updated successfully, but these errors were encountered:
Summary
From what i can gather from #444 and the exported types in
dist/esm/stream
there is in theory a working implementation for web streams.However there seems to be no
/stream
export for esm andparse
imported fromcsv-parse/browser/esm
does not return an object that would be usable asTranformStream
.Could you export the webstream variant for esm?
Motivation
I would like to be able use the same csv parsing library in both backend and frontend in order to minimize issues caused by differences in parsing behaviour.
The text was updated successfully, but these errors were encountered: