Searched defs:getRootFileNames (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/server/ |
D | project.ts | 1932 …static getRootFileNames(dependencySelection: PackageJsonAutoImportPreference, hostProject: Project… method in ts.server.AutoImportProviderProject
|
/third_party/typescript/src/services/ |
D | services.ts | 1011 public getRootFileNames(): string[] { method in HostCache
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 2083 getRootFileNames(): readonly string[]; method
|
D | tsserverlibrary.d.ts | 2083 getRootFileNames(): readonly string[]; method
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 2074 getRootFileNames(): readonly string[]; method
|
D | typescript.d.ts | 2074 getRootFileNames(): readonly string[]; method
|
D | tsserverlibrary.d.ts | 2074 getRootFileNames(): readonly string[]; method
|
D | tsserver.js | 106944 getRootFileNames: function () { return rootNames; }, method 149258 HostCache.prototype.getRootFileNames = function () { method in HostCache 155301 …AutoImportProviderProject.getRootFileNames = function (dependencySelection, hostProject, moduleRes… function
|
D | tsserverlibrary.js | 107138 getRootFileNames: function () { return rootNames; }, method 149827 HostCache.prototype.getRootFileNames = function () { method in HostCache 155495 …AutoImportProviderProject.getRootFileNames = function (dependencySelection, hostProject, moduleRes… function
|
D | typescriptServices.js | 107138 getRootFileNames: function () { return rootNames; }, method 149827 HostCache.prototype.getRootFileNames = function () { method in HostCache
|
D | typescript.js | 107138 getRootFileNames: function () { return rootNames; }, method 149827 HostCache.prototype.getRootFileNames = function () { method in HostCache
|
D | typingsInstaller.js | 106933 getRootFileNames: function () { return rootNames; }, method
|
D | tsc.js | 87832 getRootFileNames: function () { return rootNames; }, method
|