Home
last modified time | relevance | path

Searched refs:oldFilePath (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetEditsForFileRename.ts61 oldFilePath: aOldTs.path,
90 oldFilePath: "/b.ts",
DdeclarationFileMaps.ts668 oldFilePath: aTs.path,
712 oldFilePath: aTs.path,
/third_party/typescript/src/services/
Dtypes.ts528 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
Dservices.ts1996 …function getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCode…
1997 …return ts.getEditsForFileRename(getProgram()!, oldFilePath, newFilePath, host, formatting.getForma…
/third_party/typescript/src/server/
Dprotocol.ts697 readonly oldFilePath: string; property
Dsession.ts2181 const oldPath = toNormalizedPath(args.oldFilePath);
/third_party/typescript/lib/
Dprotocol.d.ts514 readonly oldFilePath: string; property
Dtsserverlibrary.d.ts5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
7091 readonly oldFilePath: string;
DtypescriptServices.d.ts5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
Dtypescript.d.ts5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
Dtsserverlibrary.js150644 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);
Dtsserver.js150075 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);
Dtypescript.js150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument
150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor…
DtypescriptServices.js150644 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/
Dtsserverlibrary.d.ts5708 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
7182 readonly oldFilePath: string;
Dtypescript.d.ts5708 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…