protobuf-javascript
protobuf-javascript copied to clipboard
**What language does this apply to?** javascript **Describe the problem you are trying to solve.** With an `int64` message field, one could annotate it with the option `[jstype=JS_STRING]`, but what...
**What version of protobuf and what language are you using?** Version: v3.6.1 Language: Javascript **What operating system (Linux, Windows, ...) and version?** Ubuntu 20.04, x86_64 **What runtime / compiler are...
**What version of protobuf and what language are you using?** Version: master/v3.18 Language: Javascript **What operating system (Linux, Windows, ...) and version?** Linux **What runtime / compiler are you using...
There are multiple issues with commonjs and commonjs_strict exports. ### import_style="commonjs" Polutes the global "proto" which introduces many unexpected bugs during runtime (this is our current problem we've been dealing...
In the latest version, `3.21.4`, the `Timestamp.toObject()` function isn't working correctly. Previously it would return the timestamp as an object with keys for `seconds` and `milliseconds`. However now it is...