wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Generated models with circular dependecy #238

Closed odranoelBR closed 5 years ago

odranoelBR commented 5 years ago

The model generated from a class with circular dependency comes with an import from self, generating the error "has already declared".

How can i avoid it ?