(p)
| 263 | } |
| 264 | |
| 265 | function cleanPath(p) { |
| 266 | return path.relative(rootDir, p).replaceAll(path.sep, '/') |
| 267 | } |
| 268 | |
| 269 | function parseSimpleStringArray(source, fieldName) { |
| 270 | const match = source.match(new RegExp(`${fieldName}:\\s*\\[([^\\]]*)\\]`, 'm')) |
no outgoing calls
no test coverage detected