Skip to content

Commit

Permalink
fix(ast-spec): remove duplicate union types from Expression (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 3, 2021
1 parent f62baec commit 463e768
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ast-spec/src/unions/Expression.ts
Expand Up @@ -50,10 +50,8 @@ export type Expression =
| CallExpression
| ChainExpression
| ClassExpression
| ClassExpression
| ConditionalExpression
| FunctionExpression
| FunctionExpression
| Identifier
| ImportExpression
| JSXElement
Expand Down

0 comments on commit 463e768

Please sign in to comment.