language-tools
language-tools copied to clipboard
The Svelte Language Server, and official extensions which use it
### Description I'm coming from a PHP ecosystem where all static type checkers have a feature called baseline files. This feature essentially allows a central configuration file to silence specific...
Replace the test runner mocha with Vitest in the repo. Reasons: - adjust with Svelte(Kit) where that's used, too - Vitest can deal with ESM better, which will become more...
### Description We want to run svelte-check directly in our CI pipeline as a job. We use GitLab CI for this. GitLab has a feature that a job can either...
The templates for Create Route still have the import type stuff that can now be removed thanks to "zero effort types". Those could be changed to not have this anymore...
Right now tooling and Svelte(Kit) versions are somewhat disconnected. If you install a version of Svelte that has a new feature, you also need to update your IDE/svelte-check distinctly. The...
### Describe the bug In my Svelte component I have a style tag with the following rule: ```css tr:nth-last-child(1 of :not(.d-sm-none)) { border-bottom: 0; } ``` The CSS works fine,...
Adds basic grammar support for the [civet](https://civet.dev/) language in scripts. Lacks diagnostics in the same way that coffeescript lacks diagnostics. (Related to [this PR in svelte-preprocess](https://github.com/sveltejs/svelte-preprocess/pull/600))
### Describe the bug When running svelte-check on a file which defines a snippet "outside" an component/element, svelte-check will show the following error: ``` Error: Cannot find name 'snippet'. (ts)...
### Describe the problem Right now anchor positioning properties shows a warning of unknown css property in VSCode and probably any other IDE with support for svelte. ### Describe the...
just FYI, the svelte 5 test is just failing because of some whitespace output, so it's probably not a hard fix, but obviously unrelated to all these PRs where it's...