-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat: basic support for buck2 #3294
Conversation
|
||
def npm_bin( | ||
visibility = ["PUBLIC"], | ||
node_modules = ":node_modules", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have found a legit reason to have a macro wrapper. In the attrss ={}
section above you can only specify a default
target as a dependency that has an aboslute path (like toolchain//:simple_pnpm
) not a relative one (like :node_modules
which is in the same CELL).
Still no need to have completely other file just for this IMO.
No description provided.