MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/ts-circular-dependencies/analyzer.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 * custom module resolution, source file caching and collects unresolved specifiers.
32 */
33export class Analyzer {
34 private _sourceFileCache = new Map<string, ts.SourceFile>();
35
36 private _ignoreTypeOnlyChecks: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected