Florent Georges

Results 30 comments of Florent Georges

Thank you! Just for the record, I have another issue, when I use `es5`. Repro code: ```js const code = ` function f() {} () => { f(); }; `;...

Yes, it seems that way. @ChristianGruen, it seems they were introduced in c61e21d5097bec89f89e378e44dd30b3192b237a, so I assign it to you.

Hi Norm! Good point. I think that either @johnlumley or @michaelhkay would be able to help?

Otherwise, you might be able to reverse-engineer it from `tests/qt3/archive/archive.xml` (`test1.zip` must have one entry, `new.txt`, with content `Some text here` encoded as UTF-8, etc.) It might get a bit...

Don't take my comment about `new.txt` as the absolute truth, I was just having a quick look at the tests in `tests/qt3/archive/archive.xml`. Actually, after a second look, I would rather...

I can initiate the process with W3C staff, it is still fresh in my mind :) Do you want to switch it to ReSpec first? It would be good to...

What about adding all XSER 3.1 parameters as possible properties in the `$options` map? Maybe even a `serializer` function item if that makes sense to be able to configure the...

`encoding` is indeed one of the XSER parameters :-) By simply listing the parameters and their possible values in an appendix, and liking to the XSER spec, that is compact,...

@adamretter I might be mislead as I am not familiar with the current format of `$options`, but as a user it would bother me to have to say: map {...

@ChristianGruen Yes, something like that. But a bit more sophisticated, e.g. if using `method=text` to generate `plain/text`, then add `charset` if `encoding` is given as well.