swagger-codegen-generators icon indicating copy to clipboard operation
swagger-codegen-generators copied to clipboard

Javascript output code can not be run because `static` keyword

Open HugoMario opened this issue 1 year ago • 0 comments

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.

HugoMario avatar Feb 27 '24 00:02 HugoMario