MCPcopy Index your code
hub / github.com/angular/dev-infra / resolveRelativePath

Function resolveRelativePath

ng-dev/ts-circular-dependencies/config.ts:47–47  ·  view source on GitHub ↗
(relativePath: string)

Source from the content-addressed store, hash-verified

45export async function loadTestConfig(configPath: string): Promise<CircularDependenciesTestConfig> {
46 const configBaseDir = dirname(configPath);
47 const resolveRelativePath = (relativePath: string) => resolve(configBaseDir, relativePath);
48
49 try {
50 let config: CircularDependenciesTestConfig;

Callers 1

loadTestConfigFunction · 0.85

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected