Now that npm package binaries are dynamic rules, how can I pass them in as attributes to other build rules? #1247
Unanswered
cfife-btig
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 feel like other people may have asked about the same problem but in different ways.
I am working on creating a patch file for rules_proto_grpc for their javascript grpc web library. This is necessary in order to complete our transition from
The problem I'm having is that it wants me to pass in rules that it can no longer find.
For example, before when I was using bazel_build_rules_nodejs, the
tool
attribute would look something like the following.But with rules_js, it can no longer find the the bin rule (my guess being because I would first need to load it in.
What would be the a way to work around this?
Beta Was this translation helpful? Give feedback.
All reactions