Support @googleapis//google/type:date_proto
dependency from ts_proto_library
#627
Unanswered
refactornator
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
proto_library
defined as followsIn
analytics.proto
I'm importing Google's Date Proto in the usual wayAnd using it in a message.
But, when I then generate my
.ts
stubs usingts_proto_library
, I get output that tries to import the Date type from a path that does not exist.The broken import is in
analytics_pb.d.ts
Is this approach supported by
ts_proto_library
?Beta Was this translation helpful? Give feedback.
All reactions