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' {
1241
1241
/** The 'y' in `on:x={y}` */
1242
1242
expression : null | Expression ;
1243
1243
modifiers : string [ ] ; // TODO specify
1244
- metadata : {
1245
- delegated : null | DelegatedEvent ;
1246
- } ;
1247
1244
}
1248
1245
1249
1246
type DelegatedEvent =
@@ -1327,12 +1324,6 @@ declare module 'svelte/compiler' {
1327
1324
svg : boolean ;
1328
1325
/** `true` if contains a SpreadAttribute */
1329
1326
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 ;
1336
1327
} ;
1337
1328
}
1338
1329
You can’t perform that action at this time.
0 commit comments