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
protobuf.js version: 6.4.4
message Example { map<string, string> ctx = 1; }
# This is how definitions were generated: pbjs -t static-module flow/flow.proto > flow/flow.js pbts flow/flow.js > flow/flow.d.ts
This is annotation for the map<string, string> ctx = 1;
map<string, string> ctx = 1;
/** * @type {string} */ $prototype.ctx = $protobuf.util.emptyObject;
/** * @type {string} */ ctx: string;
I also tested with value being another message and it's the same.
value
The text was updated successfully, but these errors were encountered:
f303049
No branches or pull requests
protobuf.js version: 6.4.4
This is annotation for the
map<string, string> ctx = 1;
I also tested with
value
being another message and it's the same.The text was updated successfully, but these errors were encountered: