25af147a8c
Previously, the list of missing dependencies was not explicitly joined, which resulted in the default `,` joiner being used during stringification. This commit explicitly joins the missing dependency lines to avoid unnecessary commas. Before: ``` The target entry-point "some-entry-point" has missing dependencies: - dependency 1 , - dependency 2 , - dependency 3 ``` After: ``` The target entry-point "some-entry-point" has missing dependencies: - dependency 1 - dependency 2 - dependency 3 ``` PR Close #33139 |
||
---|---|---|
.. | ||
analysis | ||
dependencies | ||
entry_point_finder | ||
execution | ||
host | ||
logging | ||
migrations | ||
packages | ||
rendering | ||
writing | ||
constants.ts | ||
main.ts | ||
utils.ts |