angular/packages/compiler-cli/ngcc/src/dependencies
Alex Rickabaugh 4da2dda647 feat(ngcc): support ignoreMissingDependencies in ngcc config (#33192)
Normally, when ngcc encounters a package with missing dependencies while
attempting to determine a compilation ordering, it will ignore that package.
This commit adds a configuration for a flag to tell ngcc to compile the
package anyway, regardless of any missing dependencies.

FW-1931 #resolve

PR Close #33192
2019-10-17 19:43:39 -04:00
..
commonjs_dependency_host.ts refactor(ngcc): avoid repeated file resolution during dependency scan (#32181) 2019-08-19 10:12:03 -07:00
dependency_host.ts refactor(ngcc): avoid repeated file resolution during dependency scan (#32181) 2019-08-19 10:12:03 -07:00
dependency_resolver.ts feat(ngcc): support ignoreMissingDependencies in ngcc config (#33192) 2019-10-17 19:43:39 -04:00
esm_dependency_host.ts refactor(ngcc): avoid repeated file resolution during dependency scan (#32181) 2019-08-19 10:12:03 -07:00
module_resolver.ts fix(ngcc): handle deep imports that already have an extension (#32181) 2019-08-19 10:12:03 -07:00
umd_dependency_host.ts refactor(ngcc): avoid repeated file resolution during dependency scan (#32181) 2019-08-19 10:12:03 -07:00