Searched refs:newFilePath (Results 1 – 19 of 19) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | getEditsForFileRename.ts | 62 newFilePath: "/a/new.ts", 91 newFilePath: cTs.path,
|
| D | declarationFileMaps.ts | 664 newFilePath: "/a/aNew.ts", 708 newFilePath: "/a/src/a1.ts",
|
| /third_party/typescript/tests/baselines/reference/ |
| D | variableDeclaratorResolvedDuringContextualTyping.errors.txt | 3 …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'.
|
| D | variableDeclaratorResolvedDuringContextualTyping.types | 270 …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
|
| D | variableDeclaratorResolvedDuringContextualTyping.js | 117 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file 154 stat: _this.jsonToStat(newFilePath, "someString"),
|
| D | variableDeclaratorResolvedDuringContextualTyping.symbols | 404 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
|
| /third_party/typescript/tests/cases/compiler/ |
| D | variableDeclaratorResolvedDuringContextualTyping.ts | 117 … stat: this.jsonToStat(newFilePath, "someString"), // _this needs to be emitted to the js file
|
| /third_party/typescript/src/services/refactors/ |
| D | moveToNewFile.ts | 121 …const newFilePath = getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNam… constant 127 …cfg, last(filesProp.initializer.elements), factory.createStringLiteral(newFilePath), filesProp.ini…
|
| /third_party/python/Lib/test/ |
| D | test_urllib.py | 733 newFd, newFilePath = tempfile.mkstemp() 735 self.registerFileForCleanUp(newFilePath) 742 return newFilePath
|
| /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 | 709 readonly newFilePath: string; property
|
| D | session.ts | 2558 const newPath = toNormalizedPath(args.newFilePath);
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 525 readonly newFilePath: string; property
|
| D | tsserverlibrary.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 8030 readonly newFilePath: 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,… 8030 readonly newFilePath: string;
|
| D | typescript.d.ts | 6389 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|