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.1.6
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.1.7
Choose a head ref
  • 7 commits
  • 52 files changed
  • 2 contributors

Commits on Apr 15, 2025

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

Commits on Apr 25, 2025

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

Commits on May 2, 2025

  1. feat: support "add missing imports on save" (#2744)

    Fixes #2616
    
    Adds the source action to addMissingImports, reusing the same quick fix action as "import all missing"
    datstarkey authored May 2, 2025
    Configuration menu
    Copy the full SHA
    5366e78 View commit details
    Browse the repository at this point in the history
  2. chore: bump vscode-html/css-language-service (#2752)

    * chore: bump vscode-html/css-language-service
    
    * update test
    jasonlyu123 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    b887cbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c341bd View commit details
    Browse the repository at this point in the history
  4. fix: prevent error with unclosed tag followed by LF or end of file (#…

    …2750)
    
    #2742
    
    The reason that it happens to LF but not CRLF is that CRLF has two characters, so it doesn't touch the range of the start tag name, and therefore won't trigger the magic string error. This should also improve auto-import performance a bit because TypeScript only needs to compute auto-imports for Button and not a global auto-import.
    jasonlyu123 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    0c4e103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bdbf6d View commit details
    Browse the repository at this point in the history
Loading