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
currently imports of other proto files assumes the same relative path. if that assumption doesn't hold there doesn't seem to be a way to remap the path for the dependency.
We manage our protos with different languages with dependencies. For example there is proto NPM package @spanio/a and proto NPM package @spanio/b with b depending on a as:
some option support like Mio/span/a/foo.proto=@spanio/a will be great! Maybe not prefered by everyone, but Mio/span/a=@spanio/a could make our lives much easier.
currently imports of other proto files assumes the same relative path. if that assumption doesn't hold there doesn't seem to be a way to remap the path for the dependency.
see related: stephenh/ts-proto#596
The text was updated successfully, but these errors were encountered: