protobuf.js icon indicating copy to clipboard operation
protobuf.js copied to clipboard

Protocol Buffers for JavaScript & TypeScript.

Results 286 protobuf.js issues
Sort by recently updated
recently updated
newest added

protobuf.js version: something undefined after vite building ```js ((Field$6.prototype=Object.create(ReflectionObject$5.prototype)).constructor=Field$6).className="Field";var Enum$9=_enum,types$4=types$5,util$f=util$g.exports,Type$5,ruleRe=/^required|optional|repeated$/;Field$6.fromJSON=function H(C,K){return new Field$6(C,K.id,K.type,K.rule,K.extend,K.options,K.comment)};function Field$6(H,C,K,U,W,G,X){if(util$f.isObject(U)?(X=W,G=U,U=W=void 0 ``` the code has been compressed, but it's easily to see that this is a...

:robot: I have created a release *beep* *boop* --- protobufjs-cli: 1.0.1 ## [1.0.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.0.0...protobufjs-cli-v1.0.1) (2022-07-08) ### Bug Fixes * **deps:** update dependency glob to v8 ([#1750](https://github.com/protobufjs/protobuf.js/issues/1750)) ([8303a64](https://github.com/protobufjs/protobuf.js/commit/8303a648bc12dcea5aa8e7efa042de39011857f9)) protobufjs: 7.0.1 ## [7.0.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.0.0...protobufjs-v7.0.1)...

autorelease: pending

-Added built in classes `String` and `Array` to reserved words -Sanitized all names in the namespace before building the namespace to avoid issue with constructors and interfaces

It should be up to the user of the library to provide an environment with a Buffer definition. Regarding the addition of the long import, that change was never applied...

This PR would give the ability to pass a primitive value for a non primitive type as long as a custom wrapper is defined for it. # Use Case We...

Based on tests/actual code: https://github.com/protobufjs/protobuf.js/blob/master/tests/api_object.js#L27-L36 And actual results in my code using that field, the suggested type is the correct one

7.x

With these changes, issue 1477 is fixed, and all tests keep passing.

Hello, we have the following custom extensions: ``` message Role { optional uint32 role_type = 1 [(dry.pblint.rules).uint32 = {in: [0, 1]}]; } ``` and then this error will be reported....

brings the jsdoc enum value description to the typescript definition file