Skip to content

Commit 1a88f28

Browse files
committed
fix
1 parent f034f2e commit 1a88f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visitor-keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const svelteKeys: SvelteKeysType = {
2222
SvelteMustacheTag: ["expression"],
2323
SvelteDebugTag: ["identifiers"],
2424
SvelteConstTag: ["declaration"],
25-
SvelteRenderTag: ["callee", "argument"],
25+
SvelteRenderTag: ["callee", "arguments"],
2626
SvelteIfBlock: ["expression", "children", "else"],
2727
SvelteElseBlock: ["children"],
2828
SvelteEachBlock: [

0 commit comments

Comments
 (0)