bazelbuild / rules_closure

Closure rules for Bazel
https://developers.google.com/closure
Apache License 2.0
152 stars 114 forks source link

Make create_closure_js_library work on providers. #607

Closed gkdn closed 6 months ago

gkdn commented 6 months ago

This follows a more common provider approach where rules are responsible for providing supplier to helper functions vs. helper functions trying make it workaround with a mix of targets and providers.

This also unbundles provider extraction from unfurl to remove implicit and optional behaviors behind it.

gkdn commented 6 months ago

@mollyibot

mollyibot commented 6 months ago

LGTM