Commit c6b62b7
committed
Support resolving dependencies of Function packages
This fixes the PackageDependencyManager to allow Function packages to
depend on other packages. Previously this wasn't supported because we
never tried to parse a Function package's package metadata when loading
dependencies.
I'm guessing no-one noticed this because no-one tried to make a function
package with dependencies. I think doing so is valid though - e.g. a
function that's hardcoded to compose resources from a specific provider
should depend on that provider.
Signed-off-by: Nic Cope <[email protected]>1 parent 5ba0282 commit c6b62b7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments