Worms David

Results 251 comments of Worms David

This is pretty much the case for every option. Not sure it provide much value.

Does having both the "module" and "moduleResolution" set to "Node16" could resolve the issue ?

Otherwise, could someone reproduce the issue in a branch inside a dedicated "./demo/{package}". Reproducing the issue would help finding a solution

There is an "unofficial" and undocumented [module implementing WhatWG streams](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/lib/stream.js). It is [not very tested](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/test/api.web_stream.coffee). Last time I checked, about 2 years ago, it was about 50% slower than the...

Could you check the latest [version 5.4.1 with Are types wrong ?](https://arethetypeswrong.github.io/?p=csv-parse%405.4.1), the "csv-parse/sync" with node16 from CJS is now ok after the changes from #397.

I reproduce the issue. The code run. Only eslint is having an issue resolving ESM imports when the package uses the `exports` field. It might be related to https://github.com/import-js/eslint-plugin-import/issues/1810. In...