You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rules_jsonnet targets aren't too complicated and can be done by hand, but it would be nice to have gazelle do most of the heavy lifting, right?
We should create a rules_jsonnet language extension for gazelle, which would automatically create BUILD definitions for predictable things (like a jsonnet_library target if there is a file.libsonnet or a jsonnet_to_json if there is a file.jsonnet). I know imports are a bit more work, but we can always try to solve that later?
rules_jsonnet targets aren't too complicated and can be done by hand, but it would be nice to have gazelle do most of the heavy lifting, right?
We should create a rules_jsonnet language extension for gazelle, which would automatically create BUILD definitions for predictable things (like a jsonnet_library target if there is a file.libsonnet or a jsonnet_to_json if there is a file.jsonnet). I know imports are a bit more work, but we can always try to solve that later?
https://github.com/bazelbuild/bazel-gazelle/blob/master/extend.md#supported-languages
The text was updated successfully, but these errors were encountered: