getOutputsForTargetAndConfiguration
▸ getOutputsForTargetAndConfiguration(task, node): string[]
Parameters
Section titled “Parameters”| Name | Type |
|---|---|
task | Task |
node | ProjectGraphProjectNode |
Returns
Section titled “Returns”string[]
Deprecated
Pass the target and overrides instead. This will be removed in v20.
▸ getOutputsForTargetAndConfiguration(target, overrides, node): string[]
Parameters
Section titled “Parameters”| Name | Type |
|---|---|
target | Task | TaskTarget |
overrides | Record<string, unknown> | ProjectGraphProjectNode |
node | ProjectGraphProjectNode |
Returns
Section titled “Returns”string[]