Skip to main content
Module

x/ts_morph/mod.ts>ResolutionHost

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface ResolutionHost
import { type ResolutionHost } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Host for implementing custom module and/or type reference directive resolution.

Properties

optional
resolveModuleNames: ts.LanguageServiceHost["resolveModuleNames"]
optional
getResolvedModuleWithFailedLookupLocationsFromCache: ts.LanguageServiceHost["getResolvedModuleWithFailedLookupLocationsFromCache"]
optional
resolveTypeReferenceDirectives: ts.LanguageServiceHost["resolveTypeReferenceDirectives"]