angular-cn/packages/compiler-cli/ngcc/test/dependencies
Pete Bacon Darwin 20b0c80b0b fix(ngcc): allow deep-import warnings to be ignored (#35683)
This commit adds a new ngcc configuration, `ignorableDeepImportMatchers`
for packages. This is a list of regular expressions matching deep imports
that can be safely ignored from that package. Deep imports that are not
ignored cause a warning to be logged.

// FW-1892

Fixes #35615

PR Close #35683
2020-02-27 10:48:48 -08:00
..
commonjs_dependency_host_spec.ts fix(ngcc): correctly detect dependencies in CommonJS (#34528) 2020-01-13 09:48:20 -08:00
dependency_resolver_spec.ts fix(ngcc): allow deep-import warnings to be ignored (#35683) 2020-02-27 10:48:48 -08:00
dts_dependency_host_spec.ts test(ngcc): update dependency host test description (#34695) 2020-01-15 10:24:50 -08:00
esm_dependency_host_spec.ts test(ngcc): update dependency host test description (#34695) 2020-01-15 10:24:50 -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 test(ngcc): update dependency host test description (#34695) 2020-01-15 10:24:50 -08:00