google / google/jsonnet

Relax computed importstr ?

Open
#196 34 comments 24 reactions 0 assignees View on GitHub
enhancement
Dominant language
Jsonnet
Stars
7.6k
Forks
475
PR merge metrics
No merged PRs in 30d

Description

Do you think it will be possible to use `importstr` with variable?

e.g:

``` yaml
{
files: [
{
file: filepath,
content: importstr filepath
} for filepath in ['a.txt', 'b.txt', 'c.txt']
],
}
```

``` yaml
some_function(file):: (
local content = importstr file;
#process the content
)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.