(...groups)
| 17 | } |
| 18 | |
| 19 | function listUniqueFiles(...groups) { |
| 20 | return [...new Set(groups.flat().filter(Boolean))].sort(); |
| 21 | } |
| 22 | |
| 23 | function normalizeMaxInlineFiles(value) { |
| 24 | const parsed = Number(value); |
no outgoing calls
no test coverage detected