(from, to)
| 871 | return !regexp.test(file); |
| 872 | } |
| 873 | function relativePath (from, to) { |
| 874 | // Replace \ with / for OS-independent behavior |
| 875 | return cachedPathRelative(from, to).replace(/\\/g, '/'); |
| 876 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…