creditkarma / thrift-typescript

Generate TypeScript from Thrift IDL files
Apache License 2.0
155 stars 32 forks source link

Custom target implementation #196

Open gabrielsch opened 2 years ago

gabrielsch commented 2 years ago

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 with my own conventions.

If not, would you accept a PR implementing this?

Thank you!