Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isExpandoFunctionDeclaration only checks values #27052

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

sandersn
Copy link
Member

Previously it checked types too, which caused a crash because types don't have valueDeclaration set. But expando functions can't export types, only values.

Fixes #27032

Previously it checked types too, which caused a crash because types
don't have valueDeclaration set. But expando functions can't export
types, only values.
@sandersn sandersn requested review from weswigham and a user September 12, 2018 18:33
@sandersn sandersn merged commit 2f8a646 into master Sep 12, 2018
@sandersn sandersn deleted the fix-expando-merging-with-exported-types branch September 12, 2018 19:21
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