(originalPath, cache, checkUnignored, slices)
| 64543 | } |
| 64544 | }); |
| 64545 | return { |
| 64546 | ignored, |
| 64547 | unignored |
| 64548 | }; |
| 64549 | } |
| 64550 | // @returns {TestResult} |
| 64551 | _test(originalPath, cache, checkUnignored, slices) { |
| 64552 | const path5 = originalPath && checkPath.convert(originalPath); |
| 64553 | checkPath( |
| 64554 | path5, |
| 64555 | originalPath, |
| 64556 | this._allowRelativePaths ? RETURN_FALSE : throwError |