acacode / acacode/swagger-typescript-api
Import declaration conflicts in generated modules when using --modular flag
未关闭
- 主要语言
- TypeScript
- 星标
- 4.1k
- 派生
- 436
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm using the Swagger pet store example as input with the `--modular` flag.
The generated modules are reporting the following type issues because the interface from `data-contracts.ts` has the same name as the class in the module.
> Individual declarations in merged declaration 'Pet' must be all exported or all local.ts (2395)
> Import declaration conflicts with local declaration of 'Pet'.ts (2440)

I realize that the modules has ESLint disabled, however, these are typescript errors.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。