acacode / acacode/swagger-typescript-api

enum key not correct

未关闭
#623 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
4.1k
派生
436
PR 合并指标
30 天内没有已合并 PR

描述

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
}
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。