We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pbjs
Hey. Is this an expected behavior?
$ pbjs myfile.proto /usr/local/lib/node_modules/protobufjs/cli/pbjs.js:74 throw err; ^ Error: illegal id '-1' (line 76)
myfile.proto
enum Something { VALUE = -1; }
I'm using the last v6.0.0. Cheers!
v6.0.0
The text was updated successfully, but these errors were encountered:
27a3a95
Allow negative enum ids even if super inefficient (encodes as 10 byte…
4012a00
…s), fixes #499, fixes #500 [ci skip]
No branches or pull requests
Hey. Is this an expected behavior?
myfile.proto
I'm using the last
v6.0.0
. Cheers!The text was updated successfully, but these errors were encountered: