Microsoft/TypeScript

Cannot 'export default' abstract, ambient class or interface

Open

#3,792 建立於 2015年7月9日

在 GitHub 查看
 (18 留言) (34 反應) (0 負責人)TypeScript (6,726 fork)batch import
Help WantedSuggestion

倉庫指標

Star
 (48,455 star)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 9 個 PR)

描述

export default abstract class B {

}

By the way, the same with

export default declare class B {

}

Seems to be a parser bug

貢獻者指南