microsoft/TypeScript

Cannot 'export default' abstract, ambient class or interface

Open

#3,792 opened on 2015年7月9日

GitHub で見る
 (18 comments) (34 reactions) (0 assignees)TypeScript (13,395 forks)batch import
Help WantedSuggestion

Repository metrics

Stars
 (108,860 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 9 merged PRs)

説明

export default abstract class B {

}

By the way, the same with

export default declare class B {

}

Seems to be a parser bug

コントリビューターガイド