| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| targetIndex = ~targetIndex; | ||
| } | ||
| if (!maps[targetIndex] || comparePaths(loc.fileName, maps[targetIndex].sourcePath, sourceRoot) !== 0) { | ||
| if (!maps[targetIndex] || comparePaths(loc.fileName, maps[targetIndex].sourcePath, sourceRoot, !host.useCaseSensitiveFileNames) !== 0) { |
There was a problem hiding this comment.
Should that ignoreCase parameter in comparePaths be mandatory?
It doesn't look like is EVER safe to assume 'ignore case' without consulting the actual host parameter.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Discovered while working on #28261