github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/pkg/jsonnet/testdata/findImporters/environments/lib-import-relative-to-env/README.md (about)

     1  # Explanation
     2  
     3  This tests the weird case where relative imports can be resolved either from the place where they are defined or from the main.jsonnet being run.
     4  The code has to consider all files within the environment context as being potentially imported and used by itself
     5  
     6  *Note that this is not a good practice, but Tanka's behavior should be consistent with the Jsonnet interpreter*