File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments