Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DtextStorage.ts21 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
22 … const ts2 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
56 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
74 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
82 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
93 … const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(f.path)));
114 const ts1 = new server.TextStorage(host, scriptInfo!);
133 …const ts1 = new server.TextStorage(host, getDummyScriptInfo(server.asNormalizedPath(changingFile.p…
/third_party/typescript/src/server/
DscriptInfo.ts8 export class TextStorage { class
302 private textStorage: TextStorage;
340 this.textStorage = new TextStorage(host, this, initialVersion);