mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 09:21:21 +01:00
cd2506535f
* 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
80 B
80 B
svelte |
---|
patch |
feat: leave view transition pseudo selectors untouched