8000 Fix VGenericExpression VisitorKeys (#252) · vuejs/vue-eslint-parser@b32d6c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b32d6c4

Browse files
authored
Fix VGenericExpression VisitorKeys (#252)
1 parent 0876121 commit b32d6c4

File tree

9 files changed

+1743
-1550
lines changed

9 files changed

+1743
-1550
lines changed

src/ast/traverse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const KEYS = Evk.unionWith({
2727
VSlotScopeExpression: ["params"],
2828
VStartTag: ["attributes"],
2929
VText: [],
30-
VGenericExpression: ["expression"],
30+
VGenericExpression: ["params"],
3131
})
3232

3333
/**

0 commit comments

Comments
 (0)
0