Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ dirname
Function
dirname
packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:63–65 ·
view source on GitHub ↗
(file: T)
Source
from the content-addressed store, hash-verified
61
* Static access to `dirname`.
62
*/
63
export
function
dirname<T extends PathString>(file: T): T {
64
return
fs.dirname(file);
65
}
66
67
/**
68
* Static access to `join`.
Callers
15
emit
Method · 0.90
logical.ts
File · 0.90
moveFile
Function · 0.90
constructor
Method · 0.90
makeProgram
Function · 0.90
relativePathBetween
Function · 0.90
dirname
Method · 0.85
createProgramOptions
Function · 0.85
getResolvedAngularCompilerOptions
Function · 0.85
analyzeDecorators
Function · 0.85
remapRelativeImport
Function · 0.85
getRelativeImportPath
Function · 0.85
Calls
1
dirname
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…