Sergi Almacellas Abellana

Results 119 comments of Sergi Almacellas Abellana

Maybe we can add a new method named Papa.ParseIterable, which will behave like the current parse but return and iterable instead. Will this feature require to add babel as dependency?...

@dboskovic sorry if the question is quiet obious but I will like to know why the TS Definition file is required and for what it is issued. Sincerly I did...

I do not think we should force all contributors to update them as it can be people that use PapaParse with plain Javascript (I'm one of them).

Probably it's enought to update it for each new PapaParse version

It is possible to generate/update type definitions based on a script? If so we may problably include this on our release process

Just to be honest, I'm not fan of rebuilding the library from scratch and also I'm not a TypeScript developer because javascript is not my primary language (I mainly work...

@dboskovic We can bring the definitions where if you prefer but I can not guarantee to keep them updated unless there is some script that I can include in the...

I'm wondering if instead of adding an option it will be better to detect if the quotes are already scaped and always parse the right string. What do you think?

Maybe we just need to know if the next caracter is the same caracter, so this will mean that is already escaped. But this is just a quick tought and...

Hi @rpr-ableton Could you please describe which is the issue?