Searched defs:relativeFileName (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | watch.ts | 228 …const relativeFileName = (fileName: string) => convertToRelativePath(fileName, program.getCurrentD… constant
|
| D | program.ts | 313 …const relativeFileName = convertToRelativePath(fileName, host.getCurrentDirectory(), fileName => h… constant 405 …const relativeFileName = host ? convertToRelativePath(file.fileName, host.getCurrentDirectory(), f… constant
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 707 …let relativeFileName = (entryFullPath ? this.getRelativePathToDirectory(fullPath, entryFullPath) :… variable
|
| D | harnessIO.ts | 1435 const relativeFileName = relativeFileBase + "/" + name + extension; constant
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | moduleResolution.ts | 534 for (const relativeFileName of relativeNamesToCheck) { constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 6389 …rName, 1 /* FileSystemEntryKind.Directory */, function (_eventName, relativeFileName, modifiedTime… argument 6745 return function (eventName, relativeFileName) { argument 128676 …var relativeFileName = function (fileName) { return ts.convertToRelativePath(fileName, program.get… function
|
| D | tsc.js | 3907 … var watcher = fsWatch(dirName, 1, function (_eventName, relativeFileName, modifiedTime) { argument 4215 return function (eventName, relativeFileName) { argument 107015 …var relativeFileName = function (fileName) { return ts.convertToRelativePath(fileName, program.get… function
|