(path)
| 10 | } |
| 11 | |
| 12 | function winPath(path) { |
| 13 | return path.replace(/\\/g, '/'); |
| 14 | } |
| 15 | |
| 16 | function normalizeCustomName(originCustomName) { |
| 17 | // If set to a string, treat it as a JavaScript source file path. |
no outgoing calls
no test coverage detected
searching dependent graphs…