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.13.0
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.14.0
Choose a head ref
  • 2 commits
  • 34 files changed
  • 4 contributors

Commits on Dec 15, 2024

  1. feat: add $inspect.trace rune (#14290)

    * feat: add $trace rune
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    WIP
    
    * lint
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * more tweaks
    
    * lint
    
    * improve label for derived cached
    
    * improve label for derived cached
    
    * lint
    
    * better stacks
    
    * complete redesign
    
    * fixes
    
    * dead code
    
    * dead code
    
    * improve change detection
    
    * rename rune
    
    * lint
    
    * lint
    
    * fix bug
    
    * tweaks
    
    * Update packages/svelte/src/internal/client/dev/tracing.js
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    
    * Update packages/svelte/src/internal/client/dev/tracing.js
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    
    * Update packages/svelte/src/internal/client/dev/tracing.js
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    
    * Update packages/svelte/src/internal/client/dev/tracing.js
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    
    * todos
    
    * add test + some docs
    
    * changeset
    
    * update messages
    
    * address feedback
    
    * address feedback
    
    * limit to first statement of function
    
    * remove unreachable trace_rune_duplicate error
    
    * tweak message
    
    * remove the expression statement, not the expression
    
    * revert
    
    * make label optional
    
    * relax restriction on label - no longer necessary with new design
    
    * update errors
    
    * newline
    
    * tweak
    
    * add some docs
    
    * fix playground
    
    * fix playground
    
    * tweak message when function runs outside an effect
    
    * unused
    
    * tweak
    
    * handle async functions
    
    * fail on generators
    
    * regenerate, update docs
    
    * better labelling
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    trueadm and Rich-Harris authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    5483495 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#14715)

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