Support import param rewrite for jsonnet snippets
This commit will rewrite all parameters in the passed Jsonnet file of the form `import param://foo` to `${foo}`. This will be a utility for `ksonnet prototype use` to support LSP-spec-compliant snippet JSONs.
prototype/snippet/jsonnet/snippet.go
0 → 100644
prototype/snippet/jsonnet/snippet_test.go
0 → 100644
Please register or sign in to comment