Microsoft/TypeScript
Cannot 'export default' abstract, ambient class or interface
Aperta
#3792 aperta il 9 lug 2015
Help WantedSuggestion
Metriche repository
- Star
- (108.860 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
export default abstract class B {
}
By the way, the same with
export default declare class B {
}
Seems to be a parser bug