Skip to content

Commit

Permalink
remove duplicate visitor declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 22, 2021
1 parent c080d9e commit 3e7c299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-types/src/definitions/core.ts
Expand Up @@ -1838,7 +1838,6 @@ defineType("Super", {
});

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

0 comments on commit 3e7c299

Please sign in to comment.