Searched refs:tryRemoveDirectoryPrefix (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/services/ |
D | getEditsForFileRename.ts | 37 … const suffix = tryRemoveDirectoryPrefix(pathToUpdate, canonicalOldPath, getCanonicalFileName);
|
D | stringCompletions.ts | 680 …const remainingFragment = tryRemoveDirectoryPrefix(fragmentDirectory, packageName, hostGetCanonica…
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 6466 …export function tryRemoveDirectoryPrefix(path: string, dirPath: string, getCanonicalFileName: GetC… function
|
/third_party/typescript/lib/ |
D | tsserver.js | 19147 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { function 19151 ts.tryRemoveDirectoryPrefix = tryRemoveDirectoryPrefix; 119846 …var remainingFragment = ts.tryRemoveDirectoryPrefix(fragmentDirectory, packageName, ts.hostGetCano… 126104 … var suffix = ts.tryRemoveDirectoryPrefix(pathToUpdate, canonicalOldPath, getCanonicalFileName);
|
D | typescriptServices.js | 19341 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { function 19345 ts.tryRemoveDirectoryPrefix = tryRemoveDirectoryPrefix; 120415 …var remainingFragment = ts.tryRemoveDirectoryPrefix(fragmentDirectory, packageName, ts.hostGetCano… 126673 … var suffix = ts.tryRemoveDirectoryPrefix(pathToUpdate, canonicalOldPath, getCanonicalFileName);
|
D | tsserverlibrary.js | 19341 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { function 19345 ts.tryRemoveDirectoryPrefix = tryRemoveDirectoryPrefix; 120415 …var remainingFragment = ts.tryRemoveDirectoryPrefix(fragmentDirectory, packageName, ts.hostGetCano… 126673 … var suffix = ts.tryRemoveDirectoryPrefix(pathToUpdate, canonicalOldPath, getCanonicalFileName);
|
D | typescript.js | 19341 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { function 19345 ts.tryRemoveDirectoryPrefix = tryRemoveDirectoryPrefix; 120415 …var remainingFragment = ts.tryRemoveDirectoryPrefix(fragmentDirectory, packageName, ts.hostGetCano… 126673 … var suffix = ts.tryRemoveDirectoryPrefix(pathToUpdate, canonicalOldPath, getCanonicalFileName);
|
D | typingsInstaller.js | 19136 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { function 19140 ts.tryRemoveDirectoryPrefix = tryRemoveDirectoryPrefix;
|
D | tsc.js | 15134 function tryRemoveDirectoryPrefix(path, dirPath, getCanonicalFileName) { function 15138 ts.tryRemoveDirectoryPrefix = tryRemoveDirectoryPrefix;
|