-
-
Notifications
You must be signed in to change notification settings - Fork 210
Comparing changes
Open a pull request
base repository: sveltejs/language-tools
base: svelte-check-4.1.1
head repository: sveltejs/language-tools
compare: svelte-check-4.1.2
- 13 commits
- 83 files changed
- 4 contributors
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89c001b - Browse repository at this point
Copy the full SHA 89c001bView commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29497af - Browse repository at this point
Copy the full SHA 29497afView commit details
Commits on Dec 12, 2024
-
chore: tweak completions (#2630)
- In Svelte 5, prefer `onclick` over `on:click` suggestions - Ignore completions in more Text positions - Only prefer runes/components in the script tag and in opening tags; should give more accurate completions in the template (as part of this I refactered the compiler usage a bit; it's reusable/shared between documents now)
Configuration menu - View commit details
-
Copy full SHA for cdd3f2e - Browse repository at this point
Copy the full SHA cdd3f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e77f92 - Browse repository at this point
Copy the full SHA 6e77f92View commit details
Commits on Dec 17, 2024
-
feat: make use of loose Svelte parser and provide better intellisense (…
…#2631) This adds support for the Svelte parser with its new loose mode (sveltejs/svelte#14691) and adjusts code paths to make use of it properly. As a result, intellisense should be a lot more useful in situations where code is in the middle of being typed and the Svelte file is in a broken state.
Configuration menu - View commit details
-
Copy full SHA for ac10174 - Browse repository at this point
Copy the full SHA ac10174View commit details
Commits on Jan 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4ba7760 - Browse repository at this point
Copy the full SHA 4ba7760View commit details
Commits on Jan 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c830841 - Browse repository at this point
Copy the full SHA c830841View commit details -
fix: reword plugin modal options (#2646) (#2647)
In accordance with VS Code style guidelines + shorter so you can see the source Fixes #2646
Configuration menu - View commit details
-
Copy full SHA for 477e76d - Browse repository at this point
Copy the full SHA 477e76dView commit details -
chore: run Svelte 5 tests in loose parser mode (#2652)
can help catch regressions in that area
Configuration menu - View commit details
-
Copy full SHA for 1e9cbd3 - Browse repository at this point
Copy the full SHA 1e9cbd3View commit details -
feat: TypeScript 5.7 support (#2585)
* feat: typescript 5.7 support * bumps to stable * update svelte 5 snapshot
Configuration menu - View commit details
-
Copy full SHA for 3f2da5d - Browse repository at this point
Copy the full SHA 3f2da5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 646f2e6 - Browse repository at this point
Copy the full SHA 646f2e6View commit details
Commits on Jan 8, 2025
-
feat: Semantic document highlight (#1408)
* ts, html, css * WIP * fast forward * general svelte blocks and tag * only same file highlights * else highlights for if block * await block * highlight in style attribute * exclude unsupported * don't filter out highlights if original is not in it function and class highlght its name * config * ts, html and css test * svelte test * format * merge two utils files * revert unnecessary changes * single config, mark as experimental * move the svelte highlight to ts using ast returned by svelte2tsx * config description * word based highlight for unsupported languages * format * ignore for svelte 5 * fix svelte 5 issues. workaround the await block issue and fixing it separately * Apply suggestions from code review Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> * prevent word-base fallback * fix nested if, if block without else if * remove experimental keep the config so people can still go back to the word base highlight * fix svelte 4 again * fix * Update packages/language-server/src/plugins/PluginHost.ts * fix the fix --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Configuration menu - View commit details
-
Copy full SHA for 931dd85 - Browse repository at this point
Copy the full SHA 931dd85View commit details -
fix: better hoistability analysis (#2655)
Instead of collecting the types/values that are allowed, we collect the types/values that are _disallowed_ - this makes it possible to reference global values/types and still have them properly be declared as hoistable #2640
Configuration menu - View commit details
-
Copy full SHA for d5fbdfe - Browse repository at this point
Copy the full SHA d5fbdfeView 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.1.1...svelte-check-4.1.2