Searched refs:testFormatSettings (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | organizeImports.ts | 324 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 334 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 344 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 460 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 484 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 529 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 542 …Service.organizeImports({ type: "file", fileName: testFile.path }, testFormatSettings, emptyOption… 1016 …({ skipDestructiveCodeActions, type: "file", fileName: testPath }, testFormatSettings, emptyOption…
|
| D | textChanges.ts | 22 …BraceOnNewLineForFunctions ? { ...testFormatSettings, placeOpenBraceOnNewLineForFunctions: true } …
|
| D | convertToAsyncFunction.ts | 347 formatContext: formatting.getFormatContext(testFormatSettings, notImplementedHost)
|
| /third_party/typescript/src/testRunner/unittests/services/extract/ |
| D | helpers.ts | 107 formatContext: formatting.getFormatContext(testFormatSettings, notImplementedHost), 170 formatContext: formatting.getFormatContext(testFormatSettings, notImplementedHost),
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | getEditsForFileRename.ts | 24 …t.getLanguageService().getEditsForFileRename("/old.ts", "/new.ts", testFormatSettings, emptyOption…
|
| /third_party/typescript/src/services/ |
| D | types.ts | 1059 export const testFormatSettings = getDefaultFormatCodeSettings("\n"); constant
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 390 this.formatCodeSettings = ts.testFormatSettings;
|