-
Is there a way to use a string rather than the cli? For example: const GetRequest = proto3.makeMessageType('foo.GetRequest', `
syntax="proto3";
message GetRequest {
int32 a = 1;
}
`); Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jcready
Nov 18, 2023
Replies: 2 comments
-
No: #317 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sroussey
-
That is a bummer. I was thinking about implementing something for Chrome DevTools to inspect such messages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No: #317 (comment)