Microsoft/TypeScript
View on GitHubCannot 'export default' abstract, ambient class or interface
Open
#3,792 opened on Jul 9, 2015
Help WantedSuggestion
Description
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug