protobuf.js icon indicating copy to clipboard operation
protobuf.js copied to clipboard

Allow bundling additional namespace with namespace name

Open rkesters opened this issue 1 year ago • 0 comments

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.

rkesters avatar Oct 23 '24 21:10 rkesters