refactor: migrate to svelte ts for API example#15675
Conversation
Package Changes Through 307f9ccThere are 14 changes which include tauri with minor, tauri-bundler with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
I feel like every HTML based custom language I have used all suffer from more or less a subpar editor experience, some syntaxes don't work sometimes and all that, and the formatters are especially bad. And we are on Astro and Svelte 😂 I must say I had a much better experience with JSX based frameworks like React and SolidJS |
Since we already have the checkJs enabled, might as well just migrate to typescript so I don't get vscode marking every svelte file as having type errors
disclosure: initial migration was done through codex to save me some typings