()
| 48 | anonymousOptions: ['<blueprint>'], |
| 49 | |
| 50 | init() { |
| 51 | this._super.apply(this, arguments); |
| 52 | if (!this.isViteProject) { |
| 53 | this.availableOptions = this.availableOptions.concat(ClassicOptions); |
| 54 | } |
| 55 | }, |
| 56 | |
| 57 | beforeRun: mergeBlueprintOptions, |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…