protobuf-javascript icon indicating copy to clipboard operation
protobuf-javascript copied to clipboard

Results 73 protobuf-javascript issues
Sort by recently updated
recently updated
newest added

Command used - protoc.exe --js_out=import_style=commonjs,binary:. employees.proto Error - 'protoc-gen-js' is not recognized as an internal or external command, operable program or batch file. --js_out: protoc-gen-js: Plugin failed with status code...

javascript
packaging & distribution
triaged

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `glob-parent` from 3.1.0 to 5.1.2 Release notes Sourced from glob-parent's releases. v5.1.2 Bug...

dependencies

This fixes a very minor aesthetic regression associated with newer protobuf versions Apparently the behavior of printer->Print has changed subtly in how it strips leading spaces. Relates to: https://github.com/protocolbuffers/protobuf-javascript/pull/196 Honestly,...

Version: v3.10.0 Language: Javascript OS: OSX 10.14.6 Node v12.10.0 When js files generated with `commonjs_strict` the referrences to types defined in other files are not using the package name to...

bug
good first issue
javascript
triaged

Due to our limited support resources, we are focusing our attention on small bug fixes that have limited compatibility concerns. Most other PRs will be rejected. ---- This PR is...

Are there any plans on wasm implementation of protobufs?

documentation
enhancement
javascript
P3
triaged

Our prior behavior was extremely undefined when confronted with errors, it would read out of bounds, accept overlong encodings, skip over out of range bytes, compose out of range codepoints....

jspb.BinaryDecoder.prototype.readString handles UTF-8, existing behavior assumes char 128-191 is a sync issue and ignores it, but this function should also never encounter a zero/NUL byte since it's decoding a String....

There is a long-standing request for ES6 module generation: https://github.com/protocolbuffers/protobuf-javascript/issues/75. This PR mostly adds such support, though it needs to be cleaned up, fixed and tested. The code generator should...