Home
last modified time | relevance | path

Searched refs:getScriptSnapshot (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts32 getScriptSnapshot(fileName) {
100 getScriptSnapshot: path => {
DhostNewLineSupport.ts15 getScriptSnapshot: name => snapFor(name),
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js40 getScriptSnapshot: (fileName) => {
138 getScriptSnapshot: function (fileName) { method
/third_party/typescript/src/harness/
DharnessLanguageService.ts258 getScriptSnapshot(fileName: string): ts.IScriptSnapshot | undefined {
375 getScriptSnapshot(fileName: string): ts.ScriptSnapshotShim {
376 … const nativeScriptSnapshot = this.nativeHost.getScriptSnapshot(fileName)!; // TODO: GH#18217
388 const snapshot = this.nativeHost.getScriptSnapshot(fileName);
741 …const snapshot = this.host.getScriptSnapshot(fileName) || this.host.getScriptSnapshot(this.realpat…
954 …rFile(ts.server.toNormalizedPath(fileName), /*ensureProject*/ true)!.getScriptSnapshot(fileName)!);
Dclient.ts56 … lineMap = computeLineStarts(getSnapshotText(this.host.getScriptSnapshot(fileName)!));
267 …return this.getFormattingEditsForRange(fileName, 0, this.host.getScriptSnapshot(fileName)!.getLeng…
398 const sourceText = getSnapshotText(this.host.getScriptSnapshot(file)!);
/third_party/typescript/tests/cases/compiler/
DAPISample_watcher.ts44 getScriptSnapshot: (fileName) => {
/third_party/typescript/src/services/
Dshims.ts68 getScriptSnapshot(fileName: string): ScriptSnapshotShim; method
431 public getScriptSnapshot(fileName: string): IScriptSnapshot | undefined { method in ts.LanguageServiceShimHostAdapter
432 const scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);
Dservices.ts986 const scriptSnapshot = this.host.getScriptSnapshot(fileName);
1030 public getScriptSnapshot(path: Path): IScriptSnapshot { method in HostCache
1048 const scriptSnapshot = this.host.getScriptSnapshot(fileName);
Dtypes.ts240 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts72 getScriptSnapshot: notImplemented, constant
/third_party/typescript/src/server/
Dproject.ts457 getScriptSnapshot(filename: string): IScriptSnapshot | undefined {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts5682 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
9726 getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
Dtypescript.d.ts5682 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
/third_party/typescript/lib/
Dtsserverlibrary.d.ts5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
9445 getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
Dtypescript.d.ts5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
DtypescriptServices.d.ts5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
Dtsserverlibrary.js149801 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
149839 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache
149850 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
152052 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter
152053 var scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);
154209 Project.prototype.getScriptSnapshot = function (filename) { method in Project
Dtsserver.js149232 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
149270 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache
149281 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
151483 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter
151484 var scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);
154015 Project.prototype.getScriptSnapshot = function (filename) { method in Project
Dtypescript.js149801 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
149839 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache
149850 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
152052 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter
152053 var scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);
DtypescriptServices.js149801 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
149839 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache
149850 var scriptSnapshot = this.host.getScriptSnapshot(fileName);
152052 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter
152053 var scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);