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
Right now ts_proto_library only supports using depending on proto_library in the same package as it requires proto_srcs to be set, which takes file names as opposed to target names. This makes it impossible to include dependencies. See #627 for an example.
Describe the feature
ts_proto_library should be able to depend on protobuf messages and proto_library rules defined in other packages, and copy_files should copy them to the right place.
The text was updated successfully, but these errors were encountered:
What is the current behavior?
Right now
ts_proto_library
only supports using depending onproto_library
in the same package as it requiresproto_srcs
to be set, which takes file names as opposed to target names. This makes it impossible to include dependencies. See #627 for an example.Describe the feature
ts_proto_library
should be able to depend on protobuf messages andproto_library
rules defined in other packages, andcopy_files
should copy them to the right place.The text was updated successfully, but these errors were encountered: