acacode / acacode/swagger-typescript-api
Typescript enum generation fails with special characters
Aperta
bug
- Lingua principale
- TypeScript
- Stelle
- 4.1k
- Fork
- 436
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The following schema:
```json
{
"enum": ["&&", "||"],
"type": "string"
}
```
is compiled to
```ts
export enum RuleChainingOperator {
Type = '&&',
Type = '||',
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.