Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ importPath
Function
importPath
packages/compiler-cli/src/ngtsc/cycles/test/util.ts:69–72 ·
view source on GitHub ↗
(files: ts.SourceFile[])
Source
from the content-addressed store, hash-verified
67
}
68
69
export
function
importPath(files: ts.SourceFile[]): string {
70
const
fs = getFileSystem();
71
return
files.map((sf) => fs.basename(sf.fileName).replace(
'.ts'
,
''
)).join(
','
);
72
}
Callers
2
imports_spec.ts
File · 0.90
analyzer_spec.ts
File · 0.90
Calls
5
getFileSystem
Function · 0.90
map
Method · 0.80
join
Method · 0.65
basename
Method · 0.65
replace
Method · 0.45
Tested by
no test coverage detected