Support @googleapis//google/type:date_proto dependency from ts_proto_library
#627
Unanswered
refactornator
asked this question in
Q&A
Replies: 1 comment
-
|
I'm having the same issue with However if I try to build it I will get an the following error: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
proto_librarydefined as followsIn
analytics.protoI'm importing Google's Date Proto in the usual wayAnd using it in a message.
But, when I then generate my
.tsstubs 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.tsIs this approach supported by
ts_proto_library?Beta Was this translation helpful? Give feedback.
All reactions