Microsoft/TypeScript
在 GitHub 查看Cannot 'export default' abstract, ambient class or interface
Open
#3,792 建立於 2015年7月9日
Help WantedSuggestion
描述
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug