swagger-typescript-api
swagger-typescript-api copied to clipboard
TypeScript API generator via Swagger scheme
So I just updated this package from `13.0.3` to `13.0.14`, and suddenly my entire sveltekit project stopped working - it seems that every single `import` statement returns `undefined`. I'm guessing...
vesion is ^13.0.13 i want custom the 'interface HttpResponse' in fetch client. After i copy templates to local and modify 'fetch-http-client.ejs' , regenerate a new typescript file, but it look...
Found 244 errors in the same file, starting at: ../node_modules/.pnpm/[email protected][email protected]/node_modules/swagger-typescript-api/dist/types.d.cts:6
#727 added a dependency on `"engines": { "node": ">=18.0.0" }` which caused build failures in my node 16 project that is using this package. That change should have required at...
Right now it is forced to use whatever version this project specifies, but it would make more sense to adopt the one used by the parent project.
here is a comparison: In the left two tabs, there is no difference between createView and createConfig. However, in the right two tabs, the code generated for creating a view...