MCPcopy Index your code
hub / github.com/angular/angular / emit

Method emit

packages/compiler-cli/src/transformers/api.ts:260–260  ·  view source on GitHub ↗

* Emit the files requested by emitFlags implied by the program. * * Angular structural information is required to emit files.

(opts?: EmitOptions<CbEmitRes> | undefined)

Source from the content-addressed store, hash-verified

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

Callers 4

async_pipe_spec.tsFile · 0.65
ngtsc_spec.tsFile · 0.65
hmr_spec.tsFile · 0.65
performCompilationFunction · 0.65

Implementers 1

NgtscProgrampackages/compiler-cli/src/ngtsc/progra

Calls

no outgoing calls

Tested by

no test coverage detected