Home
last modified time | relevance | path

Searched refs:pushRaw (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixPropertyOverrideAccessor.ts22 changes.pushRaw(context.sourceFile, edit);
/third_party/typescript/src/services/
DtextChanges.ts318 public pushRaw(sourceFile: SourceFile, change: FileTextChanges) { method in ts.textChanges.ChangeTracker