go-jsonnet/jsonnet
Cam Hutchison d1d9a7f5f8 Convert --tla/ext-*-file to imports
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
2018-01-30 18:22:29 -05:00
..
cmd_test.go Feature-complete commandline interface (#138) 2017-11-03 22:00:30 -04:00
cmd.go Convert --tla/ext-*-file to imports 2018-01-30 18:22:29 -05:00