thrift-typescript icon indicating copy to clipboard operation
thrift-typescript copied to clipboard

Generate TypeScript from Thrift IDL files

Results 33 thrift-typescript issues
Sort by recently updated
recently updated
newest added

`struct MyResponse { }` generates the following code: `export class MyResponse { constructor(args?: IMyResponseArgs) { } }` which with noUnusedParameters causes errors

enhancement
help wanted

The parser collects all comments as leading comments.

enhancement

Hey everyone, is there a way to implement a custom target or extend the renderer? I would like to extend the library so that I can have my own renderer...