Skip to content

Commit 4d93618

Browse files
committed
support export type named exports from typescript
1 parent 206d676 commit 4d93618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ExportMap.js

+1
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ ExportMap.parse = function (path, content, context) {
452452
case 'TypeAlias': // flowtype with babel-eslint parser
453453
case 'InterfaceDeclaration':
454454
case 'TSEnumDeclaration':
455+
case 'TSTypeAliasDeclaration':
455456
case 'TSInterfaceDeclaration':
456457
case 'TSAbstractClassDeclaration':
457458
case 'TSModuleDeclaration':

0 commit comments

Comments
 (0)