Skip to content

Conversation

ddelbondio
Copy link
Contributor

When export default interface Interface {} is used the parser currently fails with Error: Debug Failure. False expression: Should only get Alias here at Object.resolveAlias [as getAliasedSymbol].

It probably fails for other type only exports as well when they are used as default export. The fix makes sure only actual aliases are passed to getAliasedSymbol.

@ddelbondio ddelbondio force-pushed the fix-parse-error-on-default-interface-export branch 2 times, most recently from a3a5cbc to ce1ec08 Compare May 17, 2020 22:06
@pvasek
Copy link
Collaborator

pvasek commented May 20, 2020

@ddelbondio thanks for PR, could you fix that conflict, please?

@ddelbondio ddelbondio force-pushed the fix-parse-error-on-default-interface-export branch from ce1ec08 to 6059bbf Compare May 21, 2020 15:40
@ddelbondio
Copy link
Contributor Author

@pvasek done

@pvasek pvasek merged commit eaab488 into styleguidist:master May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants