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 |
||
|---|---|---|
| .. | ||
| analysis | ||
| dependencies | ||
| entry_point_finder | ||
| execution | ||
| host | ||
| locking | ||
| migrations | ||
| packages | ||
| rendering | ||
| writing | ||
| command_line_options.ts | ||
| constants.ts | ||
| main.ts | ||
| ngcc_options.ts | ||
| path_mappings.ts | ||
| utils.ts | ||