protobuf.js
protobuf.js copied to clipboard
Protocol Buffers for JavaScript & TypeScript.
Fixing the issue #1783 In the case if we have a call like this: ``` Protobuf.Root.fromDescriptor(decodedDescriptorSet); ``` where decodedDescriptorSet constains files which have same field ( extension + original file...
This pull request should resolve issue #1632
These are major happy path bugs that have been in the stable release for a number of years now. The root cause seems to be on jsdoc's end, but the...
Hey folks, I'll create this issue here to let you all know that v7.0.0 of `protobufjs` is finally out and published on npm. Just in case you didn't know, the...
protobuf.js version: 6.8.8 Currently when using pbjs with the json target flag `-t json`, all comments are stripped from the output file and there is no option to preserve comments....
protobuf.js version: 6.8.7 (master e8449c4) When calling `protobuf.Root.fromJSON` on a JSON descriptor of a proto that contains an `extend`, an error is thrown saying the extended field is a duplicate....
Hi! I've stuck with a problem, which I'm not sure how to solve. So I have a file like this: ``` syntax = "proto3"; package validation; import "google/protobuf/descriptor.proto"; option java_package...
protobuf.js version: 6.11.2 When I use proto3, I use pbjs to compile the proto file into js, such as such a protocol ```` syntax = "proto3"; package com.message.proto.user; option java_package...
protobuf.js version: 7.0.0 protobufjs-cli version: 1.0.0 How to generate static code only for necessary types from big definitions? Current version generates static code for all types defined in `protocol.proto`: ```bash...