It would be really nice to have Typescript code generation out of the box with _pbjs_ tool.
There might be 2 different approaches:
.d.ts filesNumber#2 is currently achievable BTW, using multiple tools like this:
.d.ts files using those JSON definitionsI had to modify _proto2typescript_ to make it working BTW.
Related issues :
I would also find this useful. I鈥檓 currently down option number 2, and have had to spend time making proto2typescript work how I need it.
@dcodeIO is this something that you would consider? I think I might be able to contribute a PR as I need it myself as well.
I've written something like this already, could possibly wrap it up into the CLI and release it.
@dcodeIO any comments?
It would be great to have first-party support for this due to external tools always being slightly out of sync with development.
Closing this for now.
Feel free to send a pull request if this is still a requirement.
Most helpful comment
@dcodeIO is this something that you would consider? I think I might be able to contribute a PR as I need it myself as well.