Stéphane Goetz

Results 77 comments of Stéphane Goetz

Hi, this is a bit more complex to pull off, but I'm exploring something similar for plantuml, I'll have a look into this during the next month

Not yet, but there is an issue ( #342 ) open for that

Hi, thanks for the interest :D Indeed, it would need Java, I'm not the biggest fan of adding runtimes on it. Do you know if by any chance there are...

I've been thinking about this and looking around. I see two ways to make this work: 1. write your plantuml diagrams inline (in a code block) 2. within a file...

Hello, I would also be interested by such feature. `css-loader` uses Postcss internally, and if I use lightningcss I would be happy to not go through postcss after it.

Hi, yes indeed it must be possible to bring these things to synckit as well. The reason I am interested in bringing this PR to this package is the package...

It's much more powerful. And well maintained. > Indeed, I see that it covers a lot of edge cases. Great work there :) I'm up for the challenge and would...

I made some more changes to this PR: - Use a single `SharedArrayBuffer` (this was a bug initially, but I found a way to get it to work fine) -...

It is not, #749 mentions wanting to output CJS within an ESM module, and it can't access __dirname / __filename This is issue is about outputing ESM in an ESM...