Searched refs:convertToRelativePath (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | completionsIncomplete.ts | 26 ….map(f => `export * from "./${removeFileExtension(convertToRelativePath(f.path, `/node_modules/${p…
|
| /third_party/typescript/src/compiler/ |
| D | path.ts | 818 …export function convertToRelativePath(absoluteOrRelativePath: string, basePath: string, getCanonic… function
|
| D | watch.ts | 228 …const relativeFileName = (fileName: string) => convertToRelativePath(fileName, program.getCurrentD…
|
| D | program.ts | 313 …const relativeFileName = convertToRelativePath(fileName, host.getCurrentDirectory(), fileName => h… 405 …const relativeFileName = host ? convertToRelativePath(file.fileName, host.getCurrentDirectory(), f… constant
|
| D | tsbuildPublic.ts | 2288 … return convertToRelativePath(path, state.currentDirectory, f => state.getCanonicalFileName(f));
|
| D | commandLineParser.ts | 3040 …relativeDifference ||= convertToRelativePath(getDirectoryPath(ownConfig.extendedConfigPath!), base…
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 8211 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { function 8216 ts.convertToRelativePath = convertToRelativePath; 43339 …s.combinePaths(relativeDifference_1 || (relativeDifference_1 = ts.convertToRelativePath(ts.getDire… 120900 …var relativeFileName = ts.convertToRelativePath(fileName, host.getCurrentDirectory(), function (fi… 120985 …var relativeFileName = host ? ts.convertToRelativePath(file.fileName, host.getCurrentDirectory(), … 128204 …var relativeFileName = function (fileName) { return ts.convertToRelativePath(fileName, program.get… 131103 …return ts.convertToRelativePath(path, state.currentDirectory, function (f) { return state.getCanon…
|
| D | tsc.js | 5360 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { function 5365 ts.convertToRelativePath = convertToRelativePath; 35520 …s.combinePaths(relativeDifference_1 || (relativeDifference_1 = ts.convertToRelativePath(ts.getDire… 100272 …var relativeFileName = ts.convertToRelativePath(fileName, host.getCurrentDirectory(), function (fi… 100347 …var relativeFileName = host ? ts.convertToRelativePath(file.fileName, host.getCurrentDirectory(), … 106569 …var relativeFileName = function (fileName) { return ts.convertToRelativePath(fileName, program.get… 109251 …return ts.convertToRelativePath(path, state.currentDirectory, function (f) { return state.getCanon…
|