Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetEditsForFileRename.ts62 newFilePath: "/a/new.ts",
91 newFilePath: cTs.path,
DdeclarationFileMaps.ts669 newFilePath: "/a/aNew.ts",
713 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.symbols403 … 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.ts528 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
Dservices.ts2002 …function getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCode…
2003 …return ts.getEditsForFileRename(getProgram()!, oldFilePath, newFilePath, host, formatting.getForma…
/third_party/typescript/lib/
Dprotocol.d.ts515 readonly newFilePath: string; property
Dtsserverlibrary.d.ts5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
7092 readonly newFilePath: string;
Dtypescript.d.ts5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
DtypescriptServices.d.ts5623 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
Dtsserverlibrary.js147261 …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);
Dtsserver.js146692 …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);
Dtypescript.js147261 …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…
DtypescriptServices.js147261 …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/
Dprotocol.ts698 readonly newFilePath: string; property
Dsession.ts2182 const newPath = toNormalizedPath(args.newFilePath);
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts5866 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…
7341 readonly newFilePath: string;
Dtypescript.d.ts5866 …getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings,…