Closed cvrebert closed 3 years ago
Any opinion on including that .bzl in the existing stardoc_lib
target?
+@tetromino
No strong opinion.
One bzl_library
per public .bzl
file is a common pattern and minimizes deps trees, but I'm not on Bazel Team.
Previously, there wasn't any
bzl_library
which included it. Which prevents further downstreambzl_library
s from being defined with fully accurate deps.