angular-cn/packages/compiler-cli/ngcc/test/entry_point_finder
Pete Bacon Darwin 38ad1d97ab fix(ngcc): handle entry-points within container folders (#36305)
The previous optimizations in #35756 to the
`DirectoryWalkerEntryPointFinder` were over zealous
with regard to packages that have entry-points stored
in "container" directories in the package, where the
container directory was not an entry-point itself.

Now we will also walk such "container" folders as long
as they do not contain `.js` files, which we regard as an
indicator that the directory will not contain entry-points.

Fixes #36216

PR Close #36305
2020-04-01 13:20:52 -07:00
..
directory_walker_entry_point_finder_spec.ts fix(ngcc): handle entry-points within container folders (#36305) 2020-04-01 13:20:52 -07:00
targeted_entry_point_finder_spec.ts fix(ngcc): correctly identify the package path of secondary entry-points (#36249) 2020-03-27 11:17:45 -07:00