-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Q]: How to use rules_ts within local bazel_dep ? #483
Comments
I'm having a similar problem with local repositories. When trying to build a ts_project rule from a nested repository from the root repository I'm asked the following:
Now if I add the mentioned flag:
It complains because the main repository does not know about this flag, only the nested repository. I think the only way to get around this is to add the |
sorry for the long delay in replying! @farcop Could you publish a minimal repro of this, ideally as a red PR to rules_ts examples/ or e2e/ folder, but an empty github repo would work as well. That would save me time getting the failure into a local test fixture. @mvgijssel Your issue is different. Would you file separately please? I think there's a workaround where you make your own |
What happened?
I have root workspace
root MODULE.bazel
and submodule MODULE.bazel
I cant build root WS
if I set dev_dependency = True at submodule then it unable to build submodule from root module.
Version
bazel 6.4.0
"aspect_rules_ts", version = "1.4.5"
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: