Home
last modified time | relevance | path

Searched refs:TextChangesContext (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts20 …program: Program, start: number, end: number, context: textChanges.TextChangesContext, _actionName…
DimportFixes.ts1024 …function codeActionForFix(context: textChanges.TextChangesContext, sourceFile: SourceFile, symbolN…
/third_party/typescript/src/services/
Dtypes.ts1645 export interface CodeFixContextBase extends textChanges.TextChangesContext {
1677 export interface RefactorContext extends textChanges.TextChangesContext {
DtextChanges.ts285 export interface TextChangesContext { interface
305 public static fromContext(context: TextChangesContext): ChangeTracker {
309 …public static with(context: TextChangesContext, cb: (tracker: ChangeTracker) => void): FileTextCha…