* Returns the output generator for the host module.
()
| 229 | * Returns the output generator for the host module. |
| 230 | */ |
| 231 | get hostModuleOutput(): OutputGenerator { |
| 232 | return this.generator.forPath(UMBRELLA_PROJECT_NAME); |
| 233 | } |
| 234 | |
| 235 | /** |
| 236 | * Generates the host module and its corresponding bridges using the specified context and options. |