Skip to content

Commit bf04398

Browse files
ndelangenbradzacher
authored andcommitted
fix(typescript-estree): add ExportDefaultDeclaration to union DeclarationStatement (#378)
1 parent 643a223 commit bf04398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/typescript-estree/src/ts-estree/ts-estree.ts

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ export type ClassElement =
254254
export type DeclarationStatement =
255255
| ClassDeclaration
256256
| ClassExpression
257+
| ExportDefaultDeclaration
257258
| ExportAllDeclaration
258259
| ExportNamedDeclaration
259260
| FunctionDeclaration

0 commit comments

Comments
 (0)