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

Method execute

packages/compiler-cli/src/ngtsc/typecheck/src/context.ts:699–699  ·  view source on GitHub ↗

* Execute the operation and return the generated code as text.

(im: ImportManager, sf: ts.SourceFile, refEmitter: ReferenceEmitter)

Source from the content-addressed store, hash-verified

697 * Execute the operation and return the generated code as text.
698 */
699 execute(im: ImportManager, sf: ts.SourceFile, refEmitter: ReferenceEmitter): string;
700}
701
702/**

Callers 5

executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeOpMethod · 0.65
executeOperationsMethod · 0.65

Implementers 15

InlineTcbOppackages/compiler-cli/src/ngtsc/typech
TypeCtorOppackages/compiler-cli/src/ngtsc/typech
IdleSchedulerpackages/service-worker/worker/src/idl
TcbElementOppackages/compiler/src/typecheck/ops/el
TcbIfBlockOppackages/compiler/src/typecheck/ops/if
TcbBlockImplicitVariableOppackages/compiler/src/typecheck/ops/va
TcbTemplateVariableOppackages/compiler/src/typecheck/ops/va
TcbBlockVariableOppackages/compiler/src/typecheck/ops/va
TcbSwitchOppackages/compiler/src/typecheck/ops/sw
TcbForOfOppackages/compiler/src/typecheck/ops/fo
TcbExpressionOppackages/compiler/src/typecheck/ops/ex
TcbConditionOppackages/compiler/src/typecheck/ops/ex

Calls

no outgoing calls

Tested by

no test coverage detected