()
| 23 | __heimdall__: {}, |
| 24 | }, |
| 25 | build() { |
| 26 | return Promise.resolve({ |
| 27 | outputPath: 'build results', |
| 28 | outputNodeWrapper: { |
| 29 | __heimdall__: {}, |
| 30 | }, |
| 31 | }); |
| 32 | }, |
| 33 | cleanup() {}, |
| 34 | }; |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…