rules_sass icon indicating copy to clipboard operation
rules_sass copied to clipboard

Expose definitions in a bzl_library target

Open Kernald opened this issue 4 years ago • 2 comments

Using Stardoc to document any macro wrapping rules/macros defined by rules_sass is tricky as it doesn't export a bzl_library target.

Kernald avatar Aug 18 '21 08:08 Kernald

This is something that would be useful, but we don't have the bandwidth for it ourselves. Would you be interested in submitting a pull request?

jathak avatar Aug 18 '21 20:08 jathak

I gave it a quick try, but it's currently blocked by rules_nodejs - https://github.com/bazelbuild/rules_nodejs/issues/2874

Edit: ~there's a way to target individual files in the filegroup exposed by rules_nodejs, so that's actually not a blocker.~ some files depend on private ones so this isn't a solution either.

Kernald avatar Aug 19 '21 01:08 Kernald