angular-cn/packages/compiler-cli/ngcc/test
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
..
analysis refactor(ivy): ngcc - add MockFileSystem (#29643) 2019-04-29 12:37:21 -07:00
dependencies fix(ivy): ngcc - handle missing entry-point dependencies better (#30270) 2019-05-07 10:24:48 -07:00
helpers fix(ivy): handle windows drives correctly (#30297) 2019-05-13 11:26:55 -07:00
host test(ivy): ngcc - tighten up typings in Esm5ReflectionHost specs (#29643) 2019-04-29 12:37:21 -07:00
integration fix(compiler-cli): log ngcc skipping messages as debug instead of info (#30232) 2019-05-06 09:24:15 -07:00
logging feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
packages fix(ivy): ngcc - prefer JavaScript source files when resolving module imports (#30017) 2019-05-01 15:41:53 -07:00
rendering refactor(ivy): ngcc - add MockFileSystem (#29643) 2019-04-29 12:37:21 -07:00
writing refactor(ivy): ngcc - add MockFileSystem (#29643) 2019-04-29 12:37:21 -07:00
BUILD.bazel test(ivy): ngcc - improve and use the `MockLogger` (#29740) 2019-04-08 09:48:20 -07:00
utils_spec.ts refactor(ivy): ngcc - implement new module resolver (#29643) 2019-04-29 12:37:21 -07:00