swagger-codegen-generators
swagger-codegen-generators copied to clipboard
javascript-es6: use default exports for api and model classes
Originally reported in the main codegen repo here, this PR changes the ES6 Javascript templates to use export default
for the generated api and model classes and ApiClient
.
Closes: https://github.com/swagger-api/swagger-codegen/issues/11026