acacode / acacode/swagger-typescript-api
Import declaration conflicts in generated modules when using --modular flag
- Langage dominant
- TypeScript
- Étoiles
- 4.1k
- Forks
- 436
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.