mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| build_marker.ts | ||
| bundle_program.ts | ||
| entry_point.ts | ||
| entry_point_bundle.ts | ||
| entry_point_finder.ts | ||
| ngcc_compiler_host.ts | ||
| transformer.ts | ||