Microsoft/TypeScript

Cannot 'export default' abstract, ambient class or interface

開放

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

 (18 則留言) (34 個反應) (0 位負責人)TypeScript (13,395 個分叉)batch import
Help WantedSuggestion

倉庫指標

星標
 (108,860 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

export default abstract class B {

}

By the way, the same with

export default declare class B {

}

Seems to be a parser bug

貢獻者指南