Skip to content

Allow export default interface. Related to issue 3792. #15076

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

Closed
wants to merge 1 commit into from
Closed

Allow export default interface. Related to issue 3792. #15076

wants to merge 1 commit into from

Conversation

erikmcc
Copy link
Contributor

@erikmcc erikmcc commented Apr 7, 2017

Fixes #3792.

@erikmcc
Copy link
Contributor Author

erikmcc commented Apr 7, 2017

Has the CLA changed? I am pretty sure I signed it before...

@msftclas
Copy link

@erikmcc, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request.

Thanks, Microsoft Pull Request Bot

@mhegazy mhegazy requested a review from a user May 22, 2017 23:03
export default interface A {}

//// [b.ts]
import A from './a'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test where A is actually used.

@mhegazy
Copy link
Contributor

mhegazy commented May 22, 2017

@Andy-MS can you please review this change.

@mhegazy
Copy link
Contributor

mhegazy commented May 23, 2017

I pushed tests and fixed resolveName in #16040

@mhegazy
Copy link
Contributor

mhegazy commented May 23, 2017

closing in favor of #16040

@mhegazy mhegazy closed this May 23, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants