Skip to content

Commit a343c80

Browse files
committed
run update
1 parent aa1e5f0 commit a343c80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types-for-node.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export type ASTNodeListener = {
237237
SvelteDirective?: (node: AST.SvelteDirective & ASTNodeWithParent) => void;
238238
SvelteStyleDirective?: (node: AST.SvelteStyleDirective & ASTNodeWithParent) => void;
239239
SvelteSpecialDirective?: (node: AST.SvelteSpecialDirective & ASTNodeWithParent) => void;
240+
SvelteGenericsDirective?: (node: AST.SvelteGenericsDirective & ASTNodeWithParent) => void;
240241
SvelteDirectiveKey?: (node: AST.SvelteDirectiveKey & ASTNodeWithParent) => void;
241242
SvelteSpecialDirectiveKey?: (node: AST.SvelteSpecialDirectiveKey & ASTNodeWithParent) => void;
242243
SvelteText?: (node: AST.SvelteText & ASTNodeWithParent) => void;
@@ -457,6 +458,7 @@ export type SvelteNodeListener = {
457458
SvelteDirective?: (node: AST.SvelteDirective & ASTNodeWithParent) => void;
458459
SvelteStyleDirective?: (node: AST.SvelteStyleDirective & ASTNodeWithParent) => void;
459460
SvelteSpecialDirective?: (node: AST.SvelteSpecialDirective & ASTNodeWithParent) => void;
461+
SvelteGenericsDirective?: (node: AST.SvelteGenericsDirective & ASTNodeWithParent) => void;
460462
SvelteDirectiveKey?: (node: AST.SvelteDirectiveKey & ASTNodeWithParent) => void;
461463
SvelteSpecialDirectiveKey?: (node: AST.SvelteSpecialDirectiveKey & ASTNodeWithParent) => void;
462464
SvelteText?: (node: AST.SvelteText & ASTNodeWithParent) => void;

0 commit comments

Comments
 (0)