(blueprintPath, blueprintOptions)
| 214 | shouldTransformTypeScript: false, |
| 215 | |
| 216 | init(blueprintPath, blueprintOptions) { |
| 217 | this._super(); |
| 218 | |
| 219 | this.path = blueprintPath; |
| 220 | this.name = blueprintOptions?.name ?? path.basename(blueprintPath); |
| 221 | |
| 222 | this._processOptions(blueprintOptions); |
| 223 | }, |
| 224 | |
| 225 | /** |
| 226 | Process the options object coming from either |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…