angular/packages/compiler-cli/ngcc/src
Pete Bacon Darwin c59717571e fix(ivy): ngcc - handle missing entry-point dependencies better (#30270)
If an entry-point has a missing dependency then all the entry-points
that would have pointed to that dependency are also removed from
the dependency graph.

Previously we were still processing the dependencies of an entry-point
even if it had already been removed from the graph because it depended
upon a missing dependency that had previously been removed due to another
entry-point depending upon it.

This caused the dependency processing to crash rather than gracefully
logging and handling the missing invalid entry-point.

Fixes #29624

PR Close #30270
2019-05-07 10:24:48 -07:00
..
analysis refactor(ivy): ngcc - remove the last remnants of path and canonical-path (#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
file_system refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
host fix(ivy): ngcc - properly handle aliases class expressions (#29119) 2019-04-02 10:50:46 -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 - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
writing refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
constants.ts refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
main.ts feat(ivy): ngcc - add debug message for invalid entry-points (#30270) 2019-05-07 10:24:48 -07:00
utils.ts refactor(ivy): ngcc - implement new module resolver (#29643) 2019-04-29 12:37:21 -07:00