Searched refs:oldFilePath (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | getEditsForFileRename.ts | 61 oldFilePath: aOldTs.path, 90 oldFilePath: "/b.ts",
|
| D | declarationFileMaps.ts | 663 oldFilePath: aTs.path, 707 oldFilePath: aTs.path,
|
| /third_party/typescript/src/services/ |
| D | types.ts | 555 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
| D | services.ts | 2124 …function getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCode… 2125 …return ts.getEditsForFileRename(getProgram()!, oldFilePath, newFilePath, host, formatting.getForma…
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 708 readonly oldFilePath: string; property
|
| D | session.ts | 2557 const oldPath = toNormalizedPath(args.oldFilePath);
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 524 readonly oldFilePath: string; property
|
| D | tsserverlibrary.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 8029 readonly oldFilePath: string;
|
| D | typescript.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
| D | typescriptServices.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 8029 readonly oldFilePath: string;
|
| D | typescript.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|