Add support for proto "import public"
Open
- Dominant language
- Java
- Stars
- 44
- Forks
- 15
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 12
Description
### Problem
PBJ compiler does not support concept of "import public" in proto files. See docs https://developers.google.com/protocol-buffers/docs/proto3#importing_definitions
### Solution
Add support to parser to be able to find imported messages based on import public
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.