Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ts_morph/common/mod.ts>CreateModuleResolutionHostOptions

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

Options for creating a module resolution host.

Properties

transactionalFileSystem: TransactionalFileSystem

The transactional file system to use.

sourceFileContainer: TsSourceFileContainer

The source file container to use.

Methods

getEncoding(): string

Gets the encoding to use.