Home
last modified time | relevance | path

Searched refs:applyChanges (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/cases/fourslash/
DcodeFixUndeclaredInStaticMethod.ts27 applyChanges: true,
48 applyChanges: true,
70 applyChanges: true,
93 applyChanges: true,
DcodeFixUndeclaredMethod.ts29 applyChanges: true,
51 applyChanges: true,
DcodeFixUndeclaredMethodObjectLiteralArgs.ts20 applyChanges: true
34 applyChanges: true
DimportNameCodeFix_jsx6.ts27 applyChanges: false,
37 applyChanges: false,
DimportNameCodeFix_importType9.ts26 applyChanges: true,
35 applyChanges: true,
DimportNameCodeFix_require_importVsRequire_moduleTarget.ts19 applyChanges: false,
34 applyChanges: false,
DcodeFixAddMissingMember16.ts12 applyChanges: true,
DcodeFixForgottenThisPropertyAccess_static.ts16 applyChanges: true,
DcodeFixUndeclaredMethodFunctionArgs.ts19 applyChanges: true,
DcodeFixAddMissingFunctionDeclaration2.ts10 applyChanges: true,
DcodeFixAddMissingFunctionDeclaration7.ts14 applyChanges: true,
DcodeFixAddMissingFunctionDeclaration12.ts16 applyChanges: true,
DcodefixUnreferenceableDecoratorMetadata2.ts29 applyChanges: false,
DcodefixUnreferenceableDecoratorMetadata3.ts45 applyChanges: false,
DcodeFixSplitTypeOnlyImport.ts22 applyChanges: false,
DcodeFixRenameUnmatchedParameter3.ts40 applyChanges: true
DcodefixUnreferenceableDecoratorMetadata1.ts30 applyChanges: false,
DcodeFixRenameUnmatchedParameterJS3.ts46 applyChanges: true
Dfourslash.ts272 applyChanges?: boolean,
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts122 const newText = textChanges.applyChanges(sourceFile.text, edits[0].textChanges);
/third_party/typescript/src/testRunner/unittests/services/
DconvertToAsyncFunction.ts365 const newText = textChanges.applyChanges(sourceFile.text, changes[0].textChanges);
DorganizeImports.ts1020 const newText = textChanges.applyChanges(testContent, changes[0].textChanges);
DtextChanges.ts56 const modified = textChanges.applyChanges(sourceFile.text, changes[0].textChanges);
/third_party/typescript/src/harness/
DfourslashImpl.ts543 this.applyChanges(changes);
2879 this.applyChanges(fixes[index].changes);
2903 this.applyChanges(codeAction.changes);
2978 if (options.applyChanges) {
2995 …const newText = ts.textChanges.applyChanges(this.getFileContent(this.activeFile.fileName), change.…
3010 …nge.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyChanges(oldText!, chang…
3066 private applyChanges(changes: readonly ts.FileTextChanges[]): void {
3641 const actualNewContent = ts.textChanges.applyChanges(fileContent, textChanges);
/third_party/typescript/src/services/
DtextChanges.ts1072 return applyChanges(nonFormattedText, changes) + newLineCharacter;
1115 return applyChanges(text, changes);
1132 export function applyChanges(text: string, changes: readonly TextChange[]): string { function

12