-
-
Notifications
You must be signed in to change notification settings - Fork 218
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sveltejs/language-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: svelte-check-4.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sveltejs/language-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte-check-4.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 37 files changed
- 2 contributors
Commits on May 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d57bae2 - Browse repository at this point
Copy the full SHA d57bae2View commit details
Commits on May 21, 2025
-
perf: bail on giant export maps when initializing auto import cache
implemented within typescript-auto-import-cache dependency
Configuration menu - View commit details
-
Copy full SHA for ef92ff3 - Browse repository at this point
Copy the full SHA ef92ff3View commit details
Commits on Jun 19, 2025
-
fix: prevent error with
bind:this={get, set}
(#2781)This transform bind:this={get, set} with a similar method as bind:this={ele}, but by invoking the set function. The get function is ignored.
Configuration menu - View commit details
-
Copy full SHA for 33f7e7f - Browse repository at this point
Copy the full SHA 33f7e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1301e80 - Browse repository at this point
Copy the full SHA 1301e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75eb2bb - Browse repository at this point
Copy the full SHA 75eb2bbView commit details -
fix: invalidate project file cache and handle watcher race condition (#…
…2779) #2773 This delays the file reading in svelte-check --watch until we're sure the new file is a project file. I still added a file existence check before reading, but it might be more of a fail-safe because the chance of it being deleted at this point is much smaller. While checking this, I also found that the new file watch is broken because it now caches the tsconfig parsing result. So I changed the "read the config again" logic to the one language server used to invalidate the project files cache.
Configuration menu - View commit details
-
Copy full SHA for 5493844 - Browse repository at this point
Copy the full SHA 5493844View commit details -
feat: workspace symbols support (#2769)
#2375. Adding support in the Svelte language server so that you don't need to open ts/js files to use this feature. You can trigger this feature with Ctrl + T and search for symbol names. Some of the handling is also synced to the typescript-plugin so that it's more consistent, which also means vscode can better deduplicate the results from both tsserver and Svelte language server.
Configuration menu - View commit details
-
Copy full SHA for 291b484 - Browse repository at this point
Copy the full SHA 291b484View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff svelte-check-4.2.1...svelte-check-4.2.2