angular/packages/compiler-cli/ngcc/test
Pete Bacon Darwin 321da5cc83 refactor(compiler-cli): ngcc - track non-Angular entry-points (#29643)
Previously we completely ignored entry-points that had not been
compiled with Angular, since we do not need to compile them
with ngcc. But this makes it difficult to reason about dependencies
between entry-points that were compiled with Angular and those that
were not.

Now we do track these non-Angular compiled entry-points but they
are marked as `compiledByAngular: false`.

PR Close #29643
2019-04-29 12:37:20 -07:00
..
analysis feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
helpers test(ivy): ngcc - improve and use the MockLogger (#29740) 2019-04-08 09:48:20 -07:00
host fix(ivy): ngcc - properly handle aliases class expressions (#29119) 2019-04-02 10:50:46 -07:00
integration test(ivy): ngcc - check private dependency in integration test (#29643) 2019-04-29 12:37:20 -07:00
logging feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
packages refactor(compiler-cli): ngcc - track non-Angular entry-points (#29643) 2019-04-29 12:37:20 -07:00
rendering refactor(compiler-cli): ngcc - remove unnecessary sourcePath parameters (#29643) 2019-04-29 12:37:20 -07:00
writing fix(ivy): ngcc - do not copy external files when writing bundles (#30085) 2019-04-24 10:49:31 -07:00
BUILD.bazel test(ivy): ngcc - improve and use the MockLogger (#29740) 2019-04-08 09:48:20 -07:00