We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9692532 commit f5f6317Copy full SHA for f5f6317
packages/svelte/src/compiler/types/legacy-nodes.d.ts
@@ -187,7 +187,7 @@ export interface LegacyTransition extends BaseNode {
187
name: string;
188
/** The 'y' in `transition:x={y}` */
189
expression: null | Expression;
190
- modifiers: Array<'local' | 'global'>;
+ modifiers: Array<'local' | 'global' | 'this'>;
191
/** True if this is a `transition:` or `in:` directive */
192
intro: boolean;
193
/** True if this is a `transition:` or `out:` directive */
0 commit comments