-
-
Notifications
You must be signed in to change notification settings - Fork 209
Comparing changes
Open a pull request
base repository: sveltejs/language-tools
base: svelte-check-2.8.0
head repository: sveltejs/language-tools
compare: svelte-check-2.8.1
- 17 commits
- 57 files changed
- 6 contributors
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9920f6 - Browse repository at this point
Copy the full SHA b9920f6View commit details
Commits on Jul 4, 2022
-
(fix) better component completions in certain cases (#1546)
The new transformation shows global completions on components/elements in some situations. This extra logic should fix that.
Configuration menu - View commit details
-
Copy full SHA for a686332 - Browse repository at this point
Copy the full SHA a686332View commit details -
(fix) adjust element typings (#1547)
for new transformation: use svelte:body instad of sveltebody
Configuration menu - View commit details
-
Copy full SHA for aa6a763 - Browse repository at this point
Copy the full SHA aa6a763View commit details
Commits on Jul 6, 2022
-
(feat) use SvelteComponentTyped if exists (#1548)
Check in svelteshims if we can use SvelteComponentTyped for more aligned typings This means invalid accessor calls are no longer caught, which is edge-case enough in my opinion so the benefits outweigh the drawbacks. In Svelte 4 this could be restricted in Svelte.
Configuration menu - View commit details
-
Copy full SHA for 06a2757 - Browse repository at this point
Copy the full SHA 06a2757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5d321 - Browse repository at this point
Copy the full SHA 2b5d321View commit details
Commits on Jul 11, 2022
-
(fix) stricter check for component import quick fix (#1555)
Prevents false positives, enables workaround for #1554
Configuration menu - View commit details
-
Copy full SHA for 3e7c986 - Browse repository at this point
Copy the full SHA 3e7c986View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0136806 - Browse repository at this point
Copy the full SHA 0136806View commit details
Commits on Jul 19, 2022
-
Bump svelte from 3.48.0 to 3.49.0 (#1559)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](sveltejs/svelte@v3.48.0...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0bb0748 - Browse repository at this point
Copy the full SHA 0bb0748View commit details -
(fix) auto import in workspace without tsconfig/jsconfig (#1543)
Properly fall back to the correct directory when no tsconfig/jsconfig is found
Configuration menu - View commit details
-
Copy full SHA for adf82ab - Browse repository at this point
Copy the full SHA adf82abView commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b8e1ef8 - Browse repository at this point
Copy the full SHA b8e1ef8View commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bb81b91 - Browse repository at this point
Copy the full SHA bb81b91View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 612a390 - Browse repository at this point
Copy the full SHA 612a390View commit details
Commits on Jul 27, 2022
-
(fix) skip parser error when there's likely another preprocessor invo…
…lved (#1569) #1259 #1479 #1558 This may give false negatives for people who do not use Vite/forgot to create a svelte.config.js when they use rollup or webpack, but that's likely OK since we can think about these diagnostics as being opt-in: you add a preprocessor config when you want the Svelte warnings, too. Most people who have this problem also likely use TypeScript or a CSS preprocessor. When using TS, errors are caught through the TS intellisense. When using a CSS preprocessor, the only warning they'll miss is the unused CSS warning, which is apparent anyway since those styles are not visible in the browser.
Configuration menu - View commit details
-
Copy full SHA for 5904829 - Browse repository at this point
Copy the full SHA 5904829View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db23238 - Browse repository at this point
Copy the full SHA db23238View commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 232862d - Browse repository at this point
Copy the full SHA 232862dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967806d - Browse repository at this point
Copy the full SHA 967806dView commit details -
(feat) better ./$types auto imports (#1592)
TypeScript doesn't resolve imports to SvelteKit's $types very well, help it doing better
Configuration menu - View commit details
-
Copy full SHA for 936fa6f - Browse repository at this point
Copy the full SHA 936fa6fView commit details
There are no files selected for viewing