(target: TargetDefinition)
| 277 | async (childTrace, ctx, task) => { |
| 278 | const { calculatedOutDir, forgeConfig, packageJSON } = ctx; |
| 279 | const getTargetKey = (target: TargetDefinition) => |
| 280 | `${target.platform}/${target.arch}`; |
| 281 | |
| 282 | task.output = 'Determining targets...'; |
| 283 |
no outgoing calls
no test coverage detected