-
-
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.4
head repository: sveltejs/language-tools
compare: svelte-check-4.1.5
- 13 commits
- 329 files changed
- 4 contributors
Commits on Jan 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9b44c6d - Browse repository at this point
Copy the full SHA 9b44c6dView commit details
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0af4119 - Browse repository at this point
Copy the full SHA 0af4119View commit details
Commits on Feb 12, 2025
-
fix: disambiguate
render
in module script (#2667)call it $$render to ensure it's not going to clash with a username, and make it a exported name for better consistency
Configuration menu - View commit details
-
Copy full SHA for a24d819 - Browse repository at this point
Copy the full SHA a24d819View commit details
Commits on Feb 15, 2025
-
fix: don't show html tag completion with namespace component (#2685)
#2684 The problem is that the HTML tag completion takes priority over the ts completion and the TextEdit from HTML tag completion includes the whole dot notation. VSCode doesn't like it spans over the word span and filters it out.
Configuration menu - View commit details
-
Copy full SHA for 8af8141 - Browse repository at this point
Copy the full SHA 8af8141View commit details
Commits on Feb 25, 2025
-
fix: properly transform
$props.id
when$props
is assigned to `pro……ps` (#2694) * fix: properly transform `$props.id` when `$props` is assigned to `props` * chore: add comments
Configuration menu - View commit details
-
Copy full SHA for c942382 - Browse repository at this point
Copy the full SHA c942382View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bcd6dd0 - Browse repository at this point
Copy the full SHA bcd6dd0View commit details
Commits on Mar 6, 2025
-
fix: prevent error when the script tag is removed in nodenext projects (
#2635) * fix error when script tag is removed in node16/nodenext * need to have syntax error * two more cases tracked it in git so we can reenable it later * cleanup * patch update as well * Mark it as clean first so at least it doesn't stuck in an old version even if lang="ts" is added back * try finally instead
Configuration menu - View commit details
-
Copy full SHA for 9ee7e9c - Browse repository at this point
Copy the full SHA 9ee7e9cView commit details -
fix: use referenced project's compiler option to get resolution mode (#…
…2676) #2673 Fixing the actual problem that makes the OP want this option. The problem is that the referenced project is a common js project which allows extensionless import. But when we used the wrong compiler option to check for the resolution mode. TypeScript thus used the ESM strategy to resolve the import.
Configuration menu - View commit details
-
Copy full SHA for af88417 - Browse repository at this point
Copy the full SHA af88417View commit details -
Configuration menu - View commit details
-
Copy full SHA for e284968 - Browse repository at this point
Copy the full SHA e284968View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca668e2 - Browse repository at this point
Copy the full SHA ca668e2View commit details -
fix: handle booleanish popover (#2702)
`<div popover></div>` actually means `<div popover=""></div>` #2688
Configuration menu - View commit details
-
Copy full SHA for 59796de - Browse repository at this point
Copy the full SHA 59796deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d28ca - Browse repository at this point
Copy the full SHA 58d28caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a86ba - Browse repository at this point
Copy the full SHA 58a86baView 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.4...svelte-check-4.1.5