Home
last modified time | relevance | path

Searched refs:getChangeRange (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DdocumentRegistry.ts63 …snapshot.getChangeRange = () => ts.createTextChangeRange(ts.createTextSpan(0, contents.length), co…
/third_party/typescript/src/services/
Dshims.ts50 getChangeRange(oldSnapshot: ScriptSnapshotShim): string | undefined; method
326 public getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined { method in ts.ScriptSnapshotShimAdapter
328 … const encoded = this.scriptSnapshotShim.getChangeRange(oldSnapshotShim.scriptSnapshotShim);
Dtypes.ts138 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
160 public getChangeRange(): TextChangeRange | undefined { method in ts.StringScriptSnapshot
DdocumentRegistry.ts295 …scriptSnapshot.getChangeRange(entry.sourceFile.scriptSnapshot!), /*aggressiveChecks*/ undefined, c…
Dservices.ts1046 const editRange = scriptSnapshot.getChangeRange(this.currentFileScriptSnapshot!);
/third_party/typescript/src/harness/
DharnessLanguageService.ts88 public getChangeRange(oldScript: ts.IScriptSnapshot): ts.TextChangeRange {
106 public getChangeRange(oldScript: ts.ScriptSnapshotShim): string | undefined {
107 …const range = this.scriptSnapshot.getChangeRange((oldScript as ScriptSnapshotProxy).scriptSnapshot…
/third_party/typescript/src/server/
DscriptVersionCache.ts375 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined { method in LineIndexSnapshot
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts75 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange { method in ts.SourceText
/third_party/typescript/lib/
Dtypescript.d.ts6152 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
DtypescriptServices.d.ts6152 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
Dtsserverlibrary.d.ts6152 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6152 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
Dtsserverlibrary.d.ts6152 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method