Home
last modified time | relevance | path

Searched refs:getNormalizedAbsolutePathWithoutRoot (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dpath.ts574 …export function getNormalizedAbsolutePathWithoutRoot(fileName: string, currentDirectory: string | … function
Dprogram.ts3056 … const checkedAbsolutePath = getNormalizedAbsolutePathWithoutRoot(checkedName, currentDirectory);
3057 … const inputAbsolutePath = getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory);
/third_party/typescript/lib/
Dtsc.js5214 function getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory) { function
5217 ts.getNormalizedAbsolutePathWithoutRoot = getNormalizedAbsolutePathWithoutRoot;
102633 … var checkedAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(checkedName, currentDirectory);
102634 … var inputAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory);
DtypingsInstaller.js8036 function getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory) { function
8039 ts.getNormalizedAbsolutePathWithoutRoot = getNormalizedAbsolutePathWithoutRoot;
123616 … var checkedAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(checkedName, currentDirectory);
123617 … var inputAbsolutePath = ts.getNormalizedAbsolutePathWithoutRoot(fileName, currentDirectory);