acacode / acacode/swagger-typescript-api
enum key not correct
Aperta
- Lingua principale
- TypeScript
- Stelle
- 4.1k
- Fork
- 436
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
got wrong key name when there's a negative number
```
export enum CodeEnum {
Value3 = -3,
Value2 = -2,
Value1 = -1,
Value0 = 0,
Value11 = 1,
Value22 = 2,
Value33 = 3,
Value4 = 4,
Value5 = 5,
Value6 = 6,
Value324 = 324
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.