()
| 39 | anonymousOptions: ['<blueprint>'], |
| 40 | |
| 41 | init() { |
| 42 | this._super.apply(this, arguments); |
| 43 | if (!this.isViteProject) { |
| 44 | this.availableOptions = this.availableOptions.concat(ClassicOptions); |
| 45 | } |
| 46 | }, |
| 47 | |
| 48 | beforeRun: mergeBlueprintOptions, |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…