|
|
|
|
|
by stephen
2491 days ago
|
|
> older features of typescript [...] protobufjs generated typescript FWIW I have a used-in-production project that generates idiomatic TypeScript types for protobuf: https://github.com/stephenh/ts-proto As a disclaimer, it assumes you use Twirp for any RPC impls, merely b/c that is what we used, and so it needs a config flag to turn that off + also eventual support for canonical GRPC-style RPC. And also the docs/install/setup all need polished, but feel free to file issues / PRs if you try it. |
|