| /third_party/typescript/src/testRunner/unittests/services/ |
| D | languageService.ts | 26 getScriptFileNames() { 98 getScriptFileNames: () => ["/project/root.ts"],
|
| D | hostNewLineSupport.ts | 13 getScriptFileNames: () => map(files, f => f.unitName),
|
| /third_party/typescript/tests/baselines/reference/ |
| D | APISample_watcher.js | 38 getScriptFileNames: () => rootFileNames, 136 getScriptFileNames: function () { return rootFileNames; }, method
|
| /third_party/typescript/tests/cases/compiler/ |
| D | APISample_watcher.ts | 42 getScriptFileNames: () => rootFileNames,
|
| /third_party/typescript/src/services/ |
| D | shims.ts | 65 getScriptFileNames(): string; method 426 public getScriptFileNames(): string[] { method in ts.LanguageServiceShimHostAdapter 427 const encoded = this.shimHost.getScriptFileNames();
|
| D | types.ts | 237 getScriptFileNames(): string[]; method
|
| D | services.ts | 967 const rootFileNames = host.getScriptFileNames();
|
| /third_party/typescript/src/testRunner/unittests/services/extract/ |
| D | helpers.ts | 70 getScriptFileNames: notImplemented, constant
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 254 getScriptFileNames(): string[] { 374 … getScriptFileNames(): string { return JSON.stringify(this.nativeHost.getScriptFileNames()); }
|
| D | client.ts | 236 file: this.host.getScriptFileNames()[0]
|
| /third_party/typescript/src/server/ |
| D | project.ts | 415 getScriptFileNames() { 2058 getScriptFileNames() { method in ts.server.AutoImportProviderProject
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 5679 getScriptFileNames(): string[]; method 9722 getScriptFileNames(): string[]; 9833 getScriptFileNames(): string[];
|
| D | typescript.d.ts | 5679 getScriptFileNames(): string[]; method
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 5438 getScriptFileNames(): string[]; method 9441 getScriptFileNames(): string[]; 9552 getScriptFileNames(): string[];
|
| D | typescript.d.ts | 5438 getScriptFileNames(): string[]; method
|
| D | typescriptServices.d.ts | 5438 getScriptFileNames(): string[]; method
|
| D | tsserverlibrary.js | 149785 var rootFileNames = host.getScriptFileNames(); 152048 LanguageServiceShimHostAdapter.prototype.getScriptFileNames = function () { method in LanguageServiceShimHostAdapter 152049 var encoded = this.shimHost.getScriptFileNames(); 154173 Project.prototype.getScriptFileNames = function () { method in Project 155570 AutoImportProviderProject.prototype.getScriptFileNames = function () { method in AutoImportProviderProject
|
| D | tsserver.js | 149216 var rootFileNames = host.getScriptFileNames(); 151479 LanguageServiceShimHostAdapter.prototype.getScriptFileNames = function () { method in LanguageServiceShimHostAdapter 151480 var encoded = this.shimHost.getScriptFileNames(); 153979 Project.prototype.getScriptFileNames = function () { method in Project 155376 AutoImportProviderProject.prototype.getScriptFileNames = function () { method in AutoImportProviderProject
|
| D | typescript.js | 149785 var rootFileNames = host.getScriptFileNames(); 152048 LanguageServiceShimHostAdapter.prototype.getScriptFileNames = function () { method in LanguageServiceShimHostAdapter 152049 var encoded = this.shimHost.getScriptFileNames();
|
| D | typescriptServices.js | 149785 var rootFileNames = host.getScriptFileNames(); 152048 LanguageServiceShimHostAdapter.prototype.getScriptFileNames = function () { method in LanguageServiceShimHostAdapter 152049 var encoded = this.shimHost.getScriptFileNames();
|