bazelbuild / rules_closure

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

Include srcs in inputs to compiler action. #518

Closed tjgq closed 3 years ago

tjgq commented 3 years ago

This was accidentally left out of https://github.com/bazelbuild/rules_closure/pull/517.

We should probably use a depset to avoid calling to_list, but that's a larger refactor than I'm willing to do right now.