Microsoft/TypeScript
View on GitHubCannot 'export default' abstract, ambient class or interface
Open
#3,792 opened on Jul 9, 2015
Help WantedSuggestion
Repository metrics
- Stars
- (48,455 stars)
- PR merge metrics
- (Avg merge 6d 17h) (9 merged PRs in 30d)
Description
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug