swagger-api / swagger-codegen-generators

Apache License 2.0
284 stars 421 forks source link

Fix ES5 Javascript Templates #1256

Closed HugoMario closed 7 months ago

HugoMario commented 7 months ago

Currently ES5 templates contains keyword such class that are not part of the standard.

HugoMario commented 7 months ago

This ticket is related to https://github.com/swagger-api/swagger-codegen/issues/10305

HugoMario commented 7 months ago

fixed by https://github.com/swagger-api/swagger-codegen-generators/pull/1261