Searched refs:oldFilePath (Results 1 – 16 of 16) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | getEditsForFileRename.ts | 61 oldFilePath: aOldTs.path, 90 oldFilePath: "/b.ts",
|
D | declarationFileMaps.ts | 668 oldFilePath: aTs.path, 712 oldFilePath: aTs.path,
|
/third_party/typescript/src/services/ |
D | types.ts | 528 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
D | services.ts | 1996 …function getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCode… 1997 …return ts.getEditsForFileRename(getProgram()!, oldFilePath, newFilePath, host, formatting.getForma…
|
/third_party/typescript/src/server/ |
D | protocol.ts | 697 readonly oldFilePath: string; property
|
D | session.ts | 2181 const oldPath = toNormalizedPath(args.oldFilePath);
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 514 readonly oldFilePath: string; property
|
D | tsserverlibrary.d.ts | 5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 7091 readonly oldFilePath: string;
|
D | typescriptServices.d.ts | 5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
D | typescript.d.ts | 5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
D | tsserverlibrary.js | 150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor… 161344 var oldPath = server.toNormalizedPath(args.oldFilePath);
|
D | tsserver.js | 150075 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150077 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor… 161150 var oldPath = server.toNormalizedPath(args.oldFilePath);
|
D | typescript.js | 150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor…
|
D | typescriptServices.js | 150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 5708 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 7182 readonly oldFilePath: string;
|
D | typescript.d.ts | 5708 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|