(x: string)
| 6619 | }) |
| 6620 | |
| 6621 | function applyPrefix(x: string) { |
| 6622 | if (!prefix) return x |
| 6623 | return segment(x, ',') |
| 6624 | .map((value) => prefix.trim() + ' ' + value.trim()) |
| 6625 | .join(', ') |
| 6626 | } |
| 6627 | |
| 6628 | if (requiresFallback) { |
| 6629 | return [ |
no test coverage detected