Home
last modified time | relevance | path

Searched refs:testFormatSettings (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts324 …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…
DtextChanges.ts22 …BraceOnNewLineForFunctions ? { ...testFormatSettings, placeOpenBraceOnNewLineForFunctions: true } …
DconvertToAsyncFunction.ts347 formatContext: formatting.getFormatContext(testFormatSettings, notImplementedHost)
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts107 formatContext: formatting.getFormatContext(testFormatSettings, notImplementedHost),
170 formatContext: formatting.getFormatContext(testFormatSettings, notImplementedHost),
/third_party/typescript/src/testRunner/unittests/tsserver/
DgetEditsForFileRename.ts24 …t.getLanguageService().getEditsForFileRename("/old.ts", "/new.ts", testFormatSettings, emptyOption…
/third_party/typescript/src/services/
Dtypes.ts1059 export const testFormatSettings = getDefaultFormatCodeSettings("\n"); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts390 this.formatCodeSettings = ts.testFormatSettings;