Skip to content

Commit

Permalink
support export type named exports from typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Mar 19, 2019
1 parent 206d676 commit 4d93618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExportMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ ExportMap.parse = function (path, content, context) {
case 'TypeAlias': // flowtype with babel-eslint parser
case 'InterfaceDeclaration':
case 'TSEnumDeclaration':
case 'TSTypeAliasDeclaration':
case 'TSInterfaceDeclaration':
case 'TSAbstractClassDeclaration':
case 'TSModuleDeclaration':
Expand Down

0 comments on commit 4d93618

Please sign in to comment.