protobuf-javascript
protobuf-javascript copied to clipboard
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...
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...
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...
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?
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....
Fix missing package name in strict mode
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...