Skip to content

Commit 0cb7429

Browse files
committed
fix visitor-keys
1 parent 1b8cf00 commit 0cb7429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/visitor-keys.ts

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const svelteKeys: SvelteKeysType = {
5151
SvelteText: [],
5252
SvelteHTMLComment: [],
5353
SvelteReactiveStatement: ["label", "body"],
54+
SvelteFunctionBindingsExpression: ["expressions"],
5455
};
5556

5657
export const KEYS: SourceCode.VisitorKeys = unionWith(

0 commit comments

Comments
 (0)