(filePath)
| 23 | } |
| 24 | |
| 25 | function normalizeRel(filePath) { |
| 26 | return path.relative(SOURCE_ROOT, filePath).replaceAll('\\', '/') |
| 27 | } |
| 28 | |
| 29 | function pickSourceIndex(map, relPath) { |
| 30 | if (!Array.isArray(map.sources) || !Array.isArray(map.sourcesContent)) { |