Home
last modified time | relevance | path

Searched refs:convertToRelativePath (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcompletionsIncomplete.ts26 ….map(f => `export * from "./${removeFileExtension(convertToRelativePath(f.path, `/node_modules/${p…
/third_party/typescript/src/compiler/
Dpath.ts818 …export function convertToRelativePath(absoluteOrRelativePath: string, basePath: string, getCanonic… function
Dwatch.ts228 …const relativeFileName = (fileName: string) => convertToRelativePath(fileName, program.getCurrentD…
Dprogram.ts313 …const relativeFileName = convertToRelativePath(fileName, host.getCurrentDirectory(), fileName => h…
405 …const relativeFileName = host ? convertToRelativePath(file.fileName, host.getCurrentDirectory(), f… constant
DtsbuildPublic.ts2288 … return convertToRelativePath(path, state.currentDirectory, f => state.getCanonicalFileName(f));
DcommandLineParser.ts3040 …relativeDifference ||= convertToRelativePath(getDirectoryPath(ownConfig.extendedConfigPath!), base…
/third_party/typescript/lib/
DtypingsInstaller.js8211 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…
Dtsc.js5360 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…