Skip to content

Commit

Permalink
Merge 4d93618 into 206d676
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Mar 19, 2019
2 parents 206d676 + 4d93618 commit 90d35c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExportMap.js
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 90d35c3

Please sign in to comment.