MCPcopy Create free account
hub / github.com/angular/angular / getTsProgram

Method getTsProgram

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

* Retrieve the TypeScript program used to produce semantic diagnostics and emit the sources. * * Angular structural information is required to produce the program.

()

Source from the content-addressed store, hash-verified

182 * Angular structural information is required to produce the program.
183 */
184 getTsProgram(): ts.Program;
185
186 /**
187 * Retrieve options diagnostics for the TypeScript options used to create the program. This is

Callers 14

toStandaloneBootstrapFunction · 0.65
hasImportFunction · 0.65
standaloneMigrationFunction · 0.65
toStandaloneFunction · 0.65
pruneNgModulesFunction · 0.65
collectChangeLocationsFunction · 0.65
_getLanguageServiceMethod · 0.65
ngtsc_spec.tsFile · 0.65
hmr_spec.tsFile · 0.65
getTsProgramMethod · 0.65
driveHmrMethod · 0.65

Implementers 1

NgtscProgrampackages/compiler-cli/src/ngtsc/progra

Calls

no outgoing calls

Tested by

no test coverage detected