Svelte 语言服务器以及使用它的官方扩展
{count} * 2 = {doubled}
{doubled} * 2 = {quadrupled}
``` Which is a mix of [HTMLx](https://github.com/htmlx-org/HTMLx) and vanilla JavaScript (but with additional runtime behavior coming from the svelte compiler). This repo contains the tools which provide editor integrations for Svelte files like this. ## Contributing Contributions are encouraged and always welcome. [Read the contribution guide for more info](CONTRIBUTING.md) and help us out! ## Supporting Svelte Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by the support of awesome volunteers. If you'd like to support their efforts, please consider: - [Becoming a backer on Open Collective](https://opencollective.com/svelte). Funds donated via Open Collective will be used for compensating expenses related to Svelte's development such as hosting costs. If sufficient donations are received, funds may also be used to support Svelte's development more directly. ## License [MIT](LICENSE) ## Credits - [James Birtles](https://github.com/jamesbirtles) for creating the foundation which this language server, and the extensions are built on - Vue's [Vetur](https://github.com/vuejs/vetur) language server which heavily inspires this project - [halfnelson](https://github.com/halfnelson) for creating `svelte2tsx` - [jasonlyu123](https://github.com/jasonlyu123) for his ongoing work in all areas of the language-toolsUsing `svelte-check` with `--tsgo` includes more files
`@sveltejs/vite-plugin-svelte` does not recognize `vite-plus` configuration exports
Typescript 7 crashes svelte2tsx and svelte-check
Bump `chokidar` to v5
TypeScript Go support (at least in CLI)
LSP crashes/partially stops working when I move, create, or delete route files. (SvelteKit 3 RC)
Script module makes the file looks like there is an error