oliviermadelin

Results 1 comments of oliviermadelin

openapi-generator-maven plugin 7.6.0 brings the fix. The generated code is ES6 compatible. before `(7.5.0)` ``` export function instanceOfEtiquette(value: any): boolean { return Object.values(Etiquette).includes(value); } ``` after `(7.6.0)` ``` export function...