mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Ngcc uses the `paths` property to compute the potential base-paths for packages that are being processed. If the `paths` contain a wildcard `*` within a path segment, ngcc was not finding the base-path correctly. Now when a wildcard is found, there is an additional search to look for paths that might match the wildcard. Fixes #41014 PR Close #41033 |
||
|---|---|---|
| .. | ||
| directory_walker_entry_point_finder_spec.ts | ||
| program_based_entry_point_finder_spec.ts | ||
| targeted_entry_point_finder_spec.ts | ||
| utils_spec.ts | ||