developit / developit/preact-markup
TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
Aperta
- Lingua principale
- JavaScript
- Stelle
- 207
- Fork
- 27
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The index.d.ts file declaring `class Markup extends Component...` (line 26) should read
`declare class Markup extends Component...`
Otherwise the newer versions of TS will complain.
PR #47 will resolve this.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.