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

贡献者指南