-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hi,
I have an object that has a reference to another object that makes use of discriminator.
For this, the following code is generated:
```
export class RuleDto extends Resource implements I…
-
I am trying to implement OpenAPI Client side code generator in my react-native app where we are not using TypeScript. But all of the article which i have seen till now are are recommending to create r…
-
# Feature request
## Is your feature request related to a problem? Please describe.
My database schema has comments on every table an some columns. It would be nice if those comments could be in…
-
Howdy!
Thanks for creating recast 🙇
I found it troublesome to parse a code like this:
```typescript
export default class DocumentsService {
@abc({ on: 'init' })
*loadEndpoint() {
yield…
-
##### Description
We use nestjs as our backend and frontend node applications. Currently there is support for angular 2-6 but not nestjs. I proposed adding nestjs.
##### Swagger-codegen …
-
Hi, I'm trying to map all instances of `java.util.collection` to `Record` and I'm encountering this error
```
Execution generate of goal cz.habarta.typescript-generator:typescript-generator-maven…
-
##### Description
Are there template mustache files for typescript-axios generator? I don't find them.
##### Swagger-codegen version
Last
-
If the fns argument of the chain function is an array of two or more arrays, an error occurs in the typescript environment.
For example, the “Intro” sample in README.md will generate the following er…
-
I've created a fork of the `typescript-fetch` generator, slimmed it down, made it have zero dependencies and added a few features as well as fix some bugs. My motivation was primarily to learn more ab…