angular/packages/compiler-cli/ngcc/src/dependencies
Alan 3a7bfc721e fix(ivy): handle windows drives correctly (#30297)
At the moment the module resolver will end up in an infinite loop in Windows because we are assuming that the root directory is always `/` however in windows this can be any drive letter example `c:/` or `d:/` etc...

With this change we also resolve the drive letter in windows, when using `AbsoluteFsPath.from` for consistence so under `/foo` will be converted to `c:/foo` this is also needed because of relative paths with different drive letters.

PR Close #30297
2019-05-13 11:26:55 -07:00
..
dependency_host.ts refactor(ivy): ngcc - move the dependency resolving stuff around (#29643) 2019-04-29 12:37:21 -07:00
dependency_resolver.ts fix(ivy): ngcc - handle missing entry-point dependencies better (#30270) 2019-05-07 10:24:48 -07:00
esm_dependency_host.ts refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
module_resolver.ts fix(ivy): handle windows drives correctly (#30297) 2019-05-13 11:26:55 -07:00