protobuf.js
protobuf.js copied to clipboard
Protocol Buffers for JavaScript & TypeScript.
protobuf.js version: 6.8.0 Hello, I'm trying to overwriting `toObject` in a custom class, but it seems is not being possible or I'm doing it wrong. ```js const protobuf = require("protobufjs");...
protobuf.js version: 7.0.0 I'm upgrading from 6.11.3 to 7.0.0. I have a test that calls ```ts /** * Take the provided information and encode it into our EDEK protobuf structure....
protobuf.js version: 7.2.6 I'm using NestJS and the communication between internal modules is through GRPC, all was working fine but after running some updates the proto loader stopped working crashing...
protobuf.js version: 6.8.8 I'm implementing a Node.js client to a service that communicates via protobuf messages. The message contents hold code-related information. For instance, there is a protobuf model similar...
AS POST TITLE. I think this can be published as an alpha version for more tests.
protobuf.js version: 7.2.6 The load method forces to use relative import for other `.proto` files where the spec doesn't explicitly say this. Create a project with the following proto files...
protobuf.js version: 6.6.3 Hey, first off this library is really great - love the typescript integration! Thanks for building it. I'm trying to work out how to retain 'null' values...
protobuf.js version: protobufjs-cli 1.1.2 When generating static code from a proto3 file, and subsequently generating the typescript definitions, each message ends up as ``` export class MyMessage implements IMyMessage{ ......
protobuf.js version: 7.2.6 (cli version: 1.1.2) With previous versions, including 7.2.5, building many proto files into a single bundle with pbjs/pbts works without issue, e.g.: ``` node_modules/protobufjs-cli/bin/pbjs -p ../../ $protofiles...
This fixes #1261 I haven't figured out the test suite yet (advice welcome), so that will follow. But in the mean time, I hope this addition could be considered.