Skip to content

Commit f5f6317

Browse files
committed
fix type
1 parent 9692532 commit f5f6317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/types/legacy-nodes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export interface LegacyTransition extends BaseNode {
187187
name: string;
188188
/** The 'y' in `transition:x={y}` */
189189
expression: null | Expression;
190-
modifiers: Array<'local' | 'global'>;
190+
modifiers: Array<'local' | 'global' | 'this'>;
191191
/** True if this is a `transition:` or `in:` directive */
192192
intro: boolean;
193193
/** True if this is a `transition:` or `out:` directive */

0 commit comments

Comments
 (0)