* Emit the files requested by emitFlags implied by the program. * * Angular structural information is required to emit files.
(opts?: EmitOptions<CbEmitRes> | undefined)
| 258 | * Angular structural information is required to emit files. |
| 259 | */ |
| 260 | emit<CbEmitRes extends ts.EmitResult>(opts?: EmitOptions<CbEmitRes> | undefined): ts.EmitResult; |
| 261 | |
| 262 | /** |
| 263 | * @internal |
no outgoing calls
no test coverage detected