Home
last modified time | relevance | path

Searched defs:changeTracker (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts24 const changeTracker = textChanges.ChangeTracker.fromContext(context); constant
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts51 … const changeTracker = new textChanges.ChangeTracker(newLineCharacter, rulesProvider); constant
/third_party/typescript/src/services/
DorganizeImports.ts18 … const changeTracker = textChanges.ChangeTracker.fromContext({ host, formatContext, preferences }); constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts970 const changeTracker = textChanges.ChangeTracker.fromContext(context); constant
1191 const changeTracker = textChanges.ChangeTracker.fromContext(context); constant