Worms David

Results 251 comments of Worms David

Is someone interested in proposing a pull request ?

I think we need a combination of browser and es5. Let me have a look.

Could you try `./lib/browser` again with version 5.6.2 that was just published, it is now compatible with ES5 (older browser).

Please go ahead. Keep in mind however that I am not very happy about how typescript is integrated with this packages, I am not an expert in typescript but there...

Of course, would you have time to contribute it? I'm overbooked at the moment. You can look at the [csv-parse/lib/sync.d.ts](https://github.com/adaltas/node-csv-parse/blob/master/lib/sync.d.ts) for inspiration.

Where did you find the sync declaration? Look at the [lib folder](https://github.com/adaltas/node-csv-generate/tree/master/lib), I can't find any reference to the commented import statement.

the `csv` package is a sort of wrapper beind the 4 packages you see in your screenshot. `generate` is commented because it doesn't exists, thus this issue. The link sent...

There will be an es5 version soon (a week or two)!

Hi @jiahao-si, this is not related to the parser. Your emoji is made of bytes just like any other information. The parser doesn't modify it and return it, just in...

Please, if you want any help: - a much more simplified example with only the minimal necessary code with `input -> parse or (not and) stringifiy > expected output` -...