File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ export type ASTNodeListener = {
237
237
SvelteDirective ?: ( node : AST . SvelteDirective & ASTNodeWithParent ) => void ;
238
238
SvelteStyleDirective ?: ( node : AST . SvelteStyleDirective & ASTNodeWithParent ) => void ;
239
239
SvelteSpecialDirective ?: ( node : AST . SvelteSpecialDirective & ASTNodeWithParent ) => void ;
240
+ SvelteGenericsDirective ?: ( node : AST . SvelteGenericsDirective & ASTNodeWithParent ) => void ;
240
241
SvelteDirectiveKey ?: ( node : AST . SvelteDirectiveKey & ASTNodeWithParent ) => void ;
241
242
SvelteSpecialDirectiveKey ?: ( node : AST . SvelteSpecialDirectiveKey & ASTNodeWithParent ) => void ;
242
243
SvelteText ?: ( node : AST . SvelteText & ASTNodeWithParent ) => void ;
@@ -457,6 +458,7 @@ export type SvelteNodeListener = {
457
458
SvelteDirective ?: ( node : AST . SvelteDirective & ASTNodeWithParent ) => void ;
458
459
SvelteStyleDirective ?: ( node : AST . SvelteStyleDirective & ASTNodeWithParent ) => void ;
459
460
SvelteSpecialDirective ?: ( node : AST . SvelteSpecialDirective & ASTNodeWithParent ) => void ;
461
+ SvelteGenericsDirective ?: ( node : AST . SvelteGenericsDirective & ASTNodeWithParent ) => void ;
460
462
SvelteDirectiveKey ?: ( node : AST . SvelteDirectiveKey & ASTNodeWithParent ) => void ;
461
463
SvelteSpecialDirectiveKey ?: ( node : AST . SvelteSpecialDirectiveKey & ASTNodeWithParent ) => void ;
462
464
SvelteText ?: ( node : AST . SvelteText & ASTNodeWithParent ) => void ;
You can’t perform that action at this time.
0 commit comments