inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.02k stars 405 forks source link

[Svelte] Improve typescript types + minor fixes #1881

Open jamesst20 opened 1 month ago

jamesst20 commented 1 month ago

@reinink

I have rebased all my commits in my repo (https://github.com/jamesst20/inertia) to include the latest changes and afterwards I have taken all my packages/svelte files there to overwrite the ones in the current repo. I have stripped down all unnecessary changes and all new features as well.

This PR only improve the types and fix some possible regression that I will comment in a few seconds in the diff

Edit: @reinink it's ready. i'm done adding comments :)