You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(typescript-axios): warn when useErasableSyntax and stringEnums are both enabled
TypeScript enum declarations are not erasable syntax and will fail
with erasableSyntaxOnly. Log a warning guiding users to disable
stringEnums (the default generates erasable-compatible const objects).
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptAxiosClientCodegen.java
0 commit comments