-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import_style=typescript with Bazel? #550
Comments
Previous discussion in #260 |
#260 was about supporting |
I'm not looking to use |
any update here? |
@Yannic would it it not be possible to use a parameterised aspect (see example https://docs.bazel.build/versions/master/skylark/aspects.html#aspect-definition-1) to let the user switch the aspect generation between |
Generating the files really isn't the issue here, and I agree that most users probably won't run into the issue of having multiple import syles in their build-graph. But I don't think just allowing different import styles is going to solve anyone's problem. Let me explain this a little more detailed: In the end, I think we will shoot ourselves in the foot if we start supporting other import styles in |
Yep that sounds like a good option and would certainly fix the use-case I am interested in. |
@Yannic - are you still planning to add |
Yes, sorry for the delay. |
Well, I didn't want to be THAT guy, but I also need this and would very much like to have it. What is the progress on this and, is there any way I can help? |
There is support for this in |
Hi :) Closing due to being obsolescence — |
It looks like only closure library generation is supported via Bazel
grpc-web/bazel/closure_grpc_web_library.bzl
Line 165 in a4d898d
Any plan to support this for typescript?
The text was updated successfully, but these errors were encountered: