angular-cn/packages/compiler-cli/ngcc/test/dependencies
Pete Bacon Darwin 69950e3888 refactor(ngcc): resolve modules based on the provided `moduleResolver` (#34494)
The `DependencyHost` implementations were duplicating the "postfix" strings
which are used to find matching paths when resolving module specifiers.
Now the hosts reuse the postfixes given to the `ModuleResolver` that is
passed to the host.

PR Close #34494
2020-01-07 10:35:03 -08:00
..
commonjs_dependency_host_spec.ts refactor(ngcc): pass dependency info to `collectDependencies()` (#34494) 2020-01-07 10:35:03 -08:00
dependency_resolver_spec.ts refactor(ngcc): pass dependency info to `collectDependencies()` (#34494) 2020-01-07 10:35:03 -08:00
esm_dependency_host_spec.ts refactor(ngcc): resolve modules based on the provided `moduleResolver` (#34494) 2020-01-07 10:35:03 -08:00
module_resolver_spec.ts fix(ngcc): handle deep imports that already have an extension (#32181) 2019-08-19 10:12:03 -07:00
umd_dependency_host_spec.ts refactor(ngcc): pass dependency info to `collectDependencies()` (#34494) 2020-01-07 10:35:03 -08:00