0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
svelte/.changeset/moody-ghosts-buy.md
Simon H cd2506535f
feat: leave view transition pseudo selectors untouched (#11375)
* feat: leave view transition pseudo selectors untouched

view transition pseude selectors are global-like, i.e. they shouldn't be scoped or treated as unused.
In the process of adding support for this, is_root and is_host were consolidated into is_global_like because their usage locations didn't need any differentiation between them (same for the new view transition treatment)

closes #9127

* regenerate types
2024-04-29 20:27:13 +01:00

80 B

svelte
patch

feat: leave view transition pseudo selectors untouched