bazel-contrib / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
69 stars 73 forks source link

Let rules_jsonnet use its own provider #172

Closed EdSchouten closed 5 months ago

EdSchouten commented 1 year ago

Right now it uses struct() to declare information that's yielded, but this makes it annoying to use, especially when using it in combination with other rules that do use providers.