Skip to content
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

defs.bzl relies on transitive loads #305

Closed
laurentlb opened this issue Nov 6, 2018 · 0 comments
Closed

defs.bzl relies on transitive loads #305

laurentlb opened this issue Nov 6, 2018 · 0 comments

Comments

@laurentlb
Copy link
Contributor

For context, see:

A solution is to re-export the symbols explicitly (the main benefit is that users won't need to update their code):

load("//closure/compiler:closure_js_aspect.bzl", "_closure_js_aspect")
load(...)

closure_js_aspect = _closure_js_aspect
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants