Skip to content

Commit b03f20f

Browse files
committed
build
1 parent 3591210 commit b03f20f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/svelte/types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,6 +1636,10 @@ declare module 'svelte/compiler' {
16361636
/** The 'y' in `on:x={y}` */
16371637
expression: null | Expression;
16381638
modifiers: string[]; // TODO specify
1639+
metadata: {
1640+
contains_call_expression: boolean;
1641+
dynamic: boolean;
1642+
};
16391643
}
16401644

16411645
type DelegatedEvent =

0 commit comments

Comments
 (0)