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.
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.