Microsoft/TypeScript

Cannot 'export default' abstract, ambient class or interface

Open

#3,792 opened on Jul 9, 2015

View on GitHub
 (18 comments) (34 reactions) (0 assignees)TypeScript (6,726 forks)batch import
Help WantedSuggestion

Repository metrics

Stars
 (48,455 stars)
PR merge metrics
 (Avg merge 6d 17h) (9 merged PRs in 30d)

Description

export default abstract class B {

}

By the way, the same with

export default declare class B {

}

Seems to be a parser bug

Contributor guide