mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 01:15:10 +01:00
Refactors the dependency parsing function chain to evaluate the type of the dependency right in `parseDependency` to make it clearer what is going on while reading the code. Before, functions were returning if it was a different type, which was not that clear from `parseDependency`. |
||
|---|---|---|
| .. | ||
| init.go | ||
| init_test.go | ||
| install.go | ||
| install_test.go | ||
| main.go | ||
| main_test.go | ||
| update.go | ||