Skip to content

Commit

Permalink
fix: add typeParameters to visitor keys
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 22, 2021
1 parent 66b2c4b commit c080d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/babel-types/src/definitions/core.ts
Expand Up @@ -1838,7 +1838,8 @@ defineType("Super", {
});

defineType("TaggedTemplateExpression", {
visitor: ["tag", "quasi"],
visitor: ["tag", "quasi", "typeParameters"],
builder: ["tag", "quasi"],
aliases: ["Expression"],
fields: {
tag: {
Expand Down

0 comments on commit c080d9e

Please sign in to comment.