mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, when `ngcc` encountered an entry-point with a format-path
that pointed to a non-existing or empty file it would throw an error and
stop processing the remaining tasks.
In the past, we used to ignore such format-paths and continue processing
the rest of the tasks ([see code][1]). This was changed to a hard
failure in
|
||
|---|---|---|
| .. | ||
| cluster | ||
| tasks | ||
| analyze_entry_points.ts | ||
| api.ts | ||
| create_compile_function.ts | ||
| single_process_executor.ts | ||