8000 fix(ast-spec): remove duplicate union types from `Expression` (#3770) · mvximvs/typescript-eslint@463e768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 463e768

Browse files
fix(ast-spec): remove duplicate union types from Expression (typescript-eslint#3770)
1 parent f62baec commit 463e768

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ast-spec/src/unions/Expression.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ export type Expression =
5050
| CallExpression
5151
| ChainExpression
5252
| ClassExpression
53-
| ClassExpression
5453
| ConditionalExpression
5554
| FunctionExpression
56-
| FunctionExpression
5755
| Identifier
5856
| ImportExpression
5957
| JSXElement

0 commit comments

Comments
 (0)
0