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

贡献者指南