We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c1f5a commit 861844dCopy full SHA for 861844d
packages/typescript-estree/src/ts-estree/ts-estree.ts
@@ -659,7 +659,7 @@ export interface ExportAllDeclaration extends BaseNode {
659
660
export interface ExportDefaultDeclaration extends BaseNode {
661
type: AST_NODE_TYPES.ExportDefaultDeclaration;
662
- declaration: ExportDeclaration;
+ declaration: ExportDeclaration | Expression;
663
}
664
665
export interface ExportNamedDeclaration extends BaseNode {
0 commit comments