Ryan Gossiaux
Ryan Gossiaux
> * Is this solvable by adding another reference to the `app.d.ts` (`/// `, @rgossiaux does this work for you?) template in the case of SvelteKit? From what I see...
Just tried this on my own codebase and it caught an error that the old transformation does not catch (incorrectly using an attribute `html-for=` instead of `for=` due to bad...
Updating kit on a different branch & I've already incorporated these changes
Version 2.0.0 is now published with this change.
Thanks for the PR @VitroidFPV !
Thanks for this PR @benjavicente ! I know I'm responding to it a little late :) I've switched over to in the `next` branch (see #96) so I'm going to...
Just wanted to pop in quickly to say that this is amazing, thank you! I spent so much time on this project this past winter/spring that I burned out on...
Yes, I'm on vacation for another week but I hope to get through this PR soon. Thanks for your patience, I know this is a super important update for the...
This evening I took a quick look into this. All the files are being passed into `emitDts`, but it looks like TypeScript is only calling `host.writeFile` for some of them....
Ahhhhhhh... I figured it out! At least, partially. There's an issue because these components use the `svelte.JSX` namespace, but the package command does not load the `svelte-jsx.d.ts` file where this...