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

Method getTypeChecker

packages/language-service/testing/src/project.ts:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 getTypeChecker(): ts.TypeChecker {
192 return this.ngLS.compilerFactory.getOrCreate().getCurrentProgram().getTypeChecker();
193 }
194
195 getDiagnosticsForFile(projectFileName: string): ts.Diagnostic[] {
196 const fileName = absoluteFrom(`/${this.name}/${projectFileName}`);

Callers 15

applyWithProgramMethod · 0.80
applyWithProgramMethod · 0.80
analyzeMethod · 0.80
migrateMethod · 0.80
analyzeMethod · 0.80
analyzeMethod · 0.80
migrateMethod · 0.80
analyzeMethod · 0.80
analyzeMethod · 0.80
analyzeMethod · 0.80

Calls 2

getCurrentProgramMethod · 0.80
getOrCreateMethod · 0.45

Tested by 1

diagnoseTestComponentFunction · 0.64