olivierlsc / swagger-express-ts

Generate and serve swagger.json
MIT License
147 stars 60 forks source link

Changed controllerMap type to an indexed object #70

Closed nathanlepori closed 3 years ago

nathanlepori commented 3 years ago

SwaggerService#controllerMap being an array causes a very hard to debug bug in the rare case where the Array prototype is augmented with enumerable properties. Still controllerMap being an object seems more logical than an array and doesn't seem to cause any issues.