| /third_party/typescript/src/testRunner/unittests/services/ |
| D | languageService.ts | 32 getScriptSnapshot(fileName) { 100 getScriptSnapshot: path => {
|
| D | hostNewLineSupport.ts | 15 getScriptSnapshot: name => snapFor(name),
|
| /third_party/typescript/tests/baselines/reference/ |
| D | APISample_watcher.js | 40 getScriptSnapshot: (fileName) => { 138 getScriptSnapshot: function (fileName) { method
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 258 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)!);
|
| D | client.ts | 56 … 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/ |
| D | APISample_watcher.ts | 44 getScriptSnapshot: (fileName) => {
|
| /third_party/typescript/src/services/ |
| D | shims.ts | 68 getScriptSnapshot(fileName: string): ScriptSnapshotShim; method 431 public getScriptSnapshot(fileName: string): IScriptSnapshot | undefined { method in ts.LanguageServiceShimHostAdapter 432 const scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);
|
| D | services.ts | 986 const scriptSnapshot = this.host.getScriptSnapshot(fileName); 1030 public getScriptSnapshot(path: Path): IScriptSnapshot { method in HostCache 1048 const scriptSnapshot = this.host.getScriptSnapshot(fileName);
|
| D | types.ts | 240 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
|
| /third_party/typescript/src/testRunner/unittests/services/extract/ |
| D | helpers.ts | 72 getScriptSnapshot: notImplemented, constant
|
| /third_party/typescript/src/server/ |
| D | project.ts | 457 getScriptSnapshot(filename: string): IScriptSnapshot | undefined {
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 5682 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method 9726 getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
|
| D | typescript.d.ts | 5682 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method 9445 getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
|
| D | typescript.d.ts | 5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
|
| D | typescriptServices.d.ts | 5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
|
| D | tsserverlibrary.js | 149801 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
|
| D | tsserver.js | 149232 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
|
| D | typescript.js | 149801 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);
|
| D | typescriptServices.js | 149801 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);
|