google / google/closure-templates
What kind of path can be specified in import statements?
Open
- Dominant language
- Java
- Stars
- 700
- Forks
- 199
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 26
Description
The documentation only mentions `'path/to/soy/file/foo.soy'` about what kind of path should be specified in import statements.
Therefore, I have tried several patterns and expect that paths to soy file specified in import statements must match the format specified in the `--srcs` option.
However, this way is unstable because it depends on the working directory of executing compilation.
Please let me know if there is a better way for it.
Contributor guide
Assessment
This issue has not been assessed yet.