protobuf.js
protobuf.js copied to clipboard
Protocol Buffers for JavaScript & TypeScript.
Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@lukekarrys) 5c8efbc #565...
This add `$unknownFields` property to generated code. It is populated on `.decode()` when decoder encounters currently unknown field, and similarly used by encoder to serialize unknown fields as they are...
Hey can you please backport the additional **prototype**`setProperty` check added in [#1899](https://github.com/protobufjs/protobuf.js/pull/1899) **to v.6.11.3** similar to how you backported the first check [here](https://github.com/protobufjs/protobuf.js/commit/b5f1391dff5515894830a6570e6d73f5511b2e8f)
I'm getting the error `invalid wire type 4` on Node `v10.16.1` but it works on browser with the exactly same message and `.proto` file. The problem is that that offset...
protobuf.js version: 7.2.4 protobufjs-cli version: 1.1.1 If a comment block in the original `.proto` source contains something like `@brief` then conversion from the generated `index.js` to typescript will fail with...
RangeError: index out of range: 3 + 99 > 38 at indexOutOfRange (D:\nodejs\zjsframework\node_modules\protobufjs\src\reader.js:13:12) at Reader.skip (D:\nodejs\zjsframework\node_modules\protobufjs\src\reader.js:338:19) at Reader.skipType (D:\nodejs\zjsframework\node_modules\protobufjs\src\reader.js:364:18) at Reader.skipType (D:\nodejs\zjsframework\node_modules\protobufjs\src\reader.js:368:22) at Type.LoginRes$decode [as decode] (eval at Codegen (D:\nodejs\zjsframework\node_modules\@protobufjs\codegen\index.js:50:33),...
protobuf.js version: 6.8.8 it would be nice `protobuf.load/loadSync` accepts option like `root.load/loadSync` dose. expected result example: ```js protobuf.loadSync('sample.proto', {keepCase: true}); ```
jsdoc states : > Use the @exports tag when documenting JavaScript modules that export anything" > other than the "exports" object or the "module.exports" property. It is not intended to...
protobuf.js version: 6.8.6 Error occurs in parse processing when array is set to field options. I want to avoid the error. sample repository: https://github.com/activeguild/use-proto-fieldoption ```proto syntax = "proto3"; package sample;...
protobuf.js version: 7.2.4 ### Description The protobufjs tool when creating static code expects individual .proto files to be supplied. This is cumbersome for a large number of protofiles defined in...