Searched refs:failedLookupPathSplit (Results 1 – 3 of 3) sorted by relevance
611 const failedLookupPathSplit = failedLookupLocationPath.split(directorySeparator); constant613 …Debug.assert(failedLookupSplit.length === failedLookupPathSplit.length, `FailedLookup: ${failedLoo…614 if (failedLookupPathSplit.length > rootSplitLength + 1) {618 … dirPath: failedLookupPathSplit.slice(0, rootSplitLength + 1).join(directorySeparator) as Path
126666 var failedLookupPathSplit = failedLookupLocationPath.split(ts.directorySeparator);126668 …ts.Debug.assert(failedLookupSplit.length === failedLookupPathSplit.length, "FailedLookup: ".concat…126669 if (failedLookupPathSplit.length > rootSplitLength + 1) {126673 … dirPath: failedLookupPathSplit.slice(0, rootSplitLength + 1).join(ts.directorySeparator)
105259 var failedLookupPathSplit = failedLookupLocationPath.split(ts.directorySeparator);105261 …ts.Debug.assert(failedLookupSplit.length === failedLookupPathSplit.length, "FailedLookup: ".concat…105262 if (failedLookupPathSplit.length > rootSplitLength + 1) {105265 … dirPath: failedLookupPathSplit.slice(0, rootSplitLength + 1).join(ts.directorySeparator)