-
~~This is the same issue with wsdl-to-ts. They both can't handle recursive definitions.~~
edit: MAX_STACK constant that defines the max iterations to find a non colliding name before giving up, is …
-
First of all big thanks for great library!
My problem is: current types re-exporting in `index.ts` file break Next.js build because framework strict `isolatedModules` to be enabled. This issue can …
-
**Describe the bug**
Version: 10.1.0
I want to generate .ts file with variable content, that depend on my `existedObject`
`Writers` generate incorrect object representation
**To Reproduce**
…
-
### Version
```
npx wsdl-tsclient --version
1.7.0
```
### Problem
When running a generation with the `esm` option, the output does not actually have a…
-
```ts
@PropertyOrder([ 'id', 'password', 'email' ])
export class User {
email: string;
id: number;
password: string;
}
plainToClass(User, jsonData) // User { id: 1, password: 'xxx'…
-
It looks like this package includes eslint, prettier, and typescript-eslint packages. These should be moved to devDependencies
-
Hi, I started using this lib to generate soap contracts for a nest js project. The generated xxxAsync methods are not accepting wsdl_options in the contracts generated but in the actual soap object th…
-
See above.
-
**Describe the bug:**
postinstall crashes with
```
$ node-config-ts
✨ Done in 2.51s.
➜ bap-esim git:(develop) ✗ yarn install
yarn install v1.22.19
[1/4] 🔍 Resolving packages...
[2/4] 🚚 …
-
Good day,
I have been using `wsdl-tsclient` with great success and love the concept.
So far it has been working great, with a few minor hick-ups.
The SOAP API I am converting offers `extension` ty…