regenerate types

pull/12509/head
Simon Holthausen 2 years ago
parent 13fa4517d7
commit b24253eecf

@ -1338,9 +1338,9 @@ declare module 'svelte/compiler' {
combinator: null | Combinator;
selectors: SimpleSelector[];
metadata: {
/** :global(..) */
/** `:global(...)` or `:global` or `:global.x` (but not `.x:global`) */
is_global: boolean;
/** :root, :host, ::view-transition */
/** `:root`, `:host`, `::view-transition`, or selectors after a `:global` */
is_global_like: boolean;
scoped: boolean;
};

Loading…
Cancel
Save