()
| 43 | }, |
| 44 | |
| 45 | _env() { |
| 46 | return { |
| 47 | ui: this.ui, |
| 48 | project: this.project, |
| 49 | NpmInstallTask: this.tasks.NpmInstall, |
| 50 | BlueprintTask: this.tasks.GenerateFromBlueprint, |
| 51 | }; |
| 52 | }, |
| 53 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…