Microsoft/TypeScript

Cannot 'export default' abstract, ambient class or interface

Aperta

#3792 aperta il 9 lug 2015

 (18 commenti) (34 reazioni) (0 assegnatari)TypeScript (13.395 fork)batch import
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

Guida contributor