Home
last modified time | relevance | path

Searched defs:newFilePath (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts121 …const newFilePath = getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNam… constant
/third_party/typescript/lib/
Dprotocol.d.ts515 readonly newFilePath: string; property
DtypescriptServices.js150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument
Dtypescript.js150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument
Dtsserver.js150075 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument
Dtsserverlibrary.js150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument
/third_party/typescript/src/server/
Dprotocol.ts698 readonly newFilePath: string; property