-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Cannot depend on ts_project that only contains declaration files #72
Comments
The issue is that there are no actions to perform when
so then when Changing that
so the question here is, what should be the behavior? Either |
That makes sense. I was using this to debug an unrelated problem, so I didn't even stop to think.
I see two reasons to have |
Hmm, my intuition was to go the other way like in that linked PR, because it confuses the mental model for users if there are two different rules that behave the same. So I think we should print the buildozer instructions to change to js_library for this case, at least for now. |
I agree with Alex that |
filed #88 |
Consider the following modification to
examples/ts_project_dep
:Running
bzl build //examples/ts_project_dep/...
results in the following error:The text was updated successfully, but these errors were encountered: