mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| dependency_host.ts | ||
| dependency_resolver.ts | ||
| esm_dependency_host.ts | ||
| module_resolver.ts | ||