protobuf.js
protobuf.js copied to clipboard
Allow bundling additional namespace with namespace name
Currently there is are error when attempting to add the google/api/*.proto files to common. This is becuase it is assumes everything add to common that is not of the form google/protobuf/*.proto will use a resolved path. However, this is not what is needed for google/api/*.proto and potentially other namespaces.