Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b32d6c4

Browse filesBrowse files
authored
Fix VGenericExpression VisitorKeys (#252)
1 parent 0876121 commit b32d6c4
Copy full SHA for b32d6c4

File tree

9 files changed

+1743
-1550
lines changed
Filter options

9 files changed

+1743
-1550
lines changed

‎src/ast/traverse.ts

Copy file name to clipboardExpand all lines: src/ast/traverse.ts
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.