Skip to content

refactor: move visibility of providers to `defs.bzl`

Matthew Clarkson requested to merge visibility into main

We keep file visibility hidden and only expose the minimal set of symbols downstream. This is to reduce our API surface area to maintain.

Merge request reports