Skip to content

Commit f5155e0

Browse files
committed
update types
1 parent a4dc8aa commit f5155e0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/svelte/types/index.d.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,9 +1241,6 @@ declare module 'svelte/compiler' {
12411241
/** The 'y' in `on:x={y}` */
12421242
expression: null | Expression;
12431243
modifiers: string[]; // TODO specify
1244-
metadata: {
1245-
delegated: null | DelegatedEvent;
1246-
};
12471244
}
12481245

12491246
type DelegatedEvent =
@@ -1327,12 +1324,6 @@ declare module 'svelte/compiler' {
13271324
svg: boolean;
13281325
/** `true` if contains a SpreadAttribute */
13291326
has_spread: boolean;
1330-
/**
1331-
* `true` if events on this element can theoretically be delegated. This doesn't necessarily mean that
1332-
* a specific event will be delegated, as there are other factors which affect the final outcome.
1333-
* `null` only until it was determined whether this element can be delegated or not.
1334-
*/
1335-
can_delegate_events: boolean | null;
13361327
};
13371328
}
13381329

0 commit comments

Comments
 (0)