sparse-intern-71089
06/07/2019, 4:05 PMwhite-balloon-205
full-dress-10026
06/07/2019, 4:09 PMconst myResource = new MyResource("my-resource");
const derivedOutput = myResource.derivedOutput("foo");
where derivedOutput
returns an Output
calculated from the `Output`s of MyResource
. Writing it out like that makes me think that that should work.full-dress-10026
06/07/2019, 4:12 PMouts
from a ResourceProvider
?