Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 7 commits
  • 37 files changed
  • 2 contributors

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    d57bae2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. perf: bail on giant export maps when initializing auto import cache

    implemented within typescript-auto-import-cache dependency
    dummdidumm committed May 21, 2025
    Configuration menu
    Copy the full SHA
    ef92ff3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. 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.
    jasonlyu123 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    33f7e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1301e80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75eb2bb View commit details
    Browse the repository at this point in the history
  4. 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.
    jasonlyu123 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    5493844 View commit details
    Browse the repository at this point in the history
  5. 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.
    jasonlyu123 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    291b484 View commit details
    Browse the repository at this point in the history
Loading