-
-
Notifications
You must be signed in to change notification settings - Fork 222
Comparing changes
Open a pull request
base repository: sveltejs/language-tools
base: svelte-check-4.2.1
head repository: sveltejs/language-tools
compare: svelte-check-4.3.0
- 15 commits
- 82 files changed
- 7 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
Commits on Jun 27, 2025
-
fix: support "Build-Free Editing with Project References" in SvelteKi…
…t page.ts files (#2788)
Configuration menu - View commit details
-
Copy full SHA for 8c11512 - Browse repository at this point
Copy the full SHA 8c11512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b30d5e - Browse repository at this point
Copy the full SHA 3b30d5eView commit details
Commits on Jul 15, 2025
-
docs: use svelte 5 syntax in readme (#2785)
Co-authored-by: tijn <tijnjh@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 9b98894 - Browse repository at this point
Copy the full SHA 9b98894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3f7f7 - Browse repository at this point
Copy the full SHA 9b3f7f7View commit details -
chore: make human output more concise and readable (#2748)
* style(svelte-check): make human output more concise and readable * Update packages/svelte-check/src/writers.ts --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14dc584 - Browse repository at this point
Copy the full SHA 14dc584View commit details
Commits on Jul 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 314ad4d - Browse repository at this point
Copy the full SHA 314ad4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0c8a0 - Browse repository at this point
Copy the full SHA 2a0c8a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2c6c3 - Browse repository at this point
Copy the full SHA 2e2c6c3View commit details
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.3.0