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.3.0
Choose a head ref
  • 15 commits
  • 82 files changed
  • 7 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

Commits on Jun 27, 2025

  1. Configuration menu
    Copy the full SHA
    8c11512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b30d5e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. docs: use svelte 5 syntax in readme (#2785)

    Co-authored-by: tijn <tijnjh@proton.me>
    tijnjh and tijn authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    9b98894 View commit details
    Browse the repository at this point in the history
  2. feat: zero types for params (#2795)

    Companion to #13999
    dummdidumm authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    9b3f7f7 View commit details
    Browse the repository at this point in the history
  3. 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>
    YimingIsCOLD and dummdidumm authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    14dc584 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    314ad4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0c8a0 View commit details
    Browse the repository at this point in the history
  3. feat: add await support (#2799)

    For the new Svelte 5 "await at the top level / in template" feature
    dummdidumm authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    2e2c6c3 View commit details
    Browse the repository at this point in the history
Loading