| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | getEditsForFileRename.ts | 62 newFilePath: "/a/new.ts", 91 newFilePath: cTs.path,
|
| D | declarationFileMaps.ts | 669 newFilePath: "/a/aNew.ts", 713 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 | 403 … 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 | 528 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
| D | services.ts | 2002 …function getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCode… 2003 …return ts.getEditsForFileRename(getProgram()!, oldFilePath, newFilePath, host, formatting.getForma…
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 515 readonly newFilePath: string; property
|
| D | tsserverlibrary.d.ts | 5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 7092 readonly newFilePath: string;
|
| D | typescript.d.ts | 5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
| D | typescriptServices.d.ts | 5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|
| D | tsserverlibrary.js | 147261 …var newFilePath = ts.getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNa… 147267 …s.last(filesProp.initializer.elements), ts.factory.createStringLiteral(newFilePath), filesProp.ini… 150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor… 161345 var newPath = server.toNormalizedPath(args.newFilePath);
|
| D | tsserver.js | 146692 …var newFilePath = ts.getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNa… 146698 …s.last(filesProp.initializer.elements), ts.factory.createStringLiteral(newFilePath), filesProp.ini… 150075 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150077 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor… 161151 var newPath = server.toNormalizedPath(args.newFilePath);
|
| D | typescript.js | 147261 …var newFilePath = ts.getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNa… 147267 …s.last(filesProp.initializer.elements), ts.factory.createStringLiteral(newFilePath), filesProp.ini… 150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor…
|
| D | typescriptServices.js | 147261 …var newFilePath = ts.getRelativePathFromFile(cfg.fileName, newFileAbsolutePath, getCanonicalFileNa… 147267 …s.last(filesProp.initializer.elements), ts.factory.createStringLiteral(newFilePath), filesProp.ini… 150644 function getEditsForFileRename(oldFilePath, newFilePath, formatOptions, preferences) { argument 150646 …return ts.getEditsForFileRename(getProgram(), oldFilePath, newFilePath, host, ts.formatting.getFor…
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 698 readonly newFilePath: string; property
|
| D | session.ts | 2182 const newPath = toNormalizedPath(args.newFilePath);
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 5866 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,… 7341 readonly newFilePath: string;
|
| D | typescript.d.ts | 5866 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
|