mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-11 08:47:11 +02:00
Instead of reading the files directly for --tla/ext-*-file, just add a code snippet that does an import or importstr. This makes relative imports work when the code-file path is not in the current directory. It also makes the import lazy so if the arg/var is not referenced, the file does not have to exist. Fixes: google/jsonnet#452 |
||
---|---|---|
.. | ||
cmd_test.go | ||
cmd.go |