-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Allow export default abstract class. Related to issue 3792. #14657
Conversation
@erikmcc, It will cover your contributions to all Microsoft-managed open source projects. |
@erikmcc, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request. |
tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/classAbstractManyKeywords.ts(3,1): error TS1128: Declaration or statement expected. | ||
tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/classAbstractManyKeywords.ts(4,17): error TS1005: '=' expected. | ||
|
||
|
||
==== tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/classAbstractManyKeywords.ts (3 errors) ==== | ||
==== tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/classAbstractManyKeywords.ts (2 errors) ==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow nice test name @aozgaa
👍 LGTM |
Awesome! It is a shame this doesn't support interfaces. I tend to abide by the rule that says if you have only one export, it should be the default, and I apply this even to interfaces. Regardless, I'm really glad to see this. Thank you! |
I'm planning on fixing that next. I just wanted to see what the PR
submission process was like before investing too much time.
…On Mar 31, 2017 3:26 PM, "Aluan Haddad" ***@***.***> wrote:
Awesome!
It is a shame this doesn't support interfaces. I tend to abide by the rule
that says if you have only one export, it should be the default, and I
apply this even to interfaces.
Regardless, I'm really glad to see this. Thank you!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14657 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANbipOT8DVQ6v40yfrRGD0XRkWaA52A_ks5rrX2CgaJpZM4MdGCI>
.
|
@erikmcc Does it make sense that I'm still getting an error if I use the |
We are not planning on changing the |
Fixes (part of) #3792