Stephen Haberman
Stephen Haberman
Hi @talgendler ; I still don't know why `tsc` is changing the output like that; maybe there is a tsconfig option you have enabled that is modifying the `*.d.ts` file...
Hey @kkimdev , happy to accept PRs that implement what you need. Fwiw at some point we'll be dependent on what the underlying protobuf.js encoders/decoders offer in terms of runtime...
Hi @fengpeng ! Thanks for digging into the source... Fwiw I can't tell if someone is still wrong, or you figured it out. We have a unit test that shows...
Yeah, that's true, but I'd like to keep this for doing wire-level tests of the non-NestJS integrations, i.e. the `Message.encode/decode` methods and `Method.fromJSON/toJSON`.
Ah nice, good find! That does look useful to eventually have it running against ts-proto.
Hi @lukealvoeiro ; apologies for taking awhile to get back to you. I knew this PR would take more-than-a-few-minutes to give intelligent feedback on :-), so has been hard to...
Just sanity checking my understanding here: > The code in src/ is currently broken as a result of the > ts-proto-descriptors update, which made a lot of the fields >...
This again looks great @lukealvoeiro ! Thank you!
:tada: This PR is included in version 1.169.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/ts-proto/v/1.169.0) - [GitHub release](https://github.com/stephenh/ts-proto/releases/tag/v1.169.0) - `v1.169.0` Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Looks great, thank you!