MCPcopy Index your code
hub / github.com/angular/angular / resolve

Function resolve

packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:77–79  ·  view source on GitHub ↗
(basePath: string, ...paths: string[])

Source from the content-addressed store, hash-verified

75 * Static access to `resolve`s.
76 */
77export function resolve(basePath: string, ...paths: string[]): AbsoluteFsPath {
78 return fs.resolve(basePath, ...paths);
79}
80
81/** Returns true when the path provided is the root path. */
82export function isRoot(path: AbsoluteFsPath): boolean {

Callers 15

getOrCreateMethod · 0.90
setupCompilationMethod · 0.90
incrementalMethod · 0.90
wrapMethod · 0.90
getSourceFileMethod · 0.90
fileExistsMethod · 0.90
logical.tsFile · 0.90
findFromPathFunction · 0.90
relativePathBetweenFunction · 0.90
sendMethod · 0.50

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…