Skip to content

Commit

Permalink
fix(typescript-estree): add ExportDefaultDeclaration to union Declara…
Browse files Browse the repository at this point in the history
…tionStatement (#378)
  • Loading branch information
ndelangen authored and bradzacher committed Mar 27, 2019
1 parent 643a223 commit bf04398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/typescript-estree/src/ts-estree/ts-estree.ts
Expand Up @@ -254,6 +254,7 @@ export type ClassElement =
export type DeclarationStatement =
| ClassDeclaration
| ClassExpression
| ExportDefaultDeclaration
| ExportAllDeclaration
| ExportNamedDeclaration
| FunctionDeclaration
Expand Down

0 comments on commit bf04398

Please sign in to comment.