angular-cn/packages/compiler-cli/ngcc/test/packages
Pete Bacon Darwin 0c3bb6a731 fix(ivy): ngcc - capture entry-points in top-level path-mapped folders (#31027)
The `EntryPointFinder` computes the base paths to consider
when searching for entry-points. When there are `pathMappings`
provided it works out the best top level base-paths that cover all
the potential mappings.

If this computed basePath happens to coincide with an entry-point
path itself then we were missing it.

Now we check for an entry-point even at the base-path itself.

Related to https://github.com/angular/angular-cli/pull/14755

PR Close #31027
2019-06-14 10:43:59 -07:00
..
build_marker_spec.ts refactor(ivy): ngcc - add MockFileSystem (#29643) 2019-04-29 12:37:21 -07:00
entry_point_bundle_spec.ts test: fix tests in windows ci (#30451) 2019-05-14 10:35:55 -07:00
entry_point_finder_spec.ts fix(ivy): ngcc - capture entry-points in top-level path-mapped folders (#31027) 2019-06-14 10:43:59 -07:00
entry_point_spec.ts test: fix ngcc unit tests in windows (#30297) 2019-05-13 11:26:56 -07:00