You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support proto-gen-swift's proto-to-module mapping.
This feature lets us support build systems like Bazel where proto
files are spread out among multiple proto_library target, and each
such target becomes its own Swift module. Downstream modules (and
in our case, generated service code) must know which module has
the proto definitions that they depend on so that it can import
them. This information is conveyed using a text proto formatted
file that the build system generates as it traverses the build
graph.
0 commit comments