swagger-codegen-generators
swagger-codegen-generators copied to clipboard
Javascript output code can not be run because `static` keyword
This issue is related to #1256 and the problem is present in codegen v2 and v3. Enumeration are defined as static in models for javascript generator but it generates an error when code is attempted to be run.