in svelte 5 Components apparently already compile down to functions anyway, so JSX just seems like an easy drop-in
in svelte 5 Components apparently already compile down to functions anyway, so JSX just seems like an easy drop-in
they might have to maintain a _jsx function since that is what editors and bundlers do by default, apart from that nothing else
just