Home
last modified time | relevance | path

Searched refs:newFilePath (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetEditsForFileRename.ts62 newFilePath: "/a/new.ts",
91 newFilePath: cTs.path,
DdeclarationFileMaps.ts664 newFilePath: "/a/aNew.ts",
708 newFilePath: "/a/src/a1.ts",
/third_party/typescript/tests/baselines/reference/
DvariableDeclaratorResolvedDuringContextualTyping.errors.txt3 …eDeclaratorResolvedDuringContextualTyping.ts(116,43): error TS2304: Cannot find name 'newFilePath'.
124 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
128 !!! error TS2304: Cannot find name 'newFilePath'.
DvariableDeclaratorResolvedDuringContextualTyping.types270 …t = { // This should be error stat: this.jsonToStat(newFilePath, "someString"),…
305 …t = { // This should be error stat: this.jsonToStat(newFilePath, "someString"),…
310 >{ // This should be error stat: this.jsonToStat(newFilePath, "someString"), // …
312 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
314 >this.jsonToStat(newFilePath, "someString") : any
318 >newFilePath : any
DvariableDeclaratorResolvedDuringContextualTyping.js117 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
154 stat: _this.jsonToStat(newFilePath, "someString"),
DvariableDeclaratorResolvedDuringContextualTyping.symbols404 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
/third_party/typescript/tests/cases/compiler/
DvariableDeclaratorResolvedDuringContextualTyping.ts117 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts121 …const newFilePath = getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNam… constant
127 …cfg, last(filesProp.initializer.elements), factory.createStringLiteral(newFilePath), filesProp.ini…
/third_party/python/Lib/test/
Dtest_urllib.py733 newFd, newFilePath = tempfile.mkstemp()
735 self.registerFileForCleanUp(newFilePath)
742 return newFilePath
/third_party/typescript/src/services/
Dtypes.ts555 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
Dservices.ts2124 …function getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCode…
2125 …return ts.getEditsForFileRename(getProgram()!, oldFilePath, newFilePath, host, formatting.getForma…
/third_party/typescript/src/server/
Dprotocol.ts709 readonly newFilePath: string; property
Dsession.ts2558 const newPath = toNormalizedPath(args.newFilePath);
/third_party/typescript/lib/
Dprotocol.d.ts525 readonly newFilePath: string; property
Dtsserverlibrary.d.ts6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
8030 readonly newFilePath: string;
Dtypescript.d.ts6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
DtypescriptServices.d.ts6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
8030 readonly newFilePath: string;
Dtypescript.d.ts6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…