module_mappings.pbascii 446 B

12345678910111213141516
  1. mapping {
  2. module_name: "ModuleA"
  3. proto_file_path: "Sources/ModuleA/a.proto"
  4. }
  5. mapping {
  6. module_name: "ImportsAPublicly"
  7. proto_file_path: "Sources/ImportsAPublicly/imports_a_publicly.proto"
  8. }
  9. mapping {
  10. module_name: "ImportsImportsAPublicly"
  11. proto_file_path: "Sources/ImportsImportsAPublicly/imports_imports_a_publicly.proto"
  12. }
  13. mapping {
  14. module_name: "ReExportAOnly"
  15. proto_file_path: "Sources/ReExportAOnly/reexport_a_only.proto"
  16. }