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

Abstract classes as the default export #7647

Closed
gamedev8 opened this issue Mar 22, 2016 · 1 comment
Closed

Abstract classes as the default export #7647

gamedev8 opened this issue Mar 22, 2016 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@gamedev8
Copy link

Are abstract classes allowed to be the default export in a typescript file? I get a compilation error.

export default abstract class Service {
...
}

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Mar 23, 2016
@RyanCavanaugh
Copy link
Member

#3792, please search for duplicates before logging new issues.

image

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants