We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8cf00 commit 0cb7429Copy full SHA for 0cb7429
src/visitor-keys.ts
@@ -51,6 +51,7 @@ const svelteKeys: SvelteKeysType = {
51
SvelteText: [],
52
SvelteHTMLComment: [],
53
SvelteReactiveStatement: ["label", "body"],
54
+ SvelteFunctionBindingsExpression: ["expressions"],
55
};
56
57
export const KEYS: SourceCode.VisitorKeys = unionWith(
0 commit comments