Searched refs:getNormalizedAbsolutePathWithoutRoot (Results 1 – 4 of 4) sorted by relevance
574 …export function getNormalizedAbsolutePathWithoutRoot(fileName: string, currentDirectory: string | … function
3056 … const checkedAbsolutePath = getNormalizedAbsolutePathWithoutRoot(checkedName, currentDirectory);3057 … const inputAbsolutePath = getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory);
5214 function getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory) { function5217 ts.getNormalizedAbsolutePathWithoutRoot = getNormalizedAbsolutePathWithoutRoot;102633 … var checkedAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(checkedName, currentDirectory);102634 … var inputAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory);
8036 function getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory) { function8039 ts.getNormalizedAbsolutePathWithoutRoot = getNormalizedAbsolutePathWithoutRoot;123616 … var checkedAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(checkedName, currentDirectory);123617 … var inputAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory);