MCPcopy
hub / github.com/webpack/webpack / itemsJoinMoreSpacing

Function itemsJoinMoreSpacing

lib/stats/DefaultStatsPrinterPlugin.js:1154–1154  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

1152 items.length > 0 ? `(${items.filter(Boolean).join(" ")})` : undefined;
1153/** @type {SimpleItemsJoiner} */
1154const itemsJoinMoreSpacing = (items) => items.filter(Boolean).join("\n\n");
1155/** @type {SimpleItemsJoiner} */
1156const itemsJoinComma = (items) => items.filter(Boolean).join(", ");
1157/** @type {SimpleItemsJoiner} */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected