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/svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: svelte@5.2.6
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte@5.2.7
Choose a head ref
  • 3 commits
  • 7 files changed
  • 6 contributors

Commits on Nov 20, 2024

  1. fix: always use set for private identifiers (#14378)

    * fix: always use set for private identifiers
    
    * we can simplify this further - no need to check the value was transformed, since the outcome of not returning immediately is the same but with extra steps
    
    * add explanatory note
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    paoloricciuti and Rich-Harris authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    520055c View commit details
    Browse the repository at this point in the history
  2. docs Update 03-typescript.md (#14382)

    * Update 03-typescript.md
    
    Fix TS error: Cannot invoke an object which is possibly 'undefined'.
    
    * Update 03-typescript.md
    
    ---------
    
    Co-authored-by: Rich Harris <hello@rich-harris.dev>
    rob-balfre and Rich-Harris authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    97185eb View commit details
    Browse the repository at this point in the history
  3. Version Packages (#14380)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6e391fc View commit details
    Browse the repository at this point in the history
Loading