Results 11 comments of Scott Vorthmann

It seems that the `extends Iterable` gets erased by design: https://github.com/cincheo/jsweet/blob/ac8ef70abdd7665bb61fa82af53c09baa9c789f5/transpiler/src/main/java/org/jsweet/transpiler/Java2TypeScriptTranslator.java#L1722 I don't understand why this is designed in this way. Can someone explain? If the interface extension is erased,...

I believe the error comes from the TypeScript compiler: ``` Line 11: property 'iterator' does not exist on type 'WrappedList' ``` If you look at the generated TypeScript, you can...

You are my hero, @nedtwigg! This unblocked me, and I'm back to normal transpiler error fixing. Thank you!

Here is the snippet I had in my React code, wrapping the main component element with a StylesProvider. This may not be very helpful, as I was still using MUI...

I will close this issue, as I now have my own fork that is updated to the latest JSweet. However, I'll wait until my JSweet PRs have made it into...

Update: I have heard from @renaudpawlak by email, and I feel sure that he won't mind if I share his response: >j4ts-awt-swing was a PoC to show what would be...

Yes, it is "breaking" your existing behavior, but actually moving toward correctness... it is adhering to the XML standard, and means that your parser is isomorphic to the DOM parser....

We have a critical mass problem at the moment; the principal developer for all the recent work is focused on other projects at the moment. That large PR needs a...

You should use the fork, `vorth/solid-three`, and the `no-modules` branch there. You'll have to make a local clone of the fork, and also `https://github.com/bigmistqke/drei` if you need it. I have...

Are these similarities and differences comparing this branch with `zustand-to-store`, or with `main`? The latter is more valuable. I really don't have a clue how to assess the merits of...