adiGuba
adiGuba
## A few remarks... ### Non-breaking change on internal (non-public) function. * `listen()` and `.on()` have be modified/enhanced, but their behavior should be similar when used with their old signature....
Hello, There a lot of conflict with Svelte 4, so I just created another branch here : https://github.com/adiguba/svelte/tree/on-any-svelte4
Hello, I just created a little stackblitz.com with an inegrated svelte library that use `on:*` Can be tested here : https://stackblitz.com/edit/on-any-4-svelte?file=src%2FApp.svelte
I think that this PR is obsolete with Svelte 5.
Svelte could perhaps check the value of the binding just after hydration ? Something like this approximately : ```javascript input = claim_element(nodes, "INPUT", {}); // When input is different from...
I also modified the generation of update() code, which is useless when the tag is not dynamic. In this case the generated code will correspond to this: ``` p: function...
I merged with the lastest master and it fixed the test error...
Should I do something ? (I'm not familiar with these processes)
Sorry for the late response. I added a test !
@benmccann : I'm sorry I don't know how to do that :(