MCPcopy
hub / github.com/angular/angular / ensureProjectAnalyzed

Method ensureProjectAnalyzed

packages/language-service/api.ts:426–426  ·  view source on GitHub ↗

* Triggers the Angular compiler's analysis pipeline without performing * per-file type checking. This is a lighter alternative to calling * `getSemanticDiagnostics()` when the goal is only to ensure that the * Angular project has been analyzed (e.g. during project initialization).

()

Source from the content-addressed store, hash-verified

424 * Angular project has been analyzed (e.g. during project initialization).
425 */
426 ensureProjectAnalyzed(): void;
427
428 getTcb(fileName: string, position: number): GetTcbResponse | undefined;
429

Callers 3

ts_plugin_spec.tsFile · 0.65
ensureProjectAnalyzedFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected