Microsoft/TypeScript

Cannot 'export default' abstract, ambient class or interface

オープン

#3,792 opened on 2015/07/09

 (18 件のコメント) (34 件のリアクション) (0 人の担当者)TypeScript (13,395 件のフォーク)batch import
Help WantedSuggestion

Repository metrics

Stars
 (108,860 個のスター)
PR merge metrics
 (PR metrics pending)

説明

export default abstract class B {

}

By the way, the same with

export default declare class B {

}

Seems to be a parser bug

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