()
| 52 | AddonInstall, |
| 53 | NpmInstall: class extends Task { |
| 54 | init() { |
| 55 | super.init(...arguments); |
| 56 | |
| 57 | this.project = project; |
| 58 | |
| 59 | npmInstance = this; |
| 60 | } |
| 61 | }, |
| 62 | |
| 63 | GenerateFromBlueprint: class extends Task { |
nothing calls this directly
no outgoing calls
no test coverage detected