Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts85 getModuleResolutionsForFile?(fileName: string): string; method
362 …const resolutionsInFile = JSON.parse(this.shimHost.getModuleResolutionsForFile!(containingFile)) a…
/third_party/typescript/src/harness/
DharnessLanguageService.ts332 public getModuleResolutionsForFile: ((fileName: string) => string) | undefined;
349 this.getModuleResolutionsForFile = (fileName) => {