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
Example:
import "google/protobuf/descriptor.proto"; extend .google.protobuf.MethodOptions { optional string method_description = 50000; } message test_message { optional string a = 1 [default = "this won't parse"]; } service test { rpc NiceFunction (Map<int32, string>) returns (int32) { option (method_description) = "Does nothing and doesn't care"; } }
and gives error
error: ParserErrorWithLocation(ParserErrorWithLocation { error: InternalError, line: 8, col: 48 })
using protobuf-codegen-pure = "2.0.4"
protobuf-codegen-pure = "2.0.4"
Am I missing something obvious?
The text was updated successfully, but these errors were encountered:
13aece3
Allow unescaped quotes in string literals
5987928
Fixes #337
c4a5d27
Published fix as 2.0.5. Thanks!
Sorry, something went wrong.
Thank you!
No branches or pull requests
Example:
and gives error
using
protobuf-codegen-pure = "2.0.4"
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: