this code creates a jar index here:
https://github.com/bazeltools/bazelfe/tree/main/bazelfe-core/src/jvm_indexer
but also this code creates indexes to build the dependency graph:
https://github.com/bazeltools/bzl-gen-build
bazelfe indexes predate the gen build tool. It seems like maybe we should remove indexing from this code and instead rely on bzl-gen-build indexes.
this code creates a jar index here:
https://github.com/bazeltools/bazelfe/tree/main/bazelfe-core/src/jvm_indexer
but also this code creates indexes to build the dependency graph:
https://github.com/bazeltools/bzl-gen-build
bazelfe indexes predate the gen build tool. It seems like maybe we should remove indexing from this code and instead rely on bzl-gen-build indexes.